Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-15-2010, 10:36 AM
Iain Mathie's Avatar
Iain Mathie Iain Mathie is offline
Junior Member
 
Join Date: Feb 2010
Posts: 12
Default Remove Category Title

Is there a way to remove the category title altogether as it does not fit in well when I insert the code onto my joomla site. Also Now that I have pointed the URL to my storefront I can not find any other way to find out ID numbers of the product/categories etc.. is there another way?

Brilliant product by the way.... I had almost given up trying to find a way of adding a cart easily with all the features I wanted...Thanks
Reply With Quote
  #2  
Old 02-15-2010, 12:46 PM
Qetzal's Avatar
Qetzal Qetzal is online now
Ecwid Team
 
Join Date: Sep 2009
Posts: 11,009
Default

Quote:
Originally Posted by Iain Math View Post
Is there a way to remove the category title altogether as it does not fit in well when I insert the code onto my joomla site. Also Now that I have pointed the URL to my storefront I can not find any other way to find out ID numbers of the product/categories etc.. is there another way?

Brilliant product by the way.... I had almost given up trying to find a way of adding a cart easily with all the features I wanted...Thanks
1. Use this CSS code to hide the category title:

HTML Code:
div.ecwid-productBrowser-subcategories-categoryName {
  display:none;
}
(how to use this code: http://kb.ecwid.com/CSS-Faq )

2. You can find the CategoryID of category you need by hovering the mouse over the category name or its icon.
__________________
Eugene Kaznacheev
Ecwid Team

@ecwid | Facebook Page | Ecwid Knowledge Base
Reply With Quote
  #3  
Old 02-24-2010, 10:38 PM
Maristany's Avatar
Maristany Maristany is online now
Senior Member
 
Join Date: Dec 2009
Posts: 329
Default Remove Category Title in a category page

It seems to be "div.ecwid-productBrowser-head", is it possible to remove only Categories Titles? I'm adding images as headers in categories pages.
Reply With Quote
  #4  
Old 02-25-2010, 03:23 AM
SkyLove's Avatar
SkyLove SkyLove is offline
Member
 
Join Date: Feb 2010
Posts: 45
Default

If you are wanting to just remove the word category you can do it like this.

Paste this code on your page before the ecwid widget code. It effectively makes the word 'category' dissapear by putting nothing between the "" when normally it would be "category"

<script>
ecwidMessages = {
"CategoryPathPanel.category":""
}
</script>
Reply With Quote
  #5  
Old 02-25-2010, 11:22 AM
Qetzal's Avatar
Qetzal Qetzal is online now
Ecwid Team
 
Join Date: Sep 2009
Posts: 11,009
Default

Quote:
Originally Posted by Maristany View Post
It seems to be "div.ecwid-productBrowser-head", is it possible to remove only Categories Titles? I'm adding images as headers in categories pages.
Sure, it's possible. Refer to this message: http://www.ecwid.com/forums/showpost...
__________________
Eugene Kaznacheev
Ecwid Team

@ecwid | Facebook Page | Ecwid Knowledge Base
Reply With Quote
  #6  
Old 02-26-2010, 03:45 AM
Maristany's Avatar
Maristany Maristany is online now
Senior Member
 
Join Date: Dec 2009
Posts: 329
Default

Thank you for your help and quick replay. I didn't explain myself well.

So SkyNet's solution removes/changes "Category" and Eugene's one "Apparel", "Toys" etc (demo_store_categories attachmnt)

I want to remove this "Apparel" (demo_store_apparel) without changing "Your Shopping Bag" (demo_store_cart), 'Your Account', 'Shipping details' etc.

Reason is I'll add an image per category (in each category page) between menu and Product Browser as a header.
Attached Images
File Type: jpg demo_store_categories.jpg (40.2 KB, 25 views)
File Type: jpg demo_store_apparel.jpg (48.8 KB, 20 views)
File Type: jpg demo_store_cart.jpg (23.2 KB, 17 views)
Reply With Quote
  #7  
Old 02-26-2010, 04:12 AM
SkyLove's Avatar
SkyLove SkyLove is offline
Member
 
Join Date: Feb 2010
Posts: 45
Default

So just use this code in your CSS and it will remove the category title on the category pages.

div.ecwid-productBrowser-head {
display:none;
}
Reply With Quote
The Following User Says Thank You to SkyLove For This Useful Post:
ISC-Pros (04-10-2013)
  #8  
Old 05-08-2012, 07:54 AM
osama b mohammed's Avatar
osama b mohammed osama b mohammed is offline
Junior Member
 
Join Date: Apr 2012
Posts: 12
Default

Hello,
i tried to add the below code to my theme and still have the category
div.ecwid-productBrowser-subcategories-categoryName {
display:none;
}

could you please advice give more steps for this ?

here is my website www.widewebtrade.com

thanks
Reply With Quote
  #9  
Old 05-08-2012, 01:53 PM
Kess's Avatar
Kess Kess is offline
 
Join Date: Feb 2012
Posts: 2,120
Default

Quote:
Originally Posted by osama b mohammed View Post
Hello,
i tried to add the below code to my theme and still have the category
div.ecwid-productBrowser-subcategories-categoryName {
display:none;
}

could you please advice give more steps for this ?

here is my website www.widewebtrade.com

thanks
The "div.ecwid-productBrowser-subcategories-categoryName" class is responsible for the category name, displayed in your store under the categories images. As far as i can see, there are no categories names displayed under categories thumbnails on your site.

if you would like to hide the categories names, displayed above the breadcrumbs, when a category is open, please also add the following rule to the end of your CSS theme (Ecwid control panel -> System Settings -> Design -> CSS Themes):

Code:
div.ecwid-productBrowser-head {
display: none;
}
and click "Save (Ctrl+S)".

Please note that this code will also hide the product titles, displayed above the breadcrumbs on the product details pages. So if you would like to keep the product titles displayed there, and have only the categories names hidden, the CSS rule should be the following:

Code:
div.ecwid-productBrowser-CategoryPage div.ecwid-productBrowser-head {
display: none;
}
__________________
Ksenia Lukacher
Reply With Quote
The Following User Says Thank You to Kess For This Useful Post:
Ella (01-09-2013)
  #10  
Old 05-08-2012, 03:06 PM
osama b mohammed's Avatar
osama b mohammed osama b mohammed is offline
Junior Member
 
Join Date: Apr 2012
Posts: 12
Default

i understand how to do that, but still have category title nothing happen when i add the code , could you check please ?

if you go to my website you can get STORE and under it the category title which i wish to hide

www.widewebtrade.com

thanks for your time
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:40 PM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.