Hi, I am using Responsive Sheffield Blue template and am trying to change the link for the Facebook and Twitter buttons. Having searched all the files, I found that the likely candidate is at /home/htcdirec/public_html/stockroom/includes/installers/responsive_sheffield_blue/2_0.php, which has the following:
Line #156 : (26, 1, '', '', '', '', '<a href=\"https://www.facebook.com/Custom.Zen.Cart.Design" target=\"_blank\"><i class=\"fa fa-facebook\"></i></a><a href=\"https://twitter.com/" target=\"_blank\"><i class=\"fa fa-twitter\"></i></a><a href=\"http://www.pinterest.com/picaflorazul\" target=\"_blank\"><i class=\"fa fa-pinterest\"></i></a><a href=\"https://www.youtube.com/user/ZenCartEasyHelp\" target=\"_blank\"><i class=\"fa fa-youtube\"></i></a><a href=\"\" target=\"_blank\"><i class=\"fa fa-instagram\"></i></a>', 1, 41, 4, '2013-06-24 09:44:30', '2014-04-25 09:26:24');");
I have made what I believe to be the changes that I need :
Line #156 : (26, 1, '', '', '', '', '<a href=\"https://www.facebook.com/HTCDirect/" target=\"_blank\"><i class=\"fa fa-facebook\"></i></a><a href=\"https://twitter.com/" target=\"_blank\"><i class=\"fa fa-twitter\"></i></a><a href=\"http://www.pinterest.com/picaflorazul\" target=\"_blank\"><i class=\"fa fa-pinterest\"></i></a><a href=\"https://www.youtube.com/user/ZenCartEasyHelp\" target=\"_blank\"><i class=\"fa fa-youtube\"></i></a><a href=\"\" target=\"_blank\"><i class=\"fa fa-instagram\"></i></a>', 1, 41, 4, '2013-06-24 09:44:30', '2014-04-25 09:26:24');");
but still keep getting sent to https://www.facebook.com/Custom.Zen.Cart.Design for the Facebook button for instance.
What am I doing wrong?
Any help appreciated


Reply With Quote
