Re: Column Divider Pro (CDP) Contrib - Official Thread
question,
on 1.3.7 when i added this for the category listings (main page and subcategories)
the subcategories text is being forced to multiple lined ie width constrained
The cells seem to be ok width wize - it is just not allowing the text to be wide
any idea how to fix?
you can see at:
http://www.secretgardenflowers.com
or on a sub category
http://www.secretgardenflowers.com/i...ndex&cPath=331
Note: this did display properly before - & i am using product ColumnGridLayout
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
sgflowers
question,
on 1.3.7 when i added this for the category listings (main page and subcategories)
the subcategories text is being forced to multiple lined ie width constrained
The cells seem to be ok width wize - it is just not allowing the text to be wide
any idea how to fix?
you can see at:
http://www.secretgardenflowers.com
or on a sub category
http://www.secretgardenflowers.com/i...ndex&cPath=331
Note: this did display properly before - & i am using product ColumnGridLayout
Do you have any other contribs or css changes for this?
It seems to work fine on my zc137 site:
http://www.unbannable.com/zen137/ind...dex&cPath=3_10
Usually the skinny text means you didn't upload the modules/YOUR_TEMPLATE/product_listing.php file. But it also looks like you have something there making the alignment of the text and image be off-center.
Re: Column Divider Pro (CDP) Contrib - Official Thread
i guess the issue might be with how this works with a contrib called category rows that lists the sub categories underneath the categories
i can't find it on the forum now but something is going goofy with the spacing on the categories
what files should i be looking at?
also how do i adjust the spacing in the product cell & category cell - i want to reduce the space between the content & the dotted seperator
Re: Column Divider Pro (CDP) Contrib - Official Thread
Qhome,
I seem to have the same problem as SGFlowers. Im using version 1.3.8A and the contribs I've installed are Tabbed Products, IH2 and Blank Sidebox so I don't think I have anything that will conflict with this mod.
Re: Column Divider Pro (CDP) Contrib - Official Thread
OK for both of you it seems to be the same problem. The custom product_listing.php file I included is not being loaded. The only change in my custom product_listing.php file is that I force the inner width of the div to use 100% of the div so you don't get the skinny text. In looking at the source code on both of your sites, I can see it is using the default size instead of my size.
Please be sure that you are uploading it into a folder of the same name as the template you are using.
For example. If your template is
/includes/templates/silverfish/
then you need to put the product_listing.php file into:
/includes/modules/silverfish/product_listing.php
for the override to work. You should have to replace the one that Dr Byte included with the Column Grid Layout.
If you still can't get it working, perhaps you can set me up as a temporary ftp access and i can see where the disconnect is.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
OK for both of you it seems to be the same problem. The custom product_listing.php file I included is not being loaded. The only change in my custom product_listing.php file is that I force the inner width of the div to use 100% of the div so you don't get the skinny text. In looking at the source code on both of your sites, I can see it is using the default size instead of my size.
Please be sure that you are uploading it into a folder of the same name as the template you are using.
For example. If your template is
/includes/templates/silverfish/
then you need to put the product_listing.php file into:
/includes/modules/silverfish/product_listing.php
for the override to work. You should have to replace the one that Dr Byte included with the Column Grid Layout.
If you still can't get it working, perhaps you can set me up as a temporary ftp access and i can see where the disconnect is.
for me it might have something to do with the categories_row being loaded
i definitely have the files in the right place
i'll do some more exploration on that contrib
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
OK for both of you it seems to be the same problem. The custom product_listing.php file I included is not being loaded. The only change in my custom product_listing.php file is that I force the inner width of the div to use 100% of the div so you don't get the skinny text. In looking at the source code on both of your sites, I can see it is using the default size instead of my size.
Please be sure that you are uploading it into a folder of the same name as the template you are using.
For example. If your template is
/includes/templates/silverfish/
then you need to put the product_listing.php file into:
/includes/modules/silverfish/product_listing.php
for the override to work. You should have to replace the one that Dr Byte included with the Column Grid Layout.
If you still can't get it working, perhaps you can set me up as a temporary ftp access and i can see where the disconnect is.
But I thought im not supposed to upload the product_listing.php since im not using the Column Grid Layout contrib?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hmm... you're right... im not sure how you got that :P I will have to do some more digging. I will also check the category row contrb.. but i think since berserk is also having the problem that it may be something else.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Hmm... you're right... im not sure how you got that :P I will have to do some more digging. I will also check the category row contrb.. but i think since berserk is also having the problem that it may be something else.
i pm'd you an ftp login
Re: Column Divider Pro (CDP) Contrib - Official Thread
Ok I think i know what the problem is. I am referencing a variable that is being overwritten on your sites, but not on my site. I have to figure out a way to persist the value. this is a CDP bug. I remember this kinda problem from the Lite version too now that I think about it.
-EDIT- OK i see the problem. And I see why I don't have that problem on my site too. I will add code to ensure that it always uses 100% instead of replacing the value for only certain row counts.