Zen Cart Logo
Forums / All Other Contributions/Addons / Better Categories Contrib & ezpages

Better Categories Contrib & ezpages

Views: 51,778

Results 101 to 120 of 189
10 Sep 2006, 5:09 AM
#101
ibond2u avatar

ibond2u

New Zenner

Join Date:
Sep 2006
Posts:
7
Plugin Contributions:
0

Better Categories Contrib & ezpages

Thanks SpottedHaggis:smile: I couldn't find it in css, but I looked into the php coding and for both sets of graphics (assigned to category and information sideboxes) the code was already written to address the "factory install" without spaces between the .gif and the first letter of text.

So here is what the considerate and "future-thinking" creator of this contribution wrote into the code (before line 20 in all five of the below listed docs):

$pointer = zen_image(DIR_WS_TEMPLATE_IMAGES . 'bc_info.gif');
// uncomment next line to add 1 space between image & text
// $pointer .= ' ';

So I did that in the following:

includes/modules/sideboxes/YOUR_TEMPLATE/information.php
includes/modules/sideboxes/YOUR_TEMPLATE/more_information.php

and

includes/templates/YOUR_TEMPLATE/sideboxes/tpl_categories.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_document_categories.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_ezpages.php

All is well now and I'm a bit more educated :smartass:

10 Sep 2006, 9:47 AM
#102
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

Glad you found the answer...

Sometimes it helps to rtfm. :D

From the "Notes:" section in the the readme.txt.

  • Your image is too close to the text link!
    Each sidebox file, (except the bestseller sidebox), has a line at the top of the file which allows you to add 1 (or more) spaces between them. Uncomment this line to insert a space, duplicate it to add more than one.
14 Sep 2006, 2:57 PM
#103
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

Has anyone managed , or is it even possible to have alt style tags on the categories.

managed to tweak the code to put it in manually ( the same for each line ) but thought maybe first 30 chars of the description could go in here , just to give people more of a clue whats in the category !

Also can someone kick me in the right direction , I want to add an image for the subcategory like the green arrow one. instead of using the lines from zen admin.

Thanks all

Crazy.....

14 Sep 2006, 9:51 PM
#104
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

crazycucumber:

Also can someone kick me in the right direction , I want to add an image for the subcategory like the green arrow one. instead of using the lines from zen admin.

Thanks all

Crazy.....
The images for this contrib are in
includes\templates\YOUR_TEMPLATE\images
copy the image you want to use over the existing image used in this place

15 Sep 2006, 8:41 PM
#105
meadwench avatar

meadwench

New Zenner

Join Date:
Feb 2005
Location:
Youngsville, NC
Posts:
29
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

Thanks for all the great input, I figured out some of the things I needed to do on my menus....

My site (for a customer) is here: http://216.14.216.28/

