Sorry for being dim, but could I ask:
I have made the changes listed in this thread as we went along. I have also made some changes within the software so if I overwrite with the updated template will this meand I have to make my changes again? Guess so.
So the ONLY thing I did not pick up on was the "wrong Facebook & Twitter" url as stated further up the thread.
Not as yet being a user of either, but intend to make use of them, what changes do I need to make for this part only?
Assuming I will not be missing out on anything else by staying with what I have at present.
Thanks
For these links you need edit the includes/templates/andover_modern/common/tpl_footer_menu.php file.
find:
Code:
<span id="social-media"
You will need to change the path of the images to:
Code:
<a href="<?php echo TWITTER; ?>"><img src="includes/templates/andover_modern/images/twitter.png" class="twitter-image" alt="twitter link" /></a>
<a href="<?php echo FACEBOOK; ?>"><img src="includes/templates/andover_modern/images/facebook.png" class="facebook-image" alt="facebook link" /></a>
Bookmarks