Zen Cart Logo
Forums / Addon Sideboxes / Categories Dressing

Categories Dressing

Views: 531,646

Results 1,281 to 1,300 of 2,268
10 Mar 2010, 3:33 PM
#1281
gjh42 avatar

gjh42

Black Belt

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

Categories Dressing

On your homepage, you have a div

<div class="left-col-margin"> which has this style in stylesheet_tm.css, line 92:

.left-col-margin {
margin-top:-333px;
position:relative;
}

I don't know why your homepage has this div and others don't; that is between Template Monster who built the template and yourself who modified it.

Eliminating that margin-top may solve your problem.

10 Mar 2010, 5:09 PM
#1282
kinvart avatar

kinvart

New Zenner

Join Date:
Feb 2010
Posts:
27
Plugin Contributions:
0

Re: Categories Dressing

gjh42:

On your homepage, you have a div

<div class="left-col-margin"> which has this style in stylesheet_tm.css, line 92:

.left-col-margin {
margin-top:-333px;
position:relative;
}

I don't know why your homepage has this div and others don't; that is between Template Monster who built the template and yourself who modified it.

Eliminating that margin-top may solve your problem.

I have allready settled that, but still no change. the funny thing is, that this appeared right after i installed categories dressing and it only appears on the first page....

21 Mar 2010, 8:21 PM
#1283
kaddie avatar

kaddie

New Zenner

Join Date:
Feb 2009
Location:
In the Woods of Texas
Posts:
63
Plugin Contributions:
0

Re: Categories Dressing

I installed the categories dressing. In the admin I have it on for right side column only. The menu doesn't show in the website. Does someone know what I need to get the menu to show? I have re-installed 2 times to be sure I didn't forget a file.

Thanks,
Kaddie

22 Mar 2010, 6:44 AM
#1284
jc_m avatar

jc_m

New Zenner

Join Date:
Jan 2010
Posts:
19
Plugin Contributions:
0

Re: Categories Dressing

For each categories link in the sidebox, how do I add "title" to it?

Example:

<a href="http://www.mysite.com/productpage.html" title="Adidas Watches">Adidas</a>

(See here)

22 Mar 2010, 8:49 PM
#1285
troll avatar

troll

New Zenner

Join Date:
Nov 2009
Posts:
42
Plugin Contributions:
0

Re: Categories Dressing

Hello World! :cool:

I have a minor issue I haven’t been able to figure out:
Can’t get "Hover background" for "catLinks" to work… -That is the links under the divider, for "Specials", "All Products", etc...
Just don’t seem to read my .css for them links?
It’s picking up my default link color from “stylesheet.css”, (also the “a:active” color) but I haven’t been able to edit the hover background…

Any help is deeply appreciated! :hug:

https://www.troll-motor.no/shop

Jan.

24 Mar 2010, 9:53 AM
#1286
sidewing avatar

sidewing

New Zenner

Join Date:
Mar 2010
Posts:
17
Plugin Contributions:
0

Re: Categories Dressing

i need help changing the table layout that the categories are listed as...

right now here is the store:
http://mickieandmarc.sidewing.com/store/

i want the categories to be listed as such:

http://mickieandmarc.sidewing.com/

basically i have a table with padding and spacing.. then i have inside each row a seperate table with the style attached to it that makes the box bg color pinkish and the dotted black lines around the outside..

ideally i want it to look like as it goes on the 2nd site.. but on mouse over i want to change the background color and the text color.. i know how to do this i just cannot locate where to make the changes, and im sure once i know the location its going to be hard to do.. can anyone help me do this please?

24 Mar 2010, 1:42 PM
#1287
monsunemoon avatar

monsunemoon

New Zenner

Join Date:
Jan 2010
Posts:
27
Plugin Contributions:
0

Re: Categories Dressing

Hi,

I need a little help with Category Dessing. Is it possible to "category dress" EZPage Sidebox links too?

For example on my test site:

http://www.mygamedemos.com/store/index.php?main_page=index&cPath=69_65

"Featured Products" appear to be "category dressed", but the "Gallery" link under the "Important Links" EZPage link in the sidebox doesnt have the category dressing.

Can someone please tell me how to make category dressing apply to the EZPage sidebox too?

Thanks.

Monsunemoon. :clap:

24 Mar 2010, 6:35 PM
#1288
gjh42 avatar

gjh42

Black Belt

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

Re: Categories Dressing

Categories Dressing applies only to the categories sidebox. You would have to do some custom coding to apply the same sorts of styling elsewhere; I don't have time now to do anything about that.
You could copy some of the stylesheet rules and change #categories to #ezpages to apply the rules there, since that sidebox is already set up as a <ul> list.

24 Mar 2010, 7:06 PM
#1289
gjh42 avatar

gjh42

Black Belt

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

Re: Categories Dressing

