Page 1 of 2 12 LastLast
Results 1 to 10 of 1514

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hi,

    i use Zen Cart 1.5.4.

    I want to hide drop-down Manufacturers (Brands) from headbar and Social Networks icon/links from footer menu

    How can I do this?

    Thx

  2. #2
    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 Nightfly66 View Post
    Hi,

    i use Zen Cart 1.5.4.

    I want to hide drop-down Manufacturers (Brands) from headbar and Social Networks icon/links from footer menu

    How can I do this?

    Thx
    edit the footer menu in admin--tools--flexible footer menu

    You can edit the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php file to remove the brands.

    Thanks,

    Anne

  3. #3
    Join Date
    Jan 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by picaflor-azul View Post
    edit the footer menu in admin--tools--flexible footer menu

    You can edit the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php file to remove the brands.

    Thanks,

    Anne
    Hi,
    I love this template. I also would like to remove the BRANDS from the header bar. Could you be more specidic about what needs to be changed in the file listed above? Thanks. I would also like to take the reference to DISCOUNTS out.
    Carolyn

  4. #4
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    @Webling

    You need to find the section of code that displays the part that you want to remove. There are comments like <!--bof shop by brand --> and <!-- eof shop by brand --> to help you what code is for what. Basically you have to remove what it between the comments but also that first line on line 39
    <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 -->

    to make it work. Not sure why the comments are placed where they are. It's not all the code that is needed to be removed. Same goes for the Customer Service section. A few more lines of code have to be removed after the <!-- eof customer service -->

    </li>
    </ul>

    </li>
    to make it work. Not very intuitive for the not so code savvy. But if you have Notepad++ you can see what code section starts where and ends where on the left side with the plus and minus signs. Hope this helps.
    Live and learn... the Zen way.

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

    Default Re: Responsive Sheffield Blue V 2.0!

    There is another option to "remove" brands and others:

    in includes/templates/responsive_sheffield_blue/templates/css/stylesheet.css
    arround line 359: .slimmenu li.brands-li{display:none;}

    and for hiding it also in mobiles add to the stylesheet.css this:
    arround line 362: .slimmenu.collapsed li.brands-li{display:none;}

  6. #6
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by gunni View Post
    There is another option to "remove" brands and others:

    in includes/templates/responsive_sheffield_blue/templates/css/stylesheet.css
    arround line 359: .slimmenu li.brands-li{display:none;}

    and for hiding it also in mobiles add to the stylesheet.css this:
    arround line 362: .slimmenu.collapsed li.brands-li{display:none;}
    Nice, that seems simpler. Is there no issue with it by just hiding it by css? Is it hidden from search engines that way? Any other advantages to to it one way or the other? Just curious.
    Live and learn... the Zen way.

  7. #7
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by mydanilo View Post
    Nice, that seems simpler. Is there no issue with it by just hiding it by css? Is it hidden from search engines that way? Any other advantages to to it one way or the other? Just curious.
    Unfortunately, spiders, bots, kiddies, etc... they ignore or tend to ignore the css and read the raw source code. This can be seen by those that in previous versions of the mega menu hid the contact us form on the page, but left all of the contact us content and would receive junk mail and not be able to determine the origin. One look at the source code and it was obvious.

    Css is for styling (cascade style sheet) not for content. Content is what people are expected to receive/see. Css is how it is presented.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Oct 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Nightfly66 View Post
    Hi,

    i use Zen Cart 1.5.4.

    I want to hide drop-down Manufacturers (Brands) from headbar and Social Networks icon/links from footer menu

    How can I do this?

    Thx
    I have done this.

    Brands now not have the drop-down menu.
    But I want to hide Brands. I just want to see Shop, <nothing> About Us, etc ...

    How can I do this?

    Thanks

  9. #9
    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 Nightfly66 View Post
    I have done this.

    Brands now not have the drop-down menu.
    But I want to hide Brands. I just want to see Shop, <nothing> About Us, etc ...

    How can I do this?

    Thanks
    You can edit the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php file.

    Thanks,

    Anne

  10. #10
    Join Date
    Apr 2013
    Location
    Florida
    Posts
    57
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hi Ann... I'm also for removing the whole "Brands", from all layouts ,as I won't be using them... How do I edit those out?

    I'm using the 2.0 with 1.5.4.

    Thanks!

 

 
Page 1 of 2 12 LastLast

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

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