Hello everyone
The copyright information and bottom links are not displaying on my website on any of the pages. Can someone help with this or have suggestion on how to fix this?
Thank you,
Jeff
Hello everyone The copyright information and bottom links are not displaying on my website on any of the pages. Can someone help with this or have suggestion on how to fix this?
Thank you,
Jeff |
Are you using a custom template? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Yes I am using a custom template |
Does your template have a _sub_footer.html file with the following?:
<div class="bottomCopyright" style="width: __main_div_width__"> <bx_injection:injection_footer_before /> <div class="bottomLinks"> __bottom_links__ </div> <div class="bottomCpr">__copyright__</div> <bx_injection:injection_footer_after /> <div class="clear_both"></div> </div>
If not, then that's probably why the bottom links and copyright aren't displaying. You'll need to add this. You may also want to contact the developer of your template in case they have a different way of adding it. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hi Nathan, Thanks for your help. Is this code for 7.0.6 which I am using? Also I did not see the code in my custom _sub_footer.html file, as per your instructions to see if it was there. I copied and past the code but still does not show anything on my main page or anywhere on my site. Now I do have a custom SPLASH page the footer links are showing but the COPYRIGHT text is not. See here: www.socialpuzzlecommunity.com (SPLASH PAGE) will display. and also you can login to my site using this DEMO username and password to see the main page: Username: jbforeal Password: fnc8182 Thank you,
Jeff
|
I took that code from Dolphin 7.0.6, yes. Also, did you clear the /cache/ (except for the .htaccess file) and /cache_public/ directories after making the changes? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hi Nathan,
Yes I did. |