Page 128 of 152 FirstFirst ... 2878118126127128129130138 ... LastLast
Results 1,271 to 1,280 of 1518
  1. #1271
    Join Date
    Feb 2015
    Location
    USA
    Posts
    175
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by soxophoneplayer View Post
    In the templates/ResponsiveSheffieldBlue/css/responsive_mobile.css file - here's what I did:

    For Mobile Portrait -
    ~#364 I commented out the display:none...change to-
    Code:
    #navMainSearch{float:none;width:100%;border:1px solid #000;/*display:none;*/}
    and I added line underneath it:

    Code:
    .search-header-box{width: 75% !important;padding-right: 1.5em;}
    then, around line #3648 change #navMainSearch to :
    Code:
    #navMainSearch{top:0;}

    For Mobile Landscape -
    ~#51 change to-
    Code:
    #navMainSearch{float:none;width:100%;border:1px solid #000;/*display:none;*/}
    and add line underneath:
    Code:
    .search-header-box{width: 80% !important;padding-right: 1.5em;}
    and

    ~#174 change #navMainSearch to
    Code:
    #navMainSearch{top:0;}
    I didn't have any luck with this until I added the '!important - then it showed up

    I fiddled with the width %, working with my own iphone 6s+

    Also fiddled with the padding so that the little search icon didn't overlap the search box. My head hurts when I'm trying to sort out margins/padding!

    I'm using zen cart 1.5.5d, Responsive Sheffield Blu2 2.0 and a bunch of mods.

    Thanks so much. That worked, sort of. The search box is there and it's ok on the home page. However it's right on top of the "shop" text whether it's portrait or landscape when you click on the menu. It's a test site. www.spminiatures.com/storetest2

    Carol

  2. #1272
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by spminis View Post
    Thanks so much. That worked, sort of. The search box is there and it's ok on the home page. However it's right on top of the "shop" text whether it's portrait or landscape when you click on the menu. It's a test site. www.spminiatures.com/storetest2

    Carol
    I had a similar issue with something else when I was first setting up my mobile. The solution I found was to edit includes/templates/ResponsiveSheffieldBlue/css/stylesheet.css

    Around line 370 in the original file:

    Code:
    .non-semantic-protector { position: relative; z-index: 1;}
    I changed that to:

    Code:
    .non-semantic-protector { position: relative;/* z-index: 1;*/}
    I just tried changing back to the original, and on my mobile site that causes the scenario you describe. I have no idea what or why this is...according to my notes its something I found on google. Whatever it is, it seems to work!

    Hopefully this will work for you to.

  3. #1273
    Join Date
    Feb 2015
    Location
    USA
    Posts
    175
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by soxophoneplayer View Post
    In the templates/ResponsiveSheffieldBlue/css/responsive_mobile.css file - here's what I did:

    For Mobile Portrait -
    ~#364 I commented out the display:none...change to-
    Code:
    #navMainSearch{float:none;width:100%;border:1px solid #000;/*display:none;*/}
    and I added line underneath it:

    Code:
    .search-header-box{width: 75% !important;padding-right: 1.5em;}
    then, around line #3648 change #navMainSearch to :
    Code:
    #navMainSearch{top:0;}

    For Mobile Landscape -
    ~#51 change to-
    Code:
    #navMainSearch{float:none;width:100%;border:1px solid #000;/*display:none;*/}
    and add line underneath:
    Code:
    .search-header-box{width: 80% !important;padding-right: 1.5em;}
    and

    ~#174 change #navMainSearch to
    Code:
    #navMainSearch{top:0;}
    I didn't have any luck with this until I added the '!important - then it showed up

    I fiddled with the width %, working with my own iphone 6s+

    Also fiddled with the padding so that the little search icon didn't overlap the search box. My head hurts when I'm trying to sort out margins/padding!

    I'm using zen cart 1.5.5d, Responsive Sheffield Blu2 2.0 and a bunch of mods.
    Quote Originally Posted by soxophoneplayer View Post
    I had a similar issue with something else when I was first setting up my mobile. The solution I found was to edit includes/templates/ResponsiveSheffieldBlue/css/stylesheet.css

    Around line 370 in the original file:

    Code:
    .non-semantic-protector { position: relative; z-index: 1;}
    I changed that to:

    Code:
    .non-semantic-protector { position: relative;/* z-index: 1;*/}
    I just tried changing back to the original, and on my mobile site that causes the scenario you describe. I have no idea what or why this is...according to my notes its something I found on google. Whatever it is, it seems to work!

    Hopefully this will work for you to.
    Again, that worked sort of but I think I'm happy with the results. It left the search box on the home page and removed it from the menu page. That's fine. Thanks so much for your help!
    Carol

  4. #1274
    Join Date
    Feb 2015
    Location
    USA
    Posts
    175
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Is there any way to adjust the template width for desktop view? Mine takes up the entire page and I would like it to look like my current "live" site that has a contrasting border on both sides. I've been doing trial and error and only come up with errors!

    Thanks
    Carol

  5. #1275
    Join Date
    Oct 2007
    Posts
    381
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Is "Responsive Sheffield Blue V 2.0" fully compatible with zencart 1.5.5d? It appears as it haven't been updated in a while.
    When installing it on a clean version of zencart 1.5.5d there are a few files Filezilla is asking to overwrite besides the files mentioned in the "Responsive Sheffield Blue V 2.0" installation instructions; and one of the files mentioned in the installation instructions "includes/modules/pages/about_us/header_php.php" is not in the zencart 1.5.5d installation.
    Can we still consider it fully compatible?

  6. #1276
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by DML73 View Post
    Is "Responsive Sheffield Blue V 2.0" fully compatible with zencart 1.5.5d? It appears as it haven't been updated in a while.
    When installing it on a clean version of zencart 1.5.5d there are a few files Filezilla is asking to overwrite besides the files mentioned in the "Responsive Sheffield Blue V 2.0" installation instructions; and one of the files mentioned in the installation instructions "includes/modules/pages/about_us/header_php.php" is not in the zencart 1.5.5d installation.
    Can we still consider it fully compatible?
    Primarily the answer to the question of full compatibility with ZC 1.5.5x should be readily apparent by review of the last few pages of this forum thread. There are actions that need to be taken for it to fully function and those are provided throughout the thread. I believe there is even a discussion about the about_us issues/documentation.

    Please take a moment to review the applicable posts and when a question is identified about how to complete those actions or what is meant then perhaps give it another shot to seek assistance with those issues.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #1277
    Join Date
    Oct 2007
    Posts
    381
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by mc12345678 View Post
    Primarily the answer to the question of full compatibility with ZC 1.5.5x should be readily apparent by review of the last few pages of this forum thread. There are actions that need to be taken for it to fully function and those are provided throughout the thread. I believe there is even a discussion about the about_us issues/documentation.

    Please take a moment to review the applicable posts and when a question is identified about how to complete those actions or what is meant then perhaps give it another shot to seek assistance with those issues.
    Thanks for the reply, I found it. So to answer my own question, I guess the short answer is 'no'. The changes mentioned here are required:
    https://www.zen-cart.com/showthread....rk-with-v1-5-5

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

    Default Re: Responsive Sheffield Blue V 2.0!

    The manufacturers drop down menu (which I've renamed "artisans") shows up as a sidebox on the desktop view but not on the mobile view . There is a script in the mobile categories php file which is set to "true" to show the list but it's not showing up on the mobile view.
    Any ideas?
    Thanks

    Carol

  9. #1279
    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
    The manufacturers drop down menu (which I've renamed "artisans") shows up as a sidebox on the desktop view but not on the mobile view . There is a script in the mobile categories php file which is set to "true" to show the list but it's not showing up on the mobile view.
    Any ideas?
    Thanks

    Carol
    Solved the problem.

    In the includes/templates/sheffield_responsive/templates/tpl.modules.mobile.categories.tabs.php, there is a coding error.
    The original line (39 on my text editor) said:
    "<li class="brands-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand -->

    It should have said manufacturers instead of brand.
    Still tweaking a bit but customers are very happy with the new template.
    Carol

  10. #1280
    Join Date
    Feb 2015
    Location
    USA
    Posts
    175
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Last problem (I think). I've managed to fix everything and I have one last problem. I've seen posts about this and answers but none work.

    The images in the subcategory pages are not lining up. There are blank spaces. Oddly enough, it looks fine on my test site but not on my live site and I can't figure out why because I uploaded the files from the live site to the test site and used the same DB. The settings in admin are the same.

    One page to look at is http://www.spminiatures.com/store/in...ndex&cPath=105

    Thanks
    Carol

 

 

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