Page 28 of 152 FirstFirst ... 1826272829303878128 ... LastLast
Results 271 to 280 of 1518
  1. #271
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by angst View Post
    It has been a fustrating couple of days trying to figure out how to disable top menu items. From many hours of experimenting I am still not certain what page you are looking at when you are looking at the code in a browser developer tool.

    Using lines of code seen in the browser tool and pasting into the admin/tools/developers tool kit/ look up in all files it seems that the relevant file is
    includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php

    Removing the line leading into the ! comment and everything between:
    Code:
     <li class="aboutus-li"><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>" class="drop"><?php echo HEADER_TITLE_ABOUT_US; ?></a><!-- bof about us -->
    <ul>
    <li>
    
                <div class="dropdown_aboutus">
                        
      <h2><?php echo TITLE_ABOUT_US;?></h2>
    
      <p class="mega-about"><?php echo TEXT_ABOUT_US;?></p>             
                            <img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.ABOUT_US_IMAGE ?>"   class="imgshadow_light aboutus-image" alt="about us"  />    
    <div class="clearBoth"></div>
                </div>
    </li> 
    </ul>
    
           </li><!-- eof about us -->
    The result was that it did remove the menu item. But if I removed an additional item like the "customer service" it would mess up the layout. (pic attached)


    Next I tried includes/templates/responsive_sheffield_blue/css/stylesheet.css
    and used /*## this is commented out## */ around the following code around line 356
    Code:
    ul.slimmenu li.aboutus-li ul li{width:600px;}
    ul.slimmenu li.customer-service-li ul li{width:600px;}
    with no effect.

    Then tried the same commenting out the following.
    Code:
    ul.slimmenu li.aboutus-li ul li{width:600px;}
    ul.slimmenu li.customer-service-li ul li{width:600px;}
    #menu h2{color:#fff;}
    .mega-about{float:left;width:70%;}
    .aboutus-image{float:right;width:20%;margin-right:30px;margin-bottom:30px;}
    .mega-confidence{margin-bottom:30px;margin-top:20px;}
    #header-icons i{font-size:250%;margin-right:10px;margin-bottom:20px;}
    .ribbon {width: 50%;position: relative;background: #24629f;color: #fff;}
    .ribbon:before, .ribbon:after {content: "";position: absolute;display: block;bottom: -1em;border: 0 solid #986794;z-index: -1;}
    .ribbon:before {left: -2em;border-right-width: 1.5em;border-left-color: transparent;}
    .ribbon:after {right: -2em;border-left-width: 1.5em;border-right-color: transparent;}
    .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {content: "";position: absolute;display: block;border-style: solid;border-color: #0f3f57 transparent transparent transparent;bottom: -1em;}
    .ribbon .ribbon-content:before {left: 0;border-width: 1em 0 0 1em;}
    .ribbon .ribbon-content:after {right: 0;border-width: 1em 1em 0 0;}
    .non-semantic-protector { position: relative; z-index: 1;}
    without success
    I would restore the tpl_modules_mobile_categories_tabs.php file to the original. If you want to hide the customer service drop down add this to your stylesheet.css file:

    Code:
    ul.slimmenu li.customer-service-li{display:none;}

    If you want to change the information drop down then you have to edit the tpl_modules_mobile_categories_tabs.php file. If you remove an item be sure to remove the <li> and the matching </li>


    Thanks,

    Anne

  2. #272
    Join Date
    Nov 2013
    Location
    USA
    Posts
    16
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Re: Button: Go to product's detailed information. This is running to wide for my three column category pages.
    I have been to Includes/languages/english/button-names.php and changed the 'Go to product's detailed information ' to 'Product Details' but that changed nothing.
    I have looked for the button_goto_prod_details.gif in includes/template/responsive sheffield blue/.................heck I have looked in more files than I can remember and can't find the image file to change. When I use firebug I can alter the text so I would think I only need alter text somewhere. Any help would be most appreciated.

  3. #273
    Join Date
    Nov 2013
    Location
    USA
    Posts
    16
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I have a newly installed 2.0 Res.Sheff.Blue and a new 1.5.4 Zencart. On my category pages, the buttons to designate if to view as pageview or view all shows the file name as the text of the buttons. SHOW_PAGEVIEW_BUTTON and SHOW_ALL-BUTTON. Where would I edit this?

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by LindaLou View Post
    I have a newly installed 2.0 Res.Sheff.Blue and a new 1.5.4 Zencart. On my category pages, the buttons to designate if to view as pageview or view all shows the file name as the text of the buttons. SHOW_PAGEVIEW_BUTTON and SHOW_ALL-BUTTON. Where would I edit this?
    It looks like you have not uploaded all of the template files. Check the template package files against the files on your server to see what is missing.

    Thanks,

    Anne

  5. #275
    Join Date
    Nov 2013
    Location
    USA
    Posts
    16
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Thank you. I will look into it.

  6. #276
    Join Date
    Nov 2013
    Location
    USA
    Posts
    16
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I have a newly installed 2.0 Res.Sheff.Blue and a new 1.5.4 Zencart. On my category pages, the black bar at the bottom of each product box that says: 'Go to product's detailed information' overflows out of the box. I think this is also the cause of spaces between my products. One row may show three (as should be with 3 column settings). The next row may only have one in the 3rd column spot. Column 1 and 2 in that row are blank. I found the place to change the text: includes/language/english/button_names.php, but it didn't change the display. I changed it to simply say: Product Details which (according to my alteration using firebug) would fit within the individual box width. I only tried it on one so I don't know if that fixes the missing boxes in different rows.

  7. #277
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    What is the name of your site?

    lruskauff

  8. #278
    Join Date
    Nov 2013
    Location
    USA
    Posts
    16
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    www.notarycentral.net/notary/
    Choose the Construction section from the Shop drop down menu for a good example of my issue/s.

  9. #279
    Join Date
    Aug 2015
    Location
    Dallas, Georgia
    Posts
    2
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hello,

    I love this template. This is my first time setting up a zencart... The Responsive-Sheffield-Blue v2.0 looks great in Internet Explorer and Chrome, but is not working in Safari... shows blank screen... I am not sure when this started, so not sure where I made an error... please help... my site is www.bodhisblessing.com

    Thank you,

    Bill

  10. #280
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hi

    I just pulled it up on Safari. It was very slow loading but came up. Not sure what to tell you.

    lruskauff

 

 

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