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 02-26-2010, 05:34 AM
Maristany's Avatar
Maristany Maristany is online now
Senior Member
 
Join Date: Dec 2009
Posts: 329
Default

Hi SkiLove, sorry for the mistake.
You are right, the problem is that it will remove all the headers (in Your Account page, Shopping Bag, Checkout, all of them). So I wondered if I'm missing a ".ecwid-productBrowser-headCategoryTitle" or something like that.
Or another way, besides to shape my images to cover that part
Reply With Quote
  #9  
Old 02-26-2010, 11:45 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
Hi SkiLove, sorry for the mistake.
You are right, the problem is that it will remove all the headers (in Your Account page, Shopping Bag, Checkout, all of them). So I wondered if I'm missing a ".ecwid-productBrowser-headCategoryTitle" or something like that.
Or another way, besides to shape my images to cover that part
Unfortunately there is no CSS way to hide this header for Categories only.
However it's possible to do using some JS coding.
__________________
Eugene Kaznacheev
Ecwid Team

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

Quote:
Originally Posted by qetzal View Post
Unfortunately there is no CSS way to hide this header for Categories only.
However it's possible to do using some JS coding.
Great! Just one more thing: Could you please explain how to do this?
Uhmm I think this could be useful posted in a new thread, like the "How to show specific text/links..." What do you think?
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 06:15 PM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.