Sidewing - What you want is accomplished just by applying styling to the right elements - no tables needed, and no difficulty.
Change the section of your stylesheet_categories_dressing.css to look like this:```
#categories ul {/top category lists/
list-style: none;
background: none;
margin: 0 0 0.4em 0;
padding: 0;
}

#categories ul a {/top categories/
color: #000000;
font-size: 1.3em;
background-color: #f58386;
border: 1px dotted #000000;
display: list-item;
list-style: none;/disc inside url(../images/bullet1.gif);change to list-style: none; to remove bullet/
margin: 0;
padding: 0.7em;
text-align: center;
}

24 Mar 2010, 7:21 PM
#1290
gjh42 avatar

gjh42

Black Belt

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

Re: Categories Dressing

Troll - You need to use enough specificity so that the rule overrides any others that would apply to the links, like this:```
#categories li a.category-links:hover {
color: #aabbcc;
}

24 Mar 2010, 7:30 PM
#1291
gjh42 avatar

gjh42

Black Belt

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

Re: Categories Dressing

JC.M - Categories Dressing automatically adds alt and title text to images, but to add a title to the text links you would need to edit tpl_categories.php where the link is built. You could easily automate adding the category name as a title, but adding expanded text as the title would require new coding to hold and handle that text, either in a database field or in a define file.

kaddie - I can't diagnose anything from your description. Can you give more details of what you have done, and what is and is not happening? A link to see your site may help too.

24 Mar 2010, 7:59 PM
#1292
monsunemoon avatar

monsunemoon

New Zenner

Join Date:
Jan 2010
Posts:
27
Plugin Contributions:
0

Re: Categories Dressing

Thanks gjh42. That worked. All I did was copy the "stylesheet_chcategories_dressing.css" file, and rename it "stylesheet_ezpages_dressing.css".

Then I did a find and replace for "#chcategories" with "#ezpages" and it worked.

Feel free to add that to the next update :D

24 Mar 2010, 8:03 PM
#1293
gjh42 avatar

gjh42

Black Belt

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

Re: Categories Dressing

A bit of overkill, but won't hurt anything:)
There are many many rules in the Cat Dressing version that will never apply to the ez-pages version, so a more elegant method would be to extract the few rules that are applicable and clone/alter them.

24 Mar 2010, 10:26 PM
#1294
sidewing avatar

sidewing

New Zenner

Join Date:
Mar 2010
Posts:
17
Plugin Contributions:
0

Re: Categories Dressing

gjh42:

Sidewing - What you want is accomplished just by applying styling to the right elements - no tables needed, and no difficulty.
Change the section of your stylesheet_categories_dressing.css to look like this:```
#categories ul {/top category lists/
list-style: none;
background: none;
margin: 0 0 0.4em 0;
padding: 0;
}

#categories ul a {/top categories/
color: #000000;
font-size: 1.3em;
background-color: #f58386;
border: 1px dotted #000000;
display: list-item;
list-style: none;/disc inside url(../images/bullet1.gif);change to list-style: none; to remove bullet/
margin: 0;
padding: 0.7em;
text-align: center;
}


you're a beautiful human being lol.. thanks so much.
24 Mar 2010, 11:00 PM
#1295
sidewing avatar

sidewing

New Zenner

Join Date:
Mar 2010
Posts:
17
Plugin Contributions:
0

Re: Categories Dressing

http://mickieandmarc.sidewing.com/store

how do i remove the dotted hr line or whatever it is in between each category? and also how do i remove the hr and the all products on the bottom?

25 Mar 2010, 10:15 PM
#1296
starchang98 avatar

starchang98

New Zenner

Join Date:
Sep 2009
Posts:
45
Plugin Contributions:
0

Re: Categories Dressing

chrissiemags:

OK I have installed categories dressing with no problems EXCEPT now in my categories list I have "Major Heading" and "Minor Heading" within the list and I can't for the life of me figure out how to remove this text. I've done many searches and still can't find an answer. Any help would be greatly appreciated.

my site is Chrissie's Custom Creations

On the left hand side you see my list of categories where I am having the problem.

TIA for any help :hug:

anyone know how this person fixed this problem please :blush:

25 Mar 2010, 10:47 PM
#1297
gjh42 avatar

gjh42

Black Belt

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

Re: Categories Dressing

The readme describes how to turn off features and examples that you don't want. In this case, you would edit categories_dressing_defines.php, and comment out the define statements that you don't want to use (put // in front of the statement).

25 Mar 2010, 11:56 PM
#1298
starchang98 avatar

starchang98

New Zenner

Join Date:
Sep 2009
Posts:
45
Plugin Contributions:
0

Re: Categories Dressing

gosh that was easy, thanks....sorry im not familiar with all this just yet....thanks for the mod..its awesome

26 Mar 2010, 9:13 PM
#1299
sidewing avatar

sidewing

New Zenner

Join Date:
Mar 2010
Posts:
17
Plugin Contributions:
0

Re: Categories Dressing

nevermind i found the hr in the template stylesheet... thanks tho for the original help. appreciated.

27 Mar 2010, 11:49 PM
#1300
gjh42 avatar

gjh42

Black Belt

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

Re: Categories Dressing

The bottom <hr> and the All Products are admin settings, in Configuration > Layout Settings.