
Originally Posted by
billcurley
Thanks for all the help everyone. The issue turned out that not all of the folders and files uplaoded not sure why, I tried fresh uploads several times, finally had to go through folder by folder within this template and check for each and every file....royal pain in the you know what, but I finally got it :-)
Still having a minor issue with the Facebook like link. I think I added the information correctly to the extra def folder correctly:
In: /home2/lyriclea/includes/languages/english/extra_definitions/andover_modern/footer_menu_defines.php
I edited the following to read:
define('FACEBOOK','http://www.facebook.com/lyricleather');
There also seems to be a code break on my contact us link in the header, I went to :
/home2/lyriclea/includes/languages/english/andover_modern/header.php
and everything seems fine, see below:
// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
define('HEADER_TITLE_CHECKOUT', '<span class="header-checkout">Checkout</span>');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Out');
define('HEADER_TITLE_LOGIN', 'Log In');
define('HEADER_TITLE_CONTACT_US', 'Contact Us');
but my home page is displaying
" HEADER_TITLE_CONTACT_US "
it should only read " Contact Us " correct?
This code break seems to also exist in the "information" sidebox
Bookmarks