Page 134 of 152 FirstFirst ... 3484124132133134135136144 ... LastLast
Results 1,331 to 1,340 of 1518
  1. #1331
    Join Date
    Aug 2013
    Location
    Bridlington
    Posts
    151
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I went in and changed the min-height in the stylesheet.css but it made no difference ??

  2. #1332
    Join Date
    Aug 2013
    Location
    Bridlington
    Posts
    151
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by davewest View Post
    Pay Grade!!!

    Move the javascript files from the responsive_classic jscript folder to your RSB jscript folder
    jquery.matchHeight.js
    jscript.matchHeight-min.js
    jscript_responsive_framework.php

    In jscript_responsive_framework.php I didn't use any of the responsive mobile stuff so I deleted all but the lines needed for matchHight which are.

    Code:
    <script type="text/javascript"><!--//
    
    (function($) {
    $(document).ready(function() {
    
    $('.centeredContent').matchHeight();
    $('.specialsListBoxContents').matchHeight();
    $('.centerBoxContentsAlsoPurch').matchHeight();
    $('.categoryListBoxContents').matchHeight();
    $('.centerBoxContentsLinks').matchHeight();
    
    });
    
    }) (jQuery);
    
    //--></script>
    I also renamed the file so in the future it would be easy to upgrade.
    I'm running on ZC1.5.5e, started with RSB v1, modified to meet php7.1 and then some... works!
    Idea of what's going on here any box you want to match hight needs to be listed here and all need the same class name. added for links was .centerBoxContentsLinks each div has this class so each link box match the hight of the others..

    Hope that helps... Not getting paid any more, so guess pay grade is out...
    Hey Dave done exactly what you have said, when I looked in the jscript_responsive_framework.php file these lines were already there ...

    $('.centeredContent').matchHeight();
    $('.specialsListBoxContents').matchHeight();
    $('.centerBoxContentsAlsoPurch').matchHeight();
    $('.categoryListBoxContents').matchHeight();

    So under the last entry I put in the ..

    $('.centerBoxContentsLinks').matchHeight();

    Nothing changed on the site, I`m sorry I`m punching a little over my weight here but do I need to do anything else as nothing has changed ???

  3. #1333
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by MCS_Computers View Post
    Hey Dave done exactly what you have said, when I looked in the jscript_responsive_framework.php file these lines were already there ...

    $('.centeredContent').matchHeight();
    $('.specialsListBoxContents').matchHeight();
    $('.centerBoxContentsAlsoPurch').matchHeight();
    $('.categoryListBoxContents').matchHeight();

    So under the last entry I put in the ..

    $('.centerBoxContentsLinks').matchHeight();

    Nothing changed on the site, I`m sorry I`m punching a little over my weight here but do I need to do anything else as nothing has changed ???
    Just noticed I have a typo in my scribble.. if you changed the file name as I typed was jscript.matchHeight-min.js back to jscript_matchHeight-min.js it should work...

    The four lines are in the jscript_responsive_framework.php but you should downsize the file to what I have. The rest is handled in RSB 2..
    Dave
    Always forward thinking... Lost my mind!

  4. #1334
    Join Date
    Aug 2013
    Location
    Bridlington
    Posts
    151
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hey DaveWest, I actually never changed the filename it is still jscript_matchHeight-min.js but as you can see from this link the products are still all over the place ...

    http://www.ukinks.co.uk/index.php?ma...ort=20a&page=5

    There is an extra line in the code though that is not on your post ....

    $('.centeredContent').matchHeight();
    $('.specialsListBoxContents').matchHeight();
    $('.centerBoxContentsAlsoPurch').matchHeight();
    $('.categoryListBoxContents').matchHeight();
    $('.centerBoxContentsLinks').matchHeight();

    $('.no-fouc').removeClass('no-fouc'); <<=== THIS LINE HERE ??
    });

    }) (jQuery);

    //--></script>
    Last edited by MCS_Computers; 26 Aug 2017 at 12:05 PM.

  5. #1335
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    If you mean that the blocks are not the same height when text is more than one line then
    I solved it @ stylesheet.css

    Code:
    around line 266:
    .centerBoxContentsAlsoPurch, .centerBoxContentsProducts, .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials{border:1px solid #dbdbce;background:#f7f7f7;padding:20px 0px;width:30% !important;transition:background 2s ease;-webkit-transition:background 2s ease;-moz-transition: background 2s ease;-o-transition:background 2s ease;text-align:center;margin-left:15px;margin-bottom:20px;min-height: 464px;}
    and change the minimum height to a higher value...

  6. #1336
    Join Date
    Aug 2013
    Location
    Bridlington
    Posts
    151
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by gunni View Post
    If you mean that the blocks are not the same height when text is more than one line then
    I solved it @ stylesheet.css

    Code:
    around line 266:
    .centerBoxContentsAlsoPurch, .centerBoxContentsProducts, .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials{border:1px solid #dbdbce;background:#f7f7f7;padding:20px 0px;width:30% !important;transition:background 2s ease;-webkit-transition:background 2s ease;-moz-transition: background 2s ease;-o-transition:background 2s ease;text-align:center;margin-left:15px;margin-bottom:20px;min-height: 464px;}
    and change the minimum height to a higher value...
    Hey Gunni, this is weird. I did that originally and did not get a result so I followed DaveWest and did not get a result. I have just changed the stylesheet again and adjusted the 3 entries that relate to min-height and now it works, everything aligns perfectly.

    Thanks to all concerned because between you all my issue is fixed :)

  7. #1337
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

  8. #1338
    Join Date
    Feb 2015
    Location
    USA
    Posts
    175
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    A minor but annoying issue.
    The "add to cart" text is located above the quantity box. How can I move it so that it aligns with the box?

    An example is http://www.spminiatures.com/store/in...ndex&cPath=221

    Thanks
    Carol

  9. #1339
    Join Date
    Feb 2015
    Location
    USA
    Posts
    175
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by spminis View Post
    A minor but annoying issue.
    The "add to cart" text is located above the quantity box. How can I move it so that it aligns with the box?

    An example is http://www.spminiatures.com/store/in...ndex&cPath=221

    Thanks
    Carol
    Solved it - increased the width of the column in the admin config


    Carol

  10. #1340
    Join Date
    Sep 2015
    Location
    Jhb, SA
    Posts
    5
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I have 2 issues on my website.
    1. My footer menu shows on every page except on my home page.
    2. If I have a Sub category it does not show the sub categories on the main page. It does however show the branch out on the categories dropdown menu on the left of the page.

 

 

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