You can see the margin around the top sidebox is too wide. For the life of me (forest and trees syndrome, I'm sure), I can't find the bit of code that controls this. Any ideas?

Also, I couldn't quite figure it out from what I've seen so far, but if I want to display my sub-ezpages (I have multiple articles under 'Articles') like a sub-category, can that be done? Any links to how or whatever would be appreciated. I've been searching for ages and haven't turned it up yet.

I'm loving the Better Categories mod, its saved me a lot of time getting my EZpages menu to look more like the categories menu. Now if I can just get the layout finished, and the sub-cat EZpages to work, life would be a dream.....

Vicky Rowe

21 Sep 2006, 2:59 AM
#106
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

BetterCategoriesEzInfo updated to zen v1.3.5 available here

24 Sep 2006, 4:45 PM
#107
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

Hi , My site is in the final 5 days before going live , and just a few niggles to sort out , can anyone tell me how to get the selected category background colour to be the same as the hover background colour when selected , cant seem to get ti to work by tweaking the CSS .

The demo site is at https://www.tapes-direct-zen.madaboutthe.co.uk

Probably easy , but my head is spinning from all the little changes I have to do !

Cheers

24 Sep 2006, 4:52 PM
#108
spottedhaggis avatar

spottedhaggis

Zen Follower

Join Date:
Dec 2005
Location:
Maidstone, Kent, UK
Posts:
310
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

have to say I think it looks ok with that hover colour.

I have noticed that your We Accept area seems to overlap the main content area.

24 Sep 2006, 7:51 PM
#109
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

Me too , but the client wants to have the background colour to highlight the active cat.

Think the overlap is sorted now , if its not , can you let me know what browser you see it with .

24 Sep 2006, 8:20 PM
#110
spottedhaggis avatar

spottedhaggis

Zen Follower

Join Date:
Dec 2005
Location:
Maidstone, Kent, UK
Posts:
310
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

From what I can see this is where the orange colour is coming from in the beter categories css file

.betterCategories a:hover...	stylesheet_better... (line 28)

Hope that helps, im still learing css

oh and in Firefox everything looks god, but in IE 7 your information box top is cut in half, the right part is missing, not sure about ie6 though

24 Sep 2006, 11:35 PM
#111
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

You have removed the call to the image in your "information" box. The result is that in ie6 the rollovers only work on the text links and not on the entire cell.

You are better to leave the image call in the file and copy the 1x1 transparent pixel gif over the existing display gif. This removes the image but allows ie6 to work on the entire cell, (damn ie6).

26 Sep 2006, 12:29 PM
#112
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

Yeah strange one that , I installed Better Cats , and didn't have the images as standard , maybe I installed an old version or something, will extract the contrib and upload manually.

Any idea on how to change the CSS to get the Cell background to remain highlighted when selected ?

Just moving servers to the live server this week , but the test site still at https://www.tapes-direct-zen.madaboutthe.co.uk

Cheers

5 Oct 2006, 11:34 PM
#113
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

I did search this thread and either kept using the wrong phrasing, or am brain cramping....

How do I remove all the images from this mod?

betty

6 Oct 2006, 8:57 AM
#114
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

bettysue:

I did search this thread and either kept using the wrong phrasing, or am brain cramping....

How do I remove all the images from this mod?

betty

From the read_me in the mod

  • Don't want an image!
    Copy the 1x1_transparent.gif to the relevant image file. Don't remove the image from the php files as it fixes a problem with IE6 and allows the rollovers to work on the entire cell, not just the text link. The bestseller sidebox default image is the 1x1 transparent pixel.

Go to the image directory in the mod
Copy the 1x1_transparent.gif to all the other images that you want to remove.
It doesn't remove the image, just makes it so small you can't normally see it.

6 Oct 2006, 5:11 PM
#115
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

the readme? go figure!! :blush:

thank you for the reply and apologies for the oversight!

betty

12 Nov 2006, 1:53 AM
#116
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

Just checked

BetterCategoriesEzInfo v1.3.5 works fine with Zen Cart v1.3.6 and does not need to be updated.

14 Nov 2006, 5:43 PM
#117
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Better Categories Contrib & ezpages

Is it posible to create better categories effect for the ezpages bar? (the one located on the header?

22 Nov 2006, 11:32 AM
#118
handcrafteduk avatar

handcrafteduk

Zen Follower

Join Date:
Jul 2006
Posts:
240
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

Hi,

I was hoping someone could help me?

If you look at this page on my site (https://www.handcrafteduk.com/index.php?main_page=index&cPath=3) you will see that the link on the left 'african and tribal' has a stange line to the left side of it. This happens with all the links in other categories also.

How do I go about removing this? I've installed both the original and new version of the mod and still it didn't change!

Any ideas?

Thanks,

Gary :smile:

22 Nov 2006, 11:46 AM
#119
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Better Categories Contrib & ezpages

Nothing whatsoever to do with the mod... admin>configuration>layout settings ... Categories Separator between the Category Name and Sub Categories

12 Dec 2006, 8:55 AM
#120
keenskin avatar

keenskin

New Zenner

Join Date:
Nov 2005
Posts:
49
Plugin Contributions:
0

Re: Better Categories Contrib & ezpages

first, please forgive me if i post my question in wrong place.

I am using betterCategoriesEzinfo on zencart 1.3.6

Please look at the picture below, I want to fix the text alignment in box1 to
like the text in box2.

Please help!