New Zenner
- Join Date:
- Jun 2006
- Location:
- Phoenix, AZ
- Posts:
- 5
- Plugin Contributions:
- 0
Apple Zen Support Thread
I figured that it might be something similar, but I didn't want to mess up the template.
Thanks again.
Views: 855,509
New Zenner
I figured that it might be something similar, but I didn't want to mess up the template.
Thanks again.
New Zenner
Hi
Thx again jade.:thumbsup:
I am trying to edit the way boxes are displayed in center column main page, new featured and specials, as you can see I have entered a background colour to the boxes and also a border.
What I am trying to do is fix width and height, so its uniformed, with spaces between boxes, and also have a header like the main box has.
Also when I edit background colour of these boxes, so my side boxes colours change :cry:
Regards, thx in advance for any fixes:D
New Zenner
I have added a contrib which does this, DesignerMonthlyBoxes, works a treat:thumbsup:
New Zenner
Hi again all, getting back together now after that fubar.
On product listing, all the rows are the same colour, how could I change the colours alternating so each row is easily identified.
Thx in advance.:thumbsup:
http://www.juliestoys.co.uk/toyz/index.php?main_page=index&cPath=22
Totally Zenned
easypcs:
Hi again all, getting back together now after that fubar.
On product listing, all the rows are the same colour, how could I change the colours alternating so each row is easily identified.
Thx in advance.:thumbsup:
http://www.juliestoys.co.uk/toyz/index.php?main_page=index&cPath=22
If you look at the source of your page, you'll see that one row has this in front of it:
<tr class="productListing-odd">and the next row has this in front of it:
<tr class="productListing-even">and so on.
So give .productListing-odd and background color in the stylesheet, and .productListing-even as well.
All the css codes are there in your source... simply look for the area you want to style, and find the nearest code, and give it a test.
I don't mind answering of course... I'm not trying to be snoooty... but just want to help people figure out it's within their abilities to find these things as well. :smartass:
New Zenner
jettrue:
I adjusted that on my own site. To do that, open up includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php.
Find this line:
<label class="inputLabel" for="postcode"><?php echo ENTRY_POST_CODE; ?></label>
>
> and directly after it add:
>
> ```
<br />
Has this changed with the latest version on the template and Zen Cart? When using the Shipping Estimator, the Zip Code box is aligned to the right. I have been trying to update the /includes/templates/template_default/templates/tpl_modules_shipping_estimator.php
Totally Zenned
gourmutts:
Has this changed with the latest version on the template and Zen Cart? When using the Shipping Estimator, the Zip Code box is aligned to the right. I have been trying to update the /includes/templates/template_default/templates/tpl_modules_shipping_estimator.php
Can I see a link to your site? I don't get the same issue on my test site:
http://www.zencart137.jadetrue.com
New Zenner
jettrue:
Can I see a link to your site? I don't get the same issue on my test site:
http://www.zencart137.jadetrue.com
Thank you for your help.
The site is http://www.gourmutts.com
The Zip Code box is not inline with the country and state input fields on the shopping cart page.
New Zenner
On your sample site, the new products have an image flyout when you hover over them... how did you do that?
New Zenner
The feature is from a contribution/module called Image Handler 2 which is available from downlaods section:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=117
Hope this helps:thumbsup:
New Zenner
Hi Jade, thx for that fix, I had figured the problem out and done the gory change to the site:thumbsup:
I agree with your post, thx for all your help, and pointers, I dont think at all you are being snooty in your reply, your pointer helps me understand the changes more which is more beneficial to me.:smartass:
Regards
Totally Zenned
Hello! This is a very long thread! No doubt because so many people are digging this fabulous template...well done :)
I have a couple of issues though:
I can't get the search box to display in the header. I put it ON for the single column, but it doesn't show up.
Secondly, my test site is here: https://www.fuzzibunzdepot.com I will eventually upgrade my https://www.doodlebuckets.com site to your template when I get everything as I want it. The issue is this. The https://www.fuzzibunzdepot.com site looks great in Firefox, just perfect. But in Explorer, the logo is super stretched out and looks horrible. Is there a fix for this? I have searched the thread but didn't see any post about this.
Thanks!
Amy
Totally Zenned
An interesting thing I found: When you right click on the logo and select properties, Exlorer tells you the logo is 817 x 170. When viewing in Firefox, the dimensions are listed as 453 x 170.
Amy
Totally Zenned
OK, I commented out the logo size stuff in the css sheet and it looks great now. Thanks!
Amy
Totally Zenned
Ok, one more quick question and I have messed around with it before posting: If you look at the right sideboxes, they don't line up with the header anymore. What do I need to do to make it right again? I did make the middle a little wider. How do I get the sideboxes the line up again?
Amy
Totally Zenned
gourmutts:
Thank you for your help.
The site is http://www.gourmutts.com
The Zip Code box is not inline with the country and state input fields on the shopping cart page.
Ah, cool, I've never seen the shipping estimator on the page like that.
You can add this to your css:
#shoppingcartBody LABEL.inputLabel {width:95%}
Totally Zenned
Doodlebuckets:
Ok, one more quick question and I have messed around with it before posting: If you look at the right sideboxes, they don't line up with the header anymore. What do I need to do to make it right again? I did make the middle a little wider. How do I get the sideboxes the line up again?
Amy
Hmm, do you mean you want the banner image in the right side of the header to be lined up with the right sideboxes?
New Zenner
Jade,
Please have a look at this page:
http://www.ejpshop.com/shop/index.php?main_page=index&cPath=2_7
Can you tell me what I should do to add some space between the text "Displaying 1 to 6 (of 7 products)" and the bottom gray shade??
I can't seem to find where in the stylesheet to add the bottom padding for that place...
Thanks in advance!
Totally Zenned
e81ny:
Jade,
Please have a look at this page:
http://www.ejpshop.com/shop/index.php?main_page=index&cPath=2_7Can you tell me what I should do to add some space between the text "Displaying 1 to 6 (of 7 products)" and the bottom gray shade??
I can't seem to find where in the stylesheet to add the bottom padding for that place...
Thanks in advance!
If you view the source of your site, and search for that section, you'll see the tags that are right before it:
<div id="productsListingBottomNumber" class="navSplitPagesResult back">Displaying <strong>1</strong> to <strong>6</strong> (of <strong>7</strong> products)</div>So you can use #productsListingBottomNumber or .navSplitPagesResult
#productsListingBottomNumber {padding:10px;}
Totally Zenned
Hi Jade - I'm driving myself crazy trying to find these two bits of information! :wacko:
Would you be so kind as to tell me how to go about changing the color of the drop-down menu background so I can match my #navMainWrapper?
In PittiVintage I can't for the life of me re-locate the center bar where these links reside:
Ladies Gentlemen Lingerie Accessories Gift Certificates
I need to re-locate that bar that runs across the width of the page to figure out what color that dark pink background is so that I can match it.
As always, thanks for your help - Tim
Fields marked required must be completed.
Tell staff why this post should be reviewed.