Page 103 of 116 FirstFirst ... 35393101102103104105113 ... LastLast
Results 1,021 to 1,030 of 1160
  1. #1021
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by annav View Post
    If that's the case, yes it must be broken because the left column is always showing. How can I tell if it is broken and where do I look for it?

    In layout settings where it says to activate Responsive Template by selecting Column Widths, I have that set to 2. I tried all the different sizes and while it looked a little better in portrait mode (although still all over the place), changing these widths change how it looks on the desktop (for the worse).
    Did you turn off the sideboxes at min width in admin--tools--layoutboxes controller?

    Thanks,

    Anne

  2. #1022
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    171
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    Did you turn off the sideboxes at min width in admin--tools--layoutboxes controller?

    Thanks,

    Anne
    Hi there,

    For some reason a few were turned off but not the ones that I am using, but I turned them off but it still didn't remove them.

    Do they all need to be set to off?

  3. #1023
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by annav View Post
    Hi there,

    For some reason a few were turned off but not the ones that I am using, but I turned them off but it still didn't remove them.

    Do they all need to be set to off?
    If you post a link to your site I can take a look. Also be sure to include your question again with the site link so I don't have to search through the thread to find your original question.

    Thanks,

    Anne

  4. #1024
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    171
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site I can take a look. Also be sure to include your question again with the site link so I don't have to search through the thread to find your original question.

    Thanks,

    Anne
    Thanks, (original question - I have a similar problem and havn't been able to locate a fix for it.

    The site looks all good in landscape mode on the iPad (and I'm assuming all other mobile devices) but in portrait mode there are a few things that don't line up - see images below.

    Thanks.1.jpg)

    Site is www.toycrazy.com.au.

  5. #1025
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by annav View Post
    Thanks, (original question - I have a similar problem and havn't been able to locate a fix for it.

    The site looks all good in landscape mode on the iPad (and I'm assuming all other mobile devices) but in portrait mode there are a few things that don't line up - see images below.

    Thanks.1.jpg)

    Site is www.toycrazy.com.au.
    Did you apply the header patch posted earlier in this thread?

    Thanks,

    Anne

  6. #1026
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    171
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    Did you apply the header patch posted earlier in this thread?

    Thanks,

    Anne
    Hi,
    Yes, the patch was installed.

  7. #1027
    Join Date
    Oct 2006
    Posts
    225
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    Thank you so much for the donation, I really appreciate it!
    You're very welcome. I appreciate the hard work you've put into it!

    I've taken the time to read the whole thread over several days and I am still not clear on how to force the description to automatically expand. In the posts I did see pertaining to this it mentions that class should be set to "content1" . My version is set to this yet the description does not expand on mobile devices.

    I've also tried removing the "Details" section by deleting it from the template. Is there an easier way to do this in CSS?

    I think these are the last two pieces I need to get straight before switching over. Any help is most appreciated!
    Visit my Decal website: DecalDepot.net

  8. #1028
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by dinki View Post
    You're very welcome. I appreciate the hard work you've put into it!

    I've taken the time to read the whole thread over several days and I am still not clear on how to force the description to automatically expand. In the posts I did see pertaining to this it mentions that class should be set to "content1" . My version is set to this yet the description does not expand on mobile devices.

    I've also tried removing the "Details" section by deleting it from the template. Is there an easier way to do this in CSS?

    I think these are the last two pieces I need to get straight before switching over. Any help is most appreciated!
    There is a patch posted earlier in the thread that will fix this problem.

    http://www.zen-cart.com/showthread.p...25#post1221225

    Thanks,

    Anne

  9. #1029
    Join Date
    Oct 2006
    Posts
    225
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    There is a patch posted earlier in the thread that will fix this problem.

    http://www.zen-cart.com/showthread.p...25#post1221225

    Thanks,

    Anne
    Thanks for the reply. I have already applied that patch. Perhaps I butchered something while editing. Can you take a look at this page:

    http://v2.decaldepot.net/silly-boys-...irls-p-79.html

    Thank you
    Visit my Decal website: DecalDepot.net

  10. #1030
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by dinki View Post
    Thanks for the reply. I have already applied that patch. Perhaps I butchered something while editing. Can you take a look at this page:

    http://v2.decaldepot.net/silly-boys-...irls-p-79.html

    Thank you
    If you don't want this expandable then you should remove the javacript and other code for it in the tpl_product_info_display.php file.


    Code:
    <script type="text/javascript">
        $(document).ready(function() {
            jQuery(".content1").hide();
            //toggle the componenet with class msg_body
            jQuery(".heading").click(function()
                                     {
                                       jQuery(this).next(".content1").slideToggle(500);
                                       jQuery(this).toggleClass("minus");
                                     });
          });
    
    
    </script>
    change this:

    Code:
    <div class="layer1">
        <p class="heading"><?php echo PRODUCT_DETAILS; ?></p>
    <div class="content1">
    <!--bof Product details list  -->
    <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
    <ul id="productDetailsList" class="floatingBox back">
      <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT .  $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    <br class="clearBoth" />
    <?php
      }
    ?>
    <!--eof Product details list -->
    </div>
    </div>
    
    <div class="layer1"> 
        <p class="heading"><?php echo PRODUCT_DESCRIPTION; ?></p>
    <div class="content1">
    <!--bof Product description -->
    <?php if ($products_description != '') { ?>
    <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
    <?php } ?>
    <!--eof Product description -->
    </div>
    </div>
    to this:

    Code:
    <!--bof Product details list  -->
    <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
    <ul id="productDetailsList" class="floatingBox back">
      <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT .  $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    <br class="clearBoth" />
    <?php
      }
    ?>
    <!--eof Product details list -->
    
    
    <!--bof Product description -->
    <?php if ($products_description != '') { ?>
    <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
    <?php } ?>
    <!--eof Product description -->

    Thanks,

    Anne

 

 

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 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