Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    95
    Plugin Contributions
    0

    Default How to remove currency drop-down menu from header?

    Good day. I am using the latest version of Zen Cart and template theme376 and am looking to make some simple layout changes to my website, www.on-grade.ca. I feel that the currency drop down menu doesn't suit my needs as all prices are in Canadian dollars.



    After exploring the forums a little bit, I read a recommendation on modifying my tpl_header.php file from directory 'includes/template/xxxx/common'. In my case, 'xxxx' is replaced by 'theme376'. So I opened it up and saw a section labelled CURRENCIES :



    The red X's denote where I removed the text from the .php file. After making the change, my currency drop down menu is gone. However, the layout freaks out and changes dramatically.



    As you can see, the top menu is no longer being affected by the CSS and is appearing as a normal list. In addition, the main content of the site is now on the left of the screen as opposed to the centre. Does anyone know how to remove the currencies drop down menu without this happening?

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: How to remove currency drop-down menu from header?

    Try this:

    Locate this:
    includes/templates/theme376/css/stylesheet_tm.css
    Find this:
    .currencies {
    color: #717171;
    float: right;
    font-weight: bold;
    padding: 0 11px 0 0;
    }

    1. add this:
    2. display: none;

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    Plugin Contributions
    11

    Default Re: How to remove currency drop-down menu from header?

    Or... Try turning off the sidebox in Admin >> Tools >> Layout Boxes Controller.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #4
    Join Date
    Apr 2011
    Posts
    95
    Plugin Contributions
    0

    Default Re: How to remove currency drop-down menu from header?

    Quote Originally Posted by dbltoe View Post
    Or... Try turning off the sidebox in Admin >> Tools >> Layout Boxes Controller.
    It is off.


  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    Plugin Contributions
    11

    Default Re: How to remove currency drop-down menu from header?

    Don't ya just LOVE TM -- NOT!!

    Try ONLY display: none; in the css. Having anything else nullifies the none.

    .currencies{ display:none;}
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    Apr 2011
    Posts
    95
    Plugin Contributions
    0

    Default Re: How to remove currency drop-down menu from header?

    Quote Originally Posted by dbltoe View Post
    Don't ya just LOVE TM -- NOT!!

    Try ONLY display: none; in the css. Having anything else nullifies the none.

    .currencies{ display:none;}
    Huzzah! It works! Thank you for the assistance, both of you.

  7. #7
    Join Date
    Apr 2011
    Posts
    95
    Plugin Contributions
    0

    Default Re: How to remove currency drop-down menu from header?

    Quote Originally Posted by haredo View Post
    Try this:

    Locate this:
    Find this:
    [/LIST]
    Unfortunately, this did not change the layout from it's default state. With your change, that line in my CSS looked like:

    .currencies{ float:right; padding:0 11px 0 0; color:#717171; font-weight:bold; display:none;}

  8. #8
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: How to remove currency drop-down menu from header?

    Any other problems with that template should be addressed to the designer.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. v139g Remove Some of the Countries from Create Account Drop Down Menu
    By clriding in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Oct 2013, 08:58 PM
  2. v150 remove currency drop down box from my site
    By ddigerolamo in forum General Questions
    Replies: 2
    Last Post: 27 Feb 2013, 03:29 PM
  3. How To Remove Drop Down Currency and Language Flags?
    By smiffy12 in forum General Questions
    Replies: 1
    Last Post: 4 Mar 2011, 03:50 PM
  4. Remove Languages text , Flag & currency Drop Down Menu
    By flex67 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Nov 2010, 09:35 PM
  5. Currency drop down menu - how does ZC convert?
    By jami1955 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 5
    Last Post: 2 Mar 2009, 11:20 AM

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