konadams Posted December 28, 2014 Share Posted December 28, 2014 Hi guys, I can't seem to find how to resolve issue I have at the moment. On towards the bottom of my page I have the Follow Us line with an icon to our Facebook page. This link however does not work. There is no link there. I have added our the link to our facebook page in the BO, not sure what else to check. Thanks P.S. You can have a look at the site at www.koni.com.au Link to comment Share on other sites More sharing options...
tuk66 Posted December 28, 2014 Share Posted December 28, 2014 Look at the HTML code. The problem is with <div class="block-shadow"></div> the shadow block. You have set .footer-container #footer .wrap_footer .block-shadow { top: -70px; ... and it means that the Social block is hidden under the "shadow" <div> <section id="social_block"> ... Link to comment Share on other sites More sharing options...
konadams Posted December 28, 2014 Author Share Posted December 28, 2014 Look at the HTML code. The problem is with <div class="block-shadow"></div> the shadow block. You have set .footer-container #footer .wrap_footer .block-shadow { top: -70px; ... and it means that the Social block is hidden under the "shadow" <div> <section id="social_block"> ... Link to comment Share on other sites More sharing options...
konadams Posted December 28, 2014 Author Share Posted December 28, 2014 Hi tuk66. Thanks for the reply. I'm not sure how to resolve the issue. which file do I adjust and what do I adjust to. sorry for being an idiot with this. Link to comment Share on other sites More sharing options...
tuk66 Posted December 28, 2014 Share Posted December 28, 2014 I assume you have created your theme. It is nice. However, do full-text search in your theme to find the right tpl and css file(s). Link to comment Share on other sites More sharing options...
konadams Posted December 28, 2014 Author Share Posted December 28, 2014 Thanks. It is a nice theme. I didn't create the theme. I purchased it. I will see if I can find it. Link to comment Share on other sites More sharing options...
konadams Posted December 29, 2014 Author Share Posted December 29, 2014 Hi Tuk66, What changes do I need to make if I find this bit of code? Link to comment Share on other sites More sharing options...
konadams Posted December 29, 2014 Author Share Posted December 29, 2014 Hi Tuk66, found the file I needed to change, it was in the Global.css and added the following at the bottom: .footer-container #footer .wrap_footer .block-shadow {display: none !important;} All working now. Link to comment Share on other sites More sharing options...
Recommended Posts