Page 95 of 152 FirstFirst ... 45859394959697105145 ... LastLast
Results 941 to 950 of 1518
  1. #941
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by picaflor-azul View Post
    Thank you for posting the instructions for this ;)

    I have been working on the upgrades for the template packages. Thank you so much for your help with converting them to the new DIY package. I like the new one better because there are no core file overwrites. It will make future upgrades so much easier.

    Thanks,

    Anne
    Didn't mean to hijack your thread.

  2. #942
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    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

  3. #943
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by SilverHD View Post
    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.

  4. #944
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    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

  5. #945
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by SilverHD View Post
    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
    Code:
    <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>
    notice
    Code:
    jscript_matchHeight-min.js
    is being called before jquery

    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>

  6. #946
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    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

  7. #947
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by SilverHD View Post
    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
    open common/html_header.php

    check that

    Code:
    /** CDN for jQuery core **/
    is above

    Code:
    /**
     * load all site-wide jscript_*.js files from includes/templates/YOURTEMPLATE/jscript, alphabetically
     */

  8. #948
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    rbarbour:

    Sorry, I'm lost. I would PM you but you said you don't pay attention to that.

    Silver

  9. #949
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by SilverHD View Post
    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

  10. #950
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    rbarbour:

    As you know by now, I am not a developer but it seems that this:

    Code:
    jscript_matchHeight-min.js
    is causing the problem. If I remove it, will this "go away."

    Thanks,

    Silver

 

 

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR