Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
germerican
Thx, that helped.
When I click Information/General Info it brings me to the site map which I had turned off in the footer menu. How do I turn this function off. I have played around with some of the lines in the same PHP that I thought would be responsible but apparantly are not
You can turn it off in your zen cart admin--configuration--define pages status
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
How can I have a banner appear on top of logo like www.religious-shop.com ??
Re: Responsive Sheffield Blue V 2.0!
Hi Anne,
Maybe it is not belong here but it is related to your template so:
I installed Hebrew language pack and all is fine but I found out that Google finds English pages
on my site and I do not want this to happen as I will need to write new texts in English.
Thought to put something in Robots.txt file but not sure if this is the solution.
Furthermore, when entering an English page, it is hard to get back to Hebrew page (I removed
the flags menu).
So...I thought to delete the English language from Admin Languages.
Wanted to ask you first as a smart and experience programmer if this will be OK and will solve the
google search problem.
Of course I will backup all before.
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
spawnie69
You can turn on the header banners in your zen cart admin. See/set the banner group names in your admin--configuration--layout settings.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
gunni
Hi Anne,
Maybe it is not belong here but it is related to your template so:
I installed Hebrew language pack and all is fine but I found out that Google finds English pages
on my site and I do not want this to happen as I will need to write new texts in English.
Thought to put something in Robots.txt file but not sure if this is the solution.
Furthermore, when entering an English page, it is hard to get back to Hebrew page (I removed
the flags menu).
So...I thought to delete the English language from Admin Languages.
Wanted to ask you first as a smart and experience programmer if this will be OK and will solve the
google search problem.
Of course I will backup all before.
I have not dealt with the hebrew language pack or this problem before. It would be best to post to the forum to see if any one else has any thoughts.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
I have not dealt with the hebrew language pack or this problem before. It would be best to post to the forum to see if any one else has any thoughts.
Thanks,
Anne
OK. Thanks
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
You can turn it off in your zen cart admin--configuration--define pages status
Thanks,
Anne
No, that doesn't work. I can only edit there but not turn it off.
Re: Responsive Sheffield Blue V 2.0!
Let me try and change the question. If I want to delete the submenus of the Information tab but want to KEEP the sub submenus as the only submenus, what would I need to do and where?
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
You can turn on the header banners in your zen cart admin. See/set the banner group names in your admin--configuration--layout settings.
Thanks,
Anne
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!
1 Attachment(s)
Re: Responsive Sheffield Blue V 2.0!
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