Page 52 of 116 FirstFirst ... 242505152535462102 ... LastLast
Results 511 to 520 of 1160
  1. #511
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default 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

  2. #512
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default 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

  3. #513
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    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

  4. #514
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    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

  5. #515
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Hany View Post
    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

  6. #516
    Join Date
    Oct 2013
    Location
    Texas
    Posts
    7
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    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.

  7. #517
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by jnissley View Post
    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

  8. #518
    Join Date
    Jun 2011
    Posts
    194
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    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 - 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

  9. #519
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by gazag View Post
    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 - 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

  10. #520
    Join Date
    Jun 2011
    Posts
    113
    Plugin Contributions
    0

    Default 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?

 

 

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 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