As I see you have already realized, the heading was tied to the 2011 category (id 249), and you needed to change the CAT_BOX_HEADING_249 define to refer to the 2012 category (id 287): CAT_BOX_HEADING_287.
As I see you have already realized, the heading was tied to the 2011 category (id 249), and you needed to change the CAT_BOX_HEADING_249 define to refer to the 2012 category (id 287): CAT_BOX_HEADING_287.
Categories Dressing help needed please.
I have a few things I would like help with please on my site http://towerhousedolls.co.uk/demo/.
1/ Would like to remove the pink 'Sales!'
2/ Remove 'Buy Now'
3/ Remove line between Ballerina Toy Dolls & Undressed Toy Dolls
4/ Ditto the line further down under Toy Furniture
5/ Have 'Whats New!' & 'Deluxe Toy Dolls' (at top) in line with all other categories in list (at the moment they are in the middle of the column)
6/ Have 'New Products' & 'All Products' (at bottom) in line with all other categories in list (at the moment they are in the middle of the column)
I have hunted the stylesheet_categories_dressing.css and categories_dressing_defines.php and read the Read Me file but Im lost.
Would be so grateful for any help
I have Web Developer but dont know how to use it![]()
Thanks for your speedy reply Totally Zenned.
Will give that a try
Please could you advise me which stylesheet to add it to? And where exactly?
If you add all of this to your stylesheet then it should fix the alignment too. It doesn't matter which stylesheet or where you add it but it's best to paste it into /includes/templates/CUSTOM/css/stylesheet_categories_dressing.css
.noLi {
display:none;
}
#catGroup45 {
left: -21px;
position: relative;
top: 8px;
}
.catLinks {
left: -21px;
position: relative;
}
Sorted! Absolutely brilliant limelites
Thank you so much.
I would never have figured that one out.
I am so happy now & feel like Im actually getting somewhere![]()
Hello,
Will this mod work with the latest 1.5 RC1?
Thx
Many of the items you wanted to change are best done by commenting out defines for CAT_BOX_HEADING_whatever. Add // in front of each define and check the result; this will completely remove the demo headings instead of just hiding them. I can give more details if you need them when I get back to my home computer.
Categories Dressing will work with v1.5.0, last I checked. I will be releasing an updated version soon, and making this official.
I would love to know how to do it this way Black Belt to completely remove them. More details would be appretiated
If I do it this way should I remove the following?
.noLi {
display:none;
}
#catGroup45 {
left: -21px;
position: relative;
top: 8px;
}
.catLinks {
left: -21px;
position: relative;
}
The essential detail is to start with the first define('CAT_BOX_HEADING_whatever... and add // in front of it, like
Then upload and see what difference it makes. You do need to have those new style rules disabled to see the effect of these edits.PHP Code:
//define('CAT_BOX_HEADING_whatever...
Bookmarks