-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hello,
I have installed Column Divider Pro and it worked perfect except the products in the categories alignment are off.. I have Column Layout Grid for Product Listing installed and my products are on column mode...
I have followed all directions and installed as said.. but the alignment is completly off.
Does it any1 know how to fix?
Thanks
DigitalGuard
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi,
I am going crazy over this...
http://black-technology.com/store/in...dex&cPath=1_21
I cant seem to get the dots to appear using the grid contrib
I did the:
"product_listing.php_UseWithColumnGridLayout_zc138"
to:
"product_listing.php"?
But its still the same :(
BUT to solve the 1 column of death I had to do a workaround by changing this:
$col_width_div = floor(100)
To
$col_width_div = floor(100/PRODUCT_LISTING_COLUMNS_PER_ROW) - 0.5;
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
You don't appear to be using the included /templates/YOURTEMPLATE/common/tpl_columnar_display.php file. That is where the calls to the dotline style is. Either that or its being overridden by another version. I see no dotline style calls in your source.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
You don't appear to be using the included /templates/YOURTEMPLATE/common/tpl_columnar_display.php file. That is where the calls to the dotline style is. Either that or its being overridden by another version. I see no dotline style calls in your source.
Well for catagories it works fine:
http://black-technology.com/store/in...=index&cPath=1
Only when the actual products are listed we get a problem
So my guess is that something is overwriting it, but how on earth do i track down what is :(
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
I have a feeling that the modules/yourtemplate/product_listing.php might be the problem?
Cos In the beginning if I didnt change it to "$col_width_div = floor(100/PRODUCT_LISTING_COLUMNS_PER_ROW) - 0.5; "
I would have been stuck with 1 column...
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
not sure why that would be... but that should still only cut it down to 99.5% . But im not seeing it loading at all on your product listing pages
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Also if you notice on Firefox, the products are going out of alignment :(
http://i38.tinypic.com/iwp107.jpg
However it seems perfectly fine on IE.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
not sure why that would be... but that should still only cut it down to 99.5% . But im not seeing it loading at all on your product listing pages
Let me try uninstalling it see if it all goes back to normal first :(
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Ok I tried uninstalling CDP, and I still get that out of alignment in FF.
MY guess now its something wrong with Column layout grid instead... :P
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
heh, well be sure you replace the product_listing.php file from the CDP contrib with the one from the column layout grid.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Yup it was Column layout grid alright :D
Apparantly I saved the tpl_modules_product_listing.php in the wrong place :(
It was supposed to be templates/yourtemplate/templates/tpl_modules_product_listing.php
Didnt realise it at first cos there was no templates folder in the template folder, and i had to create one :P
Stupid me :P
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
ah.. good to hear you got it working :) Looks good! :clap:
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Mod is working nicely. Thank you.
One thing I would like to solve.
I noticed now that Column Grid Layout with the divider lines creates more empty space underneath each product row. I used to have less empty space below the buy now buttons.
Anybody a tip how this empty space could be removed?
see problem here:
http://www.waxpottery.com/index.php?...ex&cPath=45_46
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
mydanilo
Yea, that was an accidental hardcode of styling within the code instead of making a new class and setting it in the css file.
edit:
templates/YourTemplate/common/tpl_columnar_display.php.
Find:
<table width="100%" align="center" cellpadding="1" cellspacing="15" border="0">
and change the cellspacing to something lower.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
<table width="100%" align="center" cellpadding="1" cellspacing="1" border="0">
This did the trick. Many thanks! :smile:
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Find:
<table width="100%" align="center" cellpadding="1" cellspacing="15" border="0">
and change the cellspacing to something lower.
Hi QHome,
you are really do great conrtibutions :clap: I use alredy 2, but I will not stop :D
Please tell me how I can push to the right in the center only vertical line in my site? http://www.mutagim.tv
Thanks :bigups:
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
xordox
Please tell me how I can push to the right in the center only vertical line in my site?
http://www.mutagim.tv
Thanks :bigups:
Edit the stylesheet_dotline.css file in templates/YOURTEMPLATE/css
Change the width property to something smaller, like 1px:
.vDotLine
{
background-color: transparent;
background-image: url([../images/delim_v.gif);
background-repeat: repeat-y;
background-attachment: scroll;
width: 20px;
font-size: 1px;
}
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Qhome..any update on
Quote:
I'm replacing DMB with a new contrib called "MonthlyBuyNow" (working name, might change)
:smile:
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Waiting for zen-cart 1.4
Good idea...thanks for prompt response
:smile:
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Edit the stylesheet_dotline.css file in templates/YOURTEMPLATE/css
Change the width property to something smaller, like 1px:
.vDotLine
{
background-color: transparent;
background-image: url([../images/delim_v.gif);
background-repeat: repeat-y;
background-attachment: scroll;
width: 20px;
font-size: 1px;
}
I really try, I change it to 1px and to 1000px - look same :unsure: no changes.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi,
I am newbie in zencart and just moved from another cart system which is really expensive even customer support is almost ZERO.
Well, I would like to ask that how to show special, Featured and Latest products on main page? ... I have installed yr module but i only have Featured Products on main page..
Can you plz tell me that where i am doing wrong?
Thanks in advance and happy zenning. ;)
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Welcome to Zen-Cart. This question is not related to this Column Divider contrib. It would be best asked in the "General Questions" area or looked up by reading the wiki.
A simple answer I will give you is to search the "Admin->Configuration->Index Listing" dropdown menu for the answer, but you also need to have products set for those boxes
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Welcome to Zen-Cart. This question is not related to this Column Divider contrib. It would be best asked in the "General Questions" area or looked up by reading the wiki.
A simple answer I will give you is to search the "Admin->Configuration->Index Listing" dropdown menu for the answer, but you also need to have products set for those boxes
WOW, this is what i was expecting from you. Now I think that my decision was right for moving from that ***shop to zencart..
I got reply my problem within a hour even this is free cart system ..
Thanks Qhome. :)
-
1 Attachment(s)
Re: Column Divider Pro (CDP) Contrib - Official Thread
Qhome: Sorry for asking so much .. but I found u as a guru here so asking to .. even this is not related with yr module but can u tell me that how to solve my problem with left column top Gap..
u can see in attached pic that i have having GAP on top of left column but not in right column .. I would be really thanks again for this help.
Regards
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
khota
Qhome: Sorry for asking so much .. but I found u as a guru here so asking to .. even this is not related with yr module but can u tell me that how to solve my problem with left column top Gap..
u can see in attached pic that i have having GAP on top of left column but not in right column .. I would be really thanks again for this help.
Regards
Sorry don't know all the answers :P. I think that might be related to the search sidebox or something but you're better off asking it in General Questions to get better visibility. You will also need to link your actual site as that image doesn't help
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Sorry don't know all the answers :P. I think that might be related to the search sidebox or something but you're better off asking it in General Questions to get better visibility. You will also need to link your actual site as that image doesn't help
Hmm. .. No problem .. I will try to find in code or asking in general section ..
Link is not available yet as i am working in off line mode ..
BUT .. Thanks again
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi qHome,
There's a reference to an image on the CSS that I don't have in my downloaded files. On the CSS there's a:
PHP Code:
.hDotLine
{
background-image: url("../images/delim_h.gif");
padding:1px 0;
height:3px;
}
I didn't find any reference in the thread about this image missing. :mellow:
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
there should be no reference to a delim_h.gif file. i only ever used a delim_v.gif for both horizontal and vertical. just change to v and you should be fine
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Just installed this mod and....how do you remove the lines that show up between categories/subcategories? The mod didn't say anything about adding lines between these and I would prefer to only have the lines on product listings, not categories.
Thanks
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
khopek
Just installed this mod and....how do you remove the lines that show up between categories/subcategories? The mod didn't say anything about adding lines between these and I would prefer to only have the lines on product listings, not categories.
Thanks
There are no lines added from this contrib to the category/subcategories
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Well there is for me...I'm not sure why? It's the only mod I have installed as this is a brand new site.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
khopek
Well there is for me...I'm not sure why? It's the only mod I have installed as this is a brand new site.
got a link?
-
1 Attachment(s)
Re: Column Divider Pro (CDP) Contrib - Official Thread
I don't right now since it's just in development on my xampp desktop server, BUT here's a screenshot if that helps at all.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Oh.. you mean at the top of where the products usually are. I thought you meant in the sidebox for categories. Yea, basically every where that uses the tpl_columnar_display.php file, is going to use this. The only alternative would be to create a copy of the original tpl_columnar_display.php and rename it tpl_columnar_display_nolines.php, then change the category section to point to it
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Ohhh ok! Actually that sounds easy enough to accomplish. Thanks so much for your help!
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
It appears I spoke too soon as I cannot get it to work.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
ok.
1. first get the original file from:
includes/templates/template_default/common/tpl_columnar_display.php and make a clone called tpl_columnar_display_nolines.php
2. Copy that file into includes/templates/YOUR TEMPLATE/common/
3. Now copy includes/templates/template_default/templates/tpl_modules_category_row.php and put it in includes/templates/YOUR TEMPLATE/templates/ using the same name. This will make an override of the categories area.
4. Edit this new file and change all instances where it refers to "tpl_columnar_display" to "tpl_columnar_display_nolines"
5. Save and done.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
That is actually exactly how I did it, but it didn't work, so I assumed I did it wrong.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
I was experiencing that same issue. I didn't want the horizontal lines separating my categories.
I did the suggested mods and it worked for me!
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
is there a way to add the dotted separator line in the best sellers box? so it will separate the products and make it look better then what it is?
my site is http://www.healthdivine.co.uk/
thanks for your time
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Help Needed! :(
I have a 1.3.8 store with column layout installed. I downloaded the zip. Uploaded them in appropriate places, renamed the php file for 1.3.8: Then NOTHING! no change at all.
Anyone that is willing to help me, I can send the store URL via IM. I been messing around with it for hours now and can't seem to get it to show at all.
Thanks
Sam
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Thanks a lot, great contrib!!!
works great :)
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
hello qhome .... you have done a great job maaaaan,,,, wonderful contributions, specially the Column Layout Grid and the Column Divider Pro.... I installed these two and great results..... It changed the complete look and feel of the cart that I an developing for the last almost one month....
Just wanted to ask, either is it possible to align image at left, Product Description at top-left and rest of the information at bottom-right... Currently, everything is center aligned....
Although it is great; but I feel it will better if alignments can adjusted slightly....
Regards
Erfan Rana
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Excellent contribution!
Just wanted to ask is it possible to add a solid border around all the products similar to http://www.dealsdirect.com.au?
If so can anyone advise me?
Thanks in advance!
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
What i mean is similar to the website mentioned above a solid border around each product?
-
2 Attachment(s)
Re: Column Divider Pro (CDP) Contrib - Official Thread
can someone help me out. I got a serious problem.. the column layout grid mod shows up fine in categories or items but get's screwed up in the featured or new products listing. It reverts to a single jumbled column instead of the grid. check it out:
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
hihi,
check it out at newfu.com
my is the single column product list and i want the layout grid stuff... how do i activate it
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Update:
i installed the Grid Layout but it does not work at all.
Setting and everything followed, even changed in the admin setting and the integrated files with divider pro.
Please asssit.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Need a bit more info than "Doesn't work"
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
I don't know whether this script or the "Column Layout Grid for Product Listing" changed my red font color on the price and discount. Anyone know where to fix it?
http://www.1beautycorner.com/fontcolor.jpg
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
ufoboi
Looks like you got it fixed?
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
I have been using the DMB contrib for a while without problem. I have installed CDP and now I am getting this warning:
[03-Mar-2009 09:52:06] PHP Warning: strpos() [<a href='function.strpos'>function.strpos</a>]: Offset not contained in string in /home/*******/public_html/includes/templates/*******/common/tpl_columnar_display.php on line 43
On line 43 the code is
PHP Code:
$startpos = strpos($r_params, "width:", 1);
anyone else experience this? Any ideas of what to change to correct this?
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Never seen that one. Can you PM me a link to your site so I can see more.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
I am installing this mod on a test site. I am trying to use the CSS to add background to the columns created.
Now I understand that if you have 3 product they will be displayed in a 3 columns the width of each column is about 33%. If you only have 2 products the width will be about 49%, and with only one product the width of each column is about 100%.
I have been trying for a while to make the width of the column set to 33.3% no matter if it is one, two or three products. The reason I want to do that is that I want to make the background an image instead of just colors.
I hope that makes sense, here is a link for the dev site http://www. elitecarcovers.com/dev/ make sure you remove the space after the www.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
Glamorousshoe
I am installing this mod on a test site. I am trying to use the CSS to add background to the columns created.
Now I understand that if you have 3 product they will be displayed in a 3 columns the width of each column is about 33%. If you only have 2 products the width will be about 49%, and with only one product the width of each column is about 100%.
I have been trying for a while to make the width of the column set to 33.3% no matter if it is one, two or three products. The reason I want to do that is that I want to make the background an image instead of just colors.
I hope that makes sense, here is a link for the dev site
http://www. elitecarcovers.com/dev/ make sure you remove the space after the www.
edit the included tpl_columnar_display.php file
and change:
Code:
echo '<td width="'. (intval($col_width) - 0.5) .'%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div></td>' . "\n";
to:
Code:
echo '<td width="33.3%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div></td>' . "\n";
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Thanks I will try that on the next site.
I have this installed on this development site www.elitecarcovers.com /dev I am trying to use border around each product container. It works perfect in FF, but in IE only on of the product will have a right border, the other two will not have right borders they do have the other 3 borders. I tried to play with padding, border width but no luck, I had to hack for IE and remove the borders so the site look decent in IE.
Any ideas?
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Nobody got a solution for this problem?
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
Massilla
can someone help me out. I got a serious problem.. the column layout grid mod shows up fine in categories or items but get's screwed up in the featured or new products listing. It reverts to a single jumbled column instead of the grid. check it out:
Nobody got a solution for this?
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
A link to your site will be very helpful
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi,
I'm having a problem with the column divider and wonder if i'm doing it right. When i click on the product list, it would show Product Listing - Columns Per Row = 3 but when click on the next button it the alignment of the product list is off.
Hope someone can help me on this please.
the link is http://trendshop.ca/index.php?main_p...ort=20a&page=1 and if you go on the second link http://trendshop.ca/index.php?main_p...ort=20a&page=2 .
Also i was wondering how i can have the border over the content and not just the image itself.
Thank you
Dat
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi I was about to try out this module. I realized that I already have tpl_columnar_display.php which I think is from other module. I compared the two files and they are quite different. How do I proceed? Please advise. Thanks in advance.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
dealbyethan.com
Hi I was about to try out this module. I realized that I already have tpl_columnar_display.php which I think is from other module. I compared the two files and they are quite different. How do I proceed? Please advise. Thanks in advance.
Everyone has a tpl_columnar_display.php file. The contrib uses a modified version to display the lines. Back your old one up and use the included one in place of the old one.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hello,
Just wondering, is it possible to specify the width of each column?
Thx...
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi is it possible to only use the column divider only on the product listing page but not for additional images, customers also purchased items, cross sell items? There is some overlapping issue with those display on Internet Explorer (but not Firefox) which I don't know how to fix. Please have a look
Have a look at this link:
http://www.dealbyethan.com/index.php...oducts_id=5136
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
edit the included tpl_columnar_display.php file
and change:
Code:
echo '<td width="'. (intval($col_width) - 0.5) .'%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div></td>' . "\n";
to:
Code:
echo '<td width="33.3%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div></td>' . "\n";
I have tried that, It doesn't seem to work on the site. I have it installed on this dev site: www.ohiospeedshop.com/dev, here is a link for a page where it doesn't seem to work: http://www.ohiospeedshop.com/dev/?ma...index&cPath=68 Is there any ideas?
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
have uploaded mod, is cool, thanks
one of the things with zen cart that always niggles me is modifying the product liting pages
i often use the grid column layout as i think it looks best, but, i can never find the code to change, div's, etc. to make it look better (thanks to this mod, i got a little further)
i have looked in the files in /modules/, /templates/, everywhere!
The first, and main thing I would like to do is change so the content for each product is NOT centred. I can see that when viewing source the div is styled with 'centredContent' class, but, i cannot see where the code is to change this, seems so easy, yet so hard, could accomplish so much more by just knowing this!
also, if you hide the description it leaves an empty div there which creates an unneccessary space, would also like to get rid of this
anyone have any ideas?
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
You can change the float of the text using CSS, You can even add new div inside the display which allow you to split the content of the box into different classes. For example you can center the image and align the descrription, title and price to the left; which I think looks good and professional.
You can look into includes/modules/new_product or product_listing or any other box to do the editing. There is only one line that controls the display in those boxes I think it should be around line 73.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi
Thanks for reply.
The code for one of the products in products listing looks like this on a live page:
Code:
<DIV class="centerBoxContentsProducts centeredContent"
style="WIDTH: 100%"><A
href="http://www.northdevonsurfshop.co.uk/index.php?main_page=product_info&cPath=1&products_id=3"><IMG
class=listingProductImage title=' Cortez Quad 6ft 4" ' height=120
alt='Cortez Quad 6ft 4"'
src="Surfboards%20%20North%20Devon%20Surf%20Shop,%20Surf%20Warehouse%20Based%20in%20Westward%20Ho!,%20North%20Devon_files/surf%2520board.jpg"
width=34></A><BR>
<H3 class=itemTitle><A
href="http://www.northdevonsurfshop.co.uk/index.php?main_page=product_info&cPath=1&products_id=3">Cortez
Quad 6ft 4"</A></H3>
<DIV class=listingDescription></DIV><BR>£289.00<BR><BR><A
href="http://www.northdevonsurfshop.co.uk/index.php?main_page=product_info&cPath=1&products_id=3">...
more info</A><BR><BR></DIV>
I have looked at products_listing.php before but couldn't find what I was after, I can see class="itemTitle", but I can't see the code for the centeredContent div, which is the main bit of code i would ike to change as it is centring everything.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
To be able to assist you more can you post a link to your site? And tell me exactly what you want to do?
I can attempt to help you then. I usually keep playing with the CSS and the code to get what I want. I am no expert just learned from my mistakes.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
is ok, it is sorted
turns out i was looking in the wrong place
i was looking in default product_listing.php, when, in fact, i shuld have been looking in the product_listing.php provided with the column grid layout mod.
I found:
Code:
class="centerBoxContentsProducts centeredContent"
and changed centredContent to a new class .leftContent which is aligned left
i could have also just added a new style .centerBoxContentsProducts.centeredContent {}
thank you
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
datvtran
Hi,
I'm having a problem with the column divider and wonder if i'm doing it right. When i click on the product list, it would show Product Listing - Columns Per Row = 3 but when click on the next button it the alignment of the product list is off.
Hope someone can help me on this please.
the link is
http://trendshop.ca/index.php?main_p...ort=20a&page=1 and if you go on the second link
http://trendshop.ca/index.php?main_p...ort=20a&page=2 .
Also i was wondering how i can have the border over the content and not just the image itself.
Thank you
Dat
Hey DAT,
I'm just wondering how you got the border out of each product on this listing. I'm trying to change on the stylesheet but it didn't work for me... if you or someone could give me a piece of advice would be great.
Thanks,
Dave Jr.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi!! I am having problem with the listing... it shows either one or two coloumns while i have selected 3 and it shows all messedup layout sometimes as just one center aligned coloumn or sometimes few on left and nothing on right n then few on right and nothing on left..
http://mediasolu.com/xtreme/index.ph...index&cPath=11
I am using this contribution with coloumn grid layout... and i am talking about the product listing when you click a category and not the ones below in featured etc as that looks fine
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
dhaval
Hi!! I am having problem with the listing... it shows either one or two coloumns while i have selected 3 and it shows all messedup layout sometimes as just one center aligned coloumn or sometimes few on left and nothing on right n then few on right and nothing on left..
http://mediasolu.com/xtreme/index.ph...index&cPath=11
I am using this contribution with coloumn grid layout... and i am talking about the product listing when you click a category and not the ones below in featured etc as that looks fine
hey DHAVAL,
Check this thread... I think this might help you... FYI, the MOD version that you downloaded may not be the good one.... http://www.zen-cart.com/forum/showthread.php?t=100003... Hope this will help you!.
Dave Jr.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
Dave2006
Hey DAT,
I'm just wondering how you got the border out of each product on this listing. I'm trying to change on the stylesheet but it didn't work for me... if you or someone could give me a piece of advice would be great.
Thanks,
Dave Jr.
I don't know if someone has read this post, but if anyone may help me with this... I would really appreciate...
Thanks a bunch.
Dave Jr.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
i got the latest version of the contribution!! and Dave if you want to remove border, you can try and open that image with dot that makes those lines and you can change it to blank image with white or whatever your background color is...
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
dhaval
i got the latest version of the contribution!! and Dave if you want to remove border, you can try and open that image with dot that makes those lines and you can change it to blank image with white or whatever your background color is...
Thanks DHAVAL! But I think you misunderstood me... I was trying to say that I would like to have border around each product of the listing - wrap around the picture and description as well.
Thanks,
Dave Jr.
-
1 Attachment(s)
Re: Column Divider Pro (CDP) Contrib - Official Thread
Will this mod allow me to align my columns horizontally when I have my new products listed in 3 columns. See attached. I think I want all my heading and descriptions to be fixed at 3 lines each so all the product details buttons align at the bottom.
However I have my specials and featured products listed in a single column so I wouldn’t want those being forced to 3 lines for heading and 3 lines for description.
If this mod cant do this I would be very grateful for any help in pointing me in the right direction.
Thanks
Gareth
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Nice add-on making my site neater! Easy to install and works better ever! :smile:
Thanks,
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
I recently installed CDP and noticed that the navigation buttons (prev, next) changed to text, how do I get the buttons back?
Also, I'm not sure if this is related but I would also like to have buttons for tell a friend and write a review, how do I have buttons display instead of text?
Here is a link to the page.
http://www.m y r h i n e s t o n e f x.com/store/index.php?main_page=product_info&cPath=1_4&products_id=21
Any help would be appreciated.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Is there an easy way to apply the colums to the actual page that is loaded when you click on all products?
Ps This ad on is great and thank you! ! ! !
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Great mod. It seems to work on "Featured Products" and other mods but I can't get it to work with the category listings (the lines aren't showing between the products in the categories).
I installed the files as instructed an made the admin changes. I also am using it with ColumnGridLayout
Here is the link to my site. If someone with more experience would be so kind to take a look, I'd be very appreciative. I've been playing with it for hours with no results.
https://www.sarasotafarms.org/biz/in...d81cb881efaf25
Or https://www.sarasotafarms.org/biz and then click on the category Produce/Cucumber
This site is still being built, so don't let it confuse you.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Please help! Any ideas on how to get this working with category items? I posted earlier but post got pushed down from no reply. Thanks for any suggestions.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
andrew55
Please help! Any ideas on how to get this working with category items? I posted earlier but post got pushed down from no reply. Thanks for any suggestions.
Not sure, but I think it is because you are using the "Add selected products to cart" method. Try it with separate buynow buttons to see if that works.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
how can i increase the number of columns shown on the main page? Changing the value in the admin panel only affects product listing, not product categories.
Thank you!
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
found out eventually. never mind.
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
My problem is that I'm displaying multiple prices and multiple Buy Now buttons. I'm using grid layout and CDP. Installed in correct order. A link to the site is: http://medibiz.us/index.php?main_page=index&cPath=95
Please advise as to where to look for a solution. INothing jumped out at me in tpl_columnar_display.php or product_listing.php.
I know that you donate your time so thank you for any assistance.
David
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
I should have added that the multiple Buy Now buttons appeared after I installed CDP and looked normal with just grid layout.
David
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Just after I gave up looking for a solution on my own. I went on to other tasks and I merged the "Short Descriptions" contribution into the product_listing.php and the problem went away. Go fiigure.
So problem resolved.
David
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hey there... I got that contrib too , along with the Colum Grid...
I would like to know how I can change the way the images/descriptions/product name...etc... are placed in the featured/specials/new products boxes AND also in the product listing ...
Thanks in advance ....
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hello,
This mod works great for all my pages except for when I click on a 'category' which shows the products in that category. (the products haven't been separated by the line like on the other pages)
Is that how it was meant to work, or have I made a mistake somewhere?
Kind regards,
Anthony
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hello guys,
Can anyone help me fix this problem; at a screen res of 1024x768 the horizontal divider sits nice and eveny spaced however at anything over that the horizontal divider is unevenly spaced. Is this mod designed for only a set resolution or....?
Heres a screen shot of the problem when viewing site at set max resolution - 1680px wide.
Thanks :smile:
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
:cry:I have tried and tried to install CDP and it just will not display any lines. I uploaded all files in correct directories. I am using column grid layout and it works correctly, which was installed before CDP. I am using Zen Cart 1.3.8 and have copied the correct product_listing.php andremoved the added text correctly. You can view site at: http://starpondtoys.com/store/index.php
I have the Cherry Zen template which comes with the divider lines and it works correctly. I just can't seem to customize Cherry Zen without have problems. Any help would be appreciated. Thanks, Robert
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
Fixed it! Never Mind! Robert:D
-
Re: Column Divider Pro (CDP) Contrib - Official Thread
edit: nevermind :( found it.