Re: Responsive Sheffield Blue
This quote from the installation instructions is useless...sty(le...misspelled)sheet_social_header.css doesn't exist in the downloaded package. Where can I find a copy of it?
stylesheet_social_sidebar.css is the only file in the css folder with the word "social" in it...
Quote:
In your favorite plain text editor open includes/templates/responsive_sheffield_blue/css/stysheet_social_header.css
At the bottom of the file add display:none; to the class for each icon you don't want to display. So, for example if you don't want to display the facebook icon you would add:
.facebook{display:none;}
The classes used for the icons are:
.facebook-sh
.twitter-sh
.youtube-sh
.pinterest-sh
.google-sh
.blog-sh
Re: Responsive Sheffield Blue
Hi Anne, I hope you are well?
The responsive site and 1.5.3 is working perfectly. I've recently installed a 'beta' version of Dual Pricing, the creator contacted me with the beta version after I asked the question on his support thread. All seems to have installed ok. Trade customers can now be allocated a trade account and buy items at discounted prices. The only issue I've got is that RRPŁ still shows on all 'wholesale' levels and the wholesale price only shows in the shopping cart when an item is added to cart. I believe that the issue is with some of the code in:-
Shop/include/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php
and that is something as simple as a missing 'comment' or 'uncomment' but for the life of me I can't see it!
I've posted the relevant code in the thread below:-
http://www.zen-cart.com/showthread.p...04#post1261704
Would you be able to cast your expert eye over the code to see if you can spot where the problem is?
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Purecarsound
Hi Anne, I hope you are well?
The responsive site and 1.5.3 is working perfectly. I've recently installed a 'beta' version of Dual Pricing, the creator contacted me with the beta version after I asked the question on his support thread. All seems to have installed ok. Trade customers can now be allocated a trade account and buy items at discounted prices. The only issue I've got is that RRPŁ still shows on all 'wholesale' levels and the wholesale price only shows in the shopping cart when an item is added to cart. I believe that the issue is with some of the code in:-
Shop/include/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php
and that is something as simple as a missing 'comment' or 'uncomment' but for the life of me I can't see it!
I've posted the relevant code in the thread below:-
http://www.zen-cart.com/showthread.p...04#post1261704
Would you be able to cast your expert eye over the code to see if you can spot where the problem is?
Anne, please ignore my post. The author of the BETA Plugin found the Bug in a different file and sent the updated file to me. The Plugin works great now.
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Purecarsound
Anne, please ignore my post. The author of the BETA Plugin found the Bug in a different file and sent the updated file to me. The Plugin works great now.
I am happy that you figured it out. Any stable, properly installed module or plugin will work with the templates.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
DML73
How can I keep the left-side column width at 225px while having the right-side column width at for example 150px?
Hi, were you able to solve the problem, can you share it here
Thanks
PR
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Desmat
Hi, were you able to solve the problem, can you share it here
Thanks
PR
Since this template is using the old version of the diy responsive template default you will have to make these changes in the css files. I would recommend using chrome or firefox and the web developer tools.
Thanks,
Anne
Re: Responsive Sheffield Blue
Hello,
I've searched the thread, but I would think this would be a common request.
Is there a quick and easy way to display the slideshow on all pages?
Thanks,
Bill
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
bbsbcastle
Hello,
I've searched the thread, but I would think this would be a common request.
Is there a quick and easy way to display the slideshow on all pages?
Thanks,
Bill
If you remove the if statement in the includes/templates/override/common/tpl_header.php to only show the slide show on the home page and move the javascript in includes/modules/pages/index then the slider will show on every page.
Thanks,
Anne
Re: Responsive Sheffield Blue grid and mega menu
Thanks anne,
two more queries
1. though the template says that it is preinstalled with grid layout, but i am unable to see where to activate the grid layout
2. any way that the megamenu can display the top categories horixzontally, i tried with changing the categories_ul_generator.php, though i am able to achieve this feature , it does not follow your css and messes up everything
Re: Responsive Sheffield Blue grid and mega menu
Quote:
Originally Posted by
Desmat
Thanks anne,
two more queries
1. though the template says that it is preinstalled with grid layout, but i am unable to see where to activate the grid layout
2. any way that the megamenu can display the top categories horixzontally, i tried with changing the categories_ul_generator.php, though i am able to achieve this feature , it does not follow your css and messes up everything
1. See the readme.html file for details
2. Changing the categories_ul_generator.php file is the hard part. If you need different styles, you can add them using css.
Thanks,
Anne