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: