I am using version 1.3.9h
This is a simple question..I just have no idea where to do this.
I want to change my sub categories that appear in middle of the page (not in the categories menu) to images.
Can someone help me out with this?
Printable View
I am using version 1.3.9h
This is a simple question..I just have no idea where to do this.
I want to change my sub categories that appear in middle of the page (not in the categories menu) to images.
Can someone help me out with this?
This has nothing whatever to do with Categories Dressing, but if you post your question in an appropriate forum and let me know where the new post is, I will look at it. You should give a location where we can see it live for the best advice relevant to your site. It will probably be a simple addition to one PHP file, or possibly just to the stylesheet.
fred_tededmondsson - You would need to identify how the template's version of tpl_categories.php is different from stock (by comparing them), and then merging the essential differences into the Categories Dressing version of tpl_categories.php. If the template version involves mostly the container for the categories, you may be able to use the parts that make it match other sideboxes; if the template version affects the structure of the categories themselves, you cannot merge the two and will have to scrap the template version. In this case, both versions are manipulating the same elements in different ways, and only one method can be used.
webdca - See this thread for some answers to your question: Removing Name under "Section Image"
Hello,
I just installed categories dressing...I like the default menu EXCEPT when you roll over, there are these weird characters /// }{}{} ..
How can I remove these?
There shouldn't be any such characters. Can we see the site live to understand what you are referring to? Do you perhaps mean little hash marks at top and possibly bottom of the category space? That would be a background image to highlight the hovered link. I don't remember its name offhand, but if you look at the stylesheet for :hover rules, you should find references to a url in background: or background-image: properties.
Hello, I believe this will be the first of many newbie questions to come about your add-on. I appreciate the time and patience.
In the installation instructions there is a line that states: "Activate the chcategories sidebox as described in readme_ch_categories.txt"
I'm not even sure where I the readme_ch_categories.txt is. I would appreciate someone pointing me in the right direciton. Thank you.
That readme file was inadvertently left out of the v2.7.3 release, but it has no important information that is not available elsewhere.
You activate a sidebox in admin > Tools > Layout Boxes Controller.
GJH42: www.restaurantstore(dot)ca
Notice when you roll over categories it is displaying the weird roll over..
thank you for the help...next question. I can't seem to see where I can change the sidebox size in the css, could someone help me out with the proper place to define this? Also, I would only like one level of category shown in the sidebox for right now. I know there are instructions on this that I believe look like this.
The category display-limiting define takes this form:
define('CAT_BOX_ACTIVE_LEVEL', 'active|highest_level|deepest_level');
The "active" field controls whether categories outside the current active tree will display: 0=all tops/1=full active tree only/2=active tree only (all tops when no cat selected)/3=full active tree, others limited per level controls/4=like 3, active branches only/5=like 1, no tops.
The "highest_level" field controls whether top categories will display: 0=all levels/1=no topcats/etc.
The "deepest_level" field controls whether subcategories will display: 1=only first subcats/2=first & second subcats/.../9=all levels down to 9.