Quote Originally Posted by lidlchris View Post
ok now i'm frustrated.. i'll try to make this as simple as possible.. yes of course i know the links are not customized - i said that to prove a point. but even using the default file with YOUR links in it is not working for the top 3 sites. please go to swordsofhonor.net and check the coding using a right click or view source.. here are the top 3 links in your default coding:

define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
define('TWITTER', 'http://www.twitter.com/picaflorazul');
define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');


here is what it translates to when i use that DEFAULT file on swordsofhonor.net (check the code)

<a title="Facebook Page" target="_blank" href="Highland-Rags">
<img class="soico facebook-sh" alt="Our Facebook Page" src="includes/templates/responsive_sheffield_blue/images/facebook.png">
</a>
<a title="Twitter" target="_blank" href="HighlandRags">
<img class="soico twitter-sh" alt="Follow Us On Twitter" src="includes/templates/responsive_sheffield_blue/images/twitter.png">
</a>
<a title="Youtube" target="_blank" href="youtube">
<img class="soico youtube-sh" alt="Subscribe to Us On Youtube" src="includes/templates/responsive_sheffield_blue/images/youtube.png">
</a>

no idea where it is getting 'Highland-Rags from from - it's nowhere on any of the files.. here is the java coding in the source that also shows 'highland rags':

<!--bof social networking sidebar-->
<script src="includes/templates/responsive_sheffield_blue/jscript/jquery.sidebar.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
/* <=!=[=C=D=A=T=A=[ */
$(function() {
$("body").sidebar({
//text: "Follow Me", // can be anything
html: "<a href='Highland-Rags' target='_blank' title='Facebook Page'><img src='includes/templates/responsive_sheffield_blue/images/facebook.png' class='soico facebook-sh' alt='Our Facebook Page' /></a><a href='HighlandRags' target='_blank' title='Twitter'><img src='includes/templates/responsive_sheffield_blue/images/twitter.png' class='soico twitter-sh' alt='Follow Us On Twitter' /></a><a href='youtube' target='_blank' title='Youtube'><img src='includes/templates/responsive_sheffield_blue/images/youtube.png' class='soico youtube-sh' alt='Subscribe to Us On Youtube' /></a><a href='http://www.pinterest.com/picaflorazul' target='_blank' title='Pinterest'><img src='includes/templates/responsive_sheffield_blue/images/pinterest.png' class='soico pinterest-sh' alt='Follow Us OnPinterest' /></a><a href='https://plus.google.com/113609090217058276980/posts' target='_blank' title='Google'><img src='includes/templates/responsive_sheffield_blue/images/google.png' class='soico google-sh' alt='Follow Us On Google Plus' /></a><a href='http://www.picaflor-azul.com/blog' target='_blank' title='Blog'><img src='includes/templates/responsive_sheffield_blue/images/blog.png' class='soico blog-sh' alt='Read Our Blog!' /></a>", // can be anything
size: "60px", // can be anything in pixels
length : "300px", // can be anything in pixels
margin: "130px", // can be anything in pixels
position: "left", // left / bottom / right / top
fadding : "0.5", // 0.1 to 1.0
//img: "images/twitter.png",
//openURL : "www.twitter.com/"
});
});
/* ]=]=> */
</script>
<!--eof social networking sidebar-->


i must be doing something wrong but i'm not stupid - just need some direction.
Without knowing the entire history of your zen cart installation, modules installed, customizations made, etc. it is very hard for me to guess what is happening. I would check with your web host and also any .htaccess files. If you have any url rewriting mods enabled, try disabling them.

Thanks,

Anne