Didn't mean to hijack your thread.
Printable View
rbarbour:
I know that you are calling it a day and I don't blame you but what I was trying to tell you is that it didn't work. I am getting the same results as before. The images are doing the same as the did before. If you just scroll down the page a bit, you will see that not only are they larger but, as before, products are beginning to skip around, as they did before on previous posts. So, in summary, I have no idea what is going on. Confusion reigns! Again, take a look:
http://www.mygiftsite.com/index.php?...ex&cPath=24_25
Thanks,
Silver
2 Different version of jQuery is getting loaded one after everything else so more than like that the problem. You need to pinpoint where they are getting loaded.
Use the developer tool kit and see what files they are located in. Only the calls to the CDN in the html_header.php file should exist.
rbarbour:
I am not quite up to snuff on what you are talking about. The best I can do is if you could tell me what two files you are talking about and then eliminate one of them and see what happens??
Silver
noticeCode:<script type="text/javascript" src="includes/templates/responsive_sheffield_blue/jscript/jscript_matchHeight-min.js"></script>
<script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"%3E%3C/script%3E'));</script>
<script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="includes/templates/responsive_sheffield_blue/jscript/jquery.min.js"%3E%3C/script%3E'));</script>
is being called before jqueryCode:jscript_matchHeight-min.js
but even further down the page another call to jquery is being called
Code:<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
rbarbour:
The code you are showing first is the last one that I "corrected" yesterday. I am afraid that the rest of it is beyond my capabilities. Don't really know what to do at this point??? At a loss.
Silver
rbarbour:
Sorry, I'm lost. I would PM you but you said you don't pay attention to that.
Silver
I can't explain it any better or advise any further without seeing whats in your files. Your site-wide jscript files are being loaded before your jquery.
A known bug in 1.5.4 I pointed out
https://www.zen-cart.com/showthread....light=rbarbour
rbarbour:
As you know by now, I am not a developer but it seems that this:
is causing the problem. If I remove it, will this "go away."Code:jscript_matchHeight-min.js
Thanks,
Silver