Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove Languages/Currencies and add Search Header

Remove Languages/Currencies and add Search Header

Views: 4,003

Results 1 to 11 of 11
6 Apr 2009, 2:27 PM
#1
suehigman avatar

suehigman

New Zenner

Join Date:
Jan 2009
Posts:
38
Plugin Contributions:
0

Remove Languages/Currencies and add Search Header

How do I add the Search Header box where my languages and currencies are located?

http://emeraldspares.com/products/index.php?main_page=page&id=1

Currently it is located above my categories sidebox on the left. I tried to change it in the layout box controller, but it did not work.

Sue

6 Apr 2009, 2:35 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Remove Languages/Currencies and add Search Header

Sue,
Are you using the Template Monster template...
It is a bear....

6 Apr 2009, 2:46 PM
#3
suehigman avatar

suehigman

New Zenner

Join Date:
Jan 2009
Posts:
38
Plugin Contributions:
0

Re: Remove Languages/Currencies and add Search Header

Yes I am afraid it is.

6 Apr 2009, 2:49 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Remove Languages/Currencies and add Search Header

Sue,
Did you contact templatemonster.com by email and ask them the solution???

6 Apr 2009, 6:18 PM
#5
suehigman avatar

suehigman

New Zenner

Join Date:
Jan 2009
Posts:
38
Plugin Contributions:
0

Re: Remove Languages/Currencies and add Search Header

Yes I have a ticket open with them, but they are not much help.

Sue

6 Apr 2009, 6:51 PM
#6
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Remove Languages/Currencies and add Search Header

You know, I find it amusing that the name "Emerald" is used for industrial crushing/screening parts, when emerald is such a brittle stone:) Now Ruby is a tough mineral...

20 Sep 2009, 2:35 AM
#7
roylen1 avatar

roylen1

New Zenner

Join Date:
May 2009
Posts:
38
Plugin Contributions:
0

Re: Remove Languages/Currencies and add Search Header

Sue, i have the same problem. I was able to remove the languages and currencies but I cannot add the search. I also have a monster template.

Thanks
Roy

20 Sep 2009, 3:37 AM
#8
roylen1 avatar

roylen1

New Zenner

Join Date:
May 2009
Posts:
38
Plugin Contributions:
0

Re: Remove Languages/Currencies and add Search Header

I figured it out as follows:

To remove language, currency and cart from header (template monster template)

  1. edit stylesheet_tm.css in 'includes\templates\YOUR TEMPLATE\css'
  2. "display:none;" as the last parameter in
  • ".header .lang-header {"
  • " .header .curr-header {" and
  • ".header .cart-header {"

To add the search header box

  • Copy the entire '.cart-header' section (5 lines)
  • rename '.cart-header' in each line to '.cart-search'

Edit 'includes\templates\YOUR TEMPLATE\common' and add

<div class="search-header"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>

between <?php #HEADER LINKS END ?> </div>
and <div class="curr-header"> <?php #HEADER CURRENCIES START ?>

That's it

6 Dec 2009, 8:08 AM
#9
derek_h_bao avatar

derek_h_bao

New Zenner

Join Date:
Feb 2008
Posts:
18
Plugin Contributions:
0

Re: Remove Languages/Currencies and add Search Header

roylen1:

I figured it out as follows:

To remove language, currency and cart from header (template monster template)

  1. edit stylesheet_tm.css in 'includes\templates\YOUR TEMPLATE\css'
  2. "display:none;" as the last parameter in
  • ".header .lang-header {"
  • " .header .curr-header {" and
  • ".header .cart-header {"

To add the search header box

  • Copy the entire '.cart-header' section (5 lines)
  • rename '.cart-header' in each line to '.cart-search'

Edit 'includes\templates\YOUR TEMPLATE\common' and add

<div class="search-header"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>

between <?php #HEADER LINKS END ?> </div>
and <div class="curr-header"> <?php #HEADER CURRENCIES START ?>

That's it

Hi, I have the same problem. I can't add the search header box. Could you please explain more in details. Thank you very much!

6 Dec 2009, 10:11 AM
#10
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Remove Languages/Currencies and add Search Header

Roylen gave every step that needs to be done for that situation. Repeating the directions won't help if you don't explain which parts you are having trouble with. Do you have a Template Monster template? A link to see your site may be helpful.

8 May 2011, 6:38 PM
#11
marjankopi avatar

marjankopi

New Zenner

Join Date:
May 2011
Posts:
2
Plugin Contributions:
0

Re: Remove Languages/Currencies and add Search Header

To remove Currencies (select) from header (TemplateMonster)

your_template/css/stylesheet_tm.css
#CurrenciesForm { display:none}