Page 56 of 152 FirstFirst ... 646545556575866106 ... LastLast
Results 551 to 560 of 1518
  1. #551
    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 spawnie69 View Post
    I uploaded and named my Wide Banner and the image shows at the bottom of the page. http://www.gelcandlecompany.com/demo/
    How can I position this to be at the top like seen here in mobile at : http://www.religious-shop.com/
    I would like to announce shipping deals up top above the logo.
    thank you Anne!
    This is not a template specific question, but you need to go to admin--configuration--layout settings and set the banner group for "Banner Display Groups - Header Position 1", then use that banner group to populate the top banner position.


    Thanks,

    Anne

  2. #552
    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 bigwireless View Post
    So I searched until I was blue in the face. We are using Blue Sheffield 2.0 and wanted to add a HOME button at the beginning of the header. Ive seen several places that people said to look and none of it worked for me. So here is what I did, I hope it helps others. And Anne, if you see something I need to change let me know.
    I opened /store/includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php

    Before the line "<li class="menu-shop shop-li"><a href="<?php HTTP_SERVER . DIR_WS_CATALOG;?>" class="mshop"><?php echo HEADER_TITLE_CATEGORIES; ?></a>"
    I added this line "<li class="menu-home home-li"><a href="../" class="mhome"><?php echo Home; ?></a></li>"

    It makes a home button on the far left, then theres a space (which i like) then the rest of the buttons (store, brands, about us, etc)
    I also used the ../ because my store is located in a /store folder so i wanted my home button to go to our main site.

    Attachment 15933
    A better way would be to add this:

    Code:
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    Thanks,

    Anne

  3. #553
    Join Date
    May 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    How can I change this
    <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"
    >General Info</a>
    <ul>
    <?php if (DEFINE_SITE_MAP_STATUS <=1) { ?>

    <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo BOX_INFORMATION_SITE_MAP; ?></a></li>
    <?php } ?>

    in /store/includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php

    for it to NOT go to the site map when I click on General Info? I want to get rid of the site map totally if I can, but if its just hidden that will be fine too. I have been trying everything for days now and am pretty sure it has to do with this line, I just don't know how I have to change it

  4. #554
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by picaflor-azul View Post
    A better way would be to add this:

    Code:
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    Thanks,

    Anne
    The only problem with that code is my store is in a /store directory and I want the home button to take me back to my root directory /
    I just ommited the "DIR_WS_CATALOG" and it works fine.
    Last edited by bigwireless; 7 Jan 2016 at 03:35 PM.

  5. #555
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Also a few other issues maybe you can help with Anne.
    Im all in the tpl_header file trying to make adjustments but im just not getting what i want.
    I removed the tagline but left a logo. But at some point my currency and cart buttons have jumped up on the page.
    I would like them back above the header bar and some of the white space below the logo gone.
    I probably need to remove the tagline info somehow.
    Also, I can use the "send mail" option and it works so I know my SMTP info is correct...but my contact form does not work.
    Any help?
    http://axisoneindustries.com/store
    Attachment 15939

  6. #556
    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 germerican View Post
    How can I change this
    <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"
    >General Info</a>
    <ul>
    <?php if (DEFINE_SITE_MAP_STATUS <=1) { ?>

    <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo BOX_INFORMATION_SITE_MAP; ?></a></li>
    <?php } ?>

    in /store/includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php

    for it to NOT go to the site map when I click on General Info? I want to get rid of the site map totally if I can, but if its just hidden that will be fine too. I have been trying everything for days now and am pretty sure it has to do with this line, I just don't know how I have to change it
    If you want the links without the groupinf of "general info" you will need to remove the ul and it's closing tag (the nested ul group). You can then remove the:

    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>">General Info</a>
    and it's closing </li>

    Thanks,

    Anne

  7. #557
    Join Date
    May 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Awesome! Thank you so much Anne. I was able to remove that and figure out the shift it had caused and now have my top menu the way I need. I also think I am starting to understand the way this is built up. Can you direct me to the file that I need to change to remove the "gift certificate FAQ" on the left side under Information?

  8. #558
    Join Date
    May 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Never mind, I found it here
    admin > modules > order total > Gift Certificates > remove

  9. #559
    Join Date
    May 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I have my website configured sufficiently and now need to work on the cell phone version. Which file is responsible for the look and feel and menus?

  10. #560
    Join Date
    Nov 2008
    Posts
    51
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Has anyone successfully used Stock by Attributes 1.5.3 with Responsive Sheffield Blue V 2.0 ?

    I gave it a try today on brand new vanilla 1.5.5-beta with only Responsive Sheffield Blue V 2.0. It broke the admin area--all I get is a blank page and the install script in the admin area also did not work - just gave me a blank screen.

    I could really use these both together. Anybody have experience with this?

    TIA

 

 

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