Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
spawnie69
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
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
bigwireless
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
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
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
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.
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
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
germerican
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
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?
Re: Responsive Sheffield Blue V 2.0!
Never mind, I found it here
admin > modules > order total > Gift Certificates > remove
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?
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