Re: Responsive Sheffield Blue
I'm trying to figure out how to remove the payment image in the header under Services dropdown. I have tried a few different things including
.payment-icon image{display:none;}
.payment-icon{display:none;}
and neither worked.
Any help is greatly appreciated.
Thanks
Mark
www.firstcapitalfirearms.com/zencart
Re: Responsive Sheffield Blue
Trying to move the Quick Links and Customer Service in the Footer. I basically want to move them some so that they are centered or something like that. Please check out www.firstcapitalfirearms.com/zencart for details.
Thanks
Mark
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
firstcapitalfirearms
I'm trying to figure out how to remove the payment image in the header under Services dropdown. I have tried a few different things including
.payment-icon image{display:none;}
.payment-icon{display:none;}
and neither worked.
Any help is greatly appreciated.
Thanks
Mark
www.firstcapitalfirearms.com/zencart
To remove the code entirely you will need to remove it from the includes/templates/responsive_sheffield_blue/common/tpl_mega_menu.php file. Or you could add an id to it and hide it with a display:none; in the stylesheet.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
firstcapitalfirearms
Trying to move the Quick Links and Customer Service in the Footer. I basically want to move them some so that they are centered or something like that. Please check out
www.firstcapitalfirearms.com/zencart for details.
Thanks
Mark
Try adding margin-left:30%; to dl in stylesheet_footer_menu.css
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Hany
Hi Anne
small bug in: /includes/modules/sideboxes/responsive_sheffield_blue/ezpages_drop_menu.php
Code:
/*
Soloving '?target="_blank"' Bug, 'target="blank"' added near end of while loop
// internal link new window
case ($page_query->fields['alt_url'] != '' and $page_query->fields['page_open_new_window'] == '1'):
$page_query_list_sidebox[$rows]['altURL'] = (substr($page_query->fields['alt_url'],0,4) == 'http') ?
$page_query->fields['alt_url'] :
($page_query->fields['alt_url']=='' ? '' : zen_href_link($page_query->fields['alt_url'], 'target="_blank', ($page_query->fields['page_is_ssl']=='0' ? 'NONSSL' : 'SSL'), true, true, true));
break;
// internal link same window
case ($page_query->fields['alt_url'] != '' and $page_query->fields['page_open_new_window'] == '0'):
$page_query_list_sidebox[$rows]['altURL'] = (substr($page_query->fields['alt_url'],0,4) == 'http') ?
$page_query->fields['alt_url'] :
($page_query->fields['alt_url']=='' ? '' : zen_href_link($page_query->fields['alt_url'], '', ($page_query->fields['page_is_ssl']=='0' ? 'NONSSL' : 'SSL'), true, true, true));
break;
*/
// internal link new window or same window
case ($page_query->fields['alt_url'] != ''):
$page_query_list_sidebox[$rows]['altURL'] = (substr($page_query->fields['alt_url'],0,4) == 'http') ?
$page_query->fields['alt_url'] :
($page_query->fields['alt_url']=='' ? '' : zen_href_link($page_query->fields['alt_url'], '', ($page_query->fields['page_is_ssl']=='0' ? 'NONSSL' : 'SSL'), true, true, true));
break;
Best of luck
Hany
Thank you so much for posting. This is the first time I have seen the problem. I will be sure to include the correction in a future template update.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
I just checked the demo in chrome on the smallest device size and see the search input and button in the menu when the "search" is expanded. Maybe one of the modifications you have made is breaking this.
Respponsive Sheffield Blue Demo
Thanks,
Anne
I am quite sure it is something I did but I have not made many changes at all to the template and especially not to the menu section. Is it possible I am missing a file that is keeping this from working? I guess it is time to look in the different directories to see if something is missing.
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
jnissley
I am quite sure it is something I did but I have not made many changes at all to the template and especially not to the menu section. Is it possible I am missing a file that is keeping this from working? I guess it is time to look in the different directories to see if something is missing.
What is the link to your site?
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
Ok, I understand. If you take a peek at the readme.html file included in the template package in the credits section there will be a link to the tutorial that has the code for the handheld menu ;)
Thanks,
Anne
Anne,
I am still struggling with this do you have any help you can give me? I have installed your pure CSS mega menu plugin and have downloaded the code for the Tessa it dropdowns as per your readme file.
I have then looked at your sheffeild blue template and tried to make it work to no avail :frusty:- the mega menu is fine but I cant get it to hide and the other one appear.
If you want to take a look - www (dot) woodcoglobal (dot) com/MULTI
It is the DIY Responsive template
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
gazag
Anne,
I am still struggling with this do you have any help you can give me? I have installed your pure CSS mega menu plugin and have downloaded the code for the Tessa it dropdowns as per your readme file.
I have then looked at your sheffeild blue template and tried to make it work to no avail :frusty:- the mega menu is fine but I cant get it to hide and the other one appear.
If you want to take a look - www (dot) woodcoglobal (dot) com/MULTI
It is the DIY Responsive template
I just looked at your site and you are not using the Responsive Sheffield Blue or any other of our free template packages?
Thanks,
Anne
Re: Responsive Sheffield Blue
Hello Anne thank you for this template
I just had it installed and all of my products seems to have deactivated in a way, descriptions and things do not show.
www.snagssharkteeth.com
Can you help me reactivate my products please?