Frenkie Posted October 30, 2014 Share Posted October 30, 2014 Can anyone tell me, why banners next to the slider are impossible to link to subcategory or any kind of website? In settings under Theme Configurator everything is set correct. Website: http://bkr.si/ Picture: Link to comment Share on other sites More sharing options...
DrunkBug Posted October 30, 2014 Share Posted October 30, 2014 You have some javascript that blocks right click on your website, right? Maybe it is causing problems. To be more precise, I'm guessing that this particular line in your source is causing the problem: jQuery("img").css("pointer-events", "none"); Link to comment Share on other sites More sharing options...
Paulito Posted October 30, 2014 Share Posted October 30, 2014 Hello Do you see the "Edit" button on these images? Paul Link to comment Share on other sites More sharing options...
DrunkBug Posted October 30, 2014 Share Posted October 30, 2014 Hello Do you see the "Edit" button on these images? Paul If you take a look at his source, you'll see that there ARE <a> tags on images, so it's a frontend issue - he has a "protection" against right click, copying etc., and my given line should cause him the problem. Try it out yourself - link an image, and then apply a css style of pointer-events: none; and you'll see that you are not able to click on that image anymore. Link to comment Share on other sites More sharing options...
Frenkie Posted November 12, 2014 Author Share Posted November 12, 2014 It was problem in module that blocks right click Solved Link to comment Share on other sites More sharing options...
Recommended Posts