cossamus Posted October 31, 2014 Share Posted October 31, 2014 Hello, I have the default presta 1.6 banner block active on my site. Its clickable and it links to the currect page of navigation. Is it possible to remove the link and make it not clickable? Or at least edit it the link? Regards Link to comment Share on other sites More sharing options...
mickeyboy1 Posted October 31, 2014 Share Posted October 31, 2014 Yes go to modules/blockbanner/blockbanner.tpl and you will find this code <a href="{$banner_link|escape:'htmlall':'UTF-8'}" title="{$banner_desc|escape:'htmlall':'UTF-8'}"> Just comment out the above code 1 Link to comment Share on other sites More sharing options...
wrkngrad Posted November 1, 2014 Share Posted November 1, 2014 Yes. In Back Office (Admin), Go to Preferences -> Themes Under "Your Current Theme", you will see "Customize your theme". On the far right, you will see a button called "Theme Configurator". Click on it. Under "Settings", search for text "Display top banner". You will notice that it is marked "Yes". Click on "No" slider and click on "Save" button. This will remove the top banner Link to comment Share on other sites More sharing options...
cossamus Posted November 3, 2014 Author Share Posted November 3, 2014 Yes go to modules/blockbanner/blockbanner.tpl and you will find this code <a href="{$banner_link|escape:'htmlall':'UTF-8'}" title="{$banner_desc|escape:'htmlall':'UTF-8'}"> Just comment out the above code Thanks, just what i was looking for Regards, Link to comment Share on other sites More sharing options...
astrid@jbh Posted November 28, 2014 Share Posted November 28, 2014 Sorry for a slight detour but: If I change the link to an external webpage, e.g. <a href="http://www.mypage.com" title="my page"> will that work? Thanks!AMI Link to comment Share on other sites More sharing options...
mickeyboy1 Posted November 28, 2014 Share Posted November 28, 2014 Sorry for a slight detour but: If I change the link to an external webpage, e.g. <a href="http://www.mypage.com" title="my page"> will that work? Thanks! AMI Yes that will work fine You could also use <a href="http://www.mypage.com" title="my page" target= "blank"> which will open up the link in a new window 1 Link to comment Share on other sites More sharing options...
astrid@jbh Posted November 29, 2014 Share Posted November 29, 2014 Thanks! It worked. AMI Link to comment Share on other sites More sharing options...
Recommended Posts