1 Attachment(s)
Re: Cherry Zen Template Support Thread
im having a problem with the newsletter and getting it the way i want.
i attached a screen shot of it (well what could fit and show my most important problems).
As you can see there are dotted lines around everything making boxes. this showed when i put it in the admin side in order to send it. unfortunately that's not the only problem either. in the editor the logo is not up against the side and the paragraph with the pyramid is centered in its column. when its viewed in the email, however, the logo is right but the pyramid's paragraph is no longer centered in its column.
any ideas? i hope im just being stupid and doing something that's obviously wrong lol. i copied and pasted from google documents into the editor so i assume it has something to do with that. but putting it directly into the editor isn't easy, since there is no template in the editor. so i cant just click where i want to or just move it over.
Re: Cherry Zen Template Support Thread
Has anyone tested this out with 1.5?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
SPembleton
Has anyone tested this out with 1.5?
Yes. Worked OK with me.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
robbie269
Yes. Worked OK with me.
Thanks. I have now tested it and it works for me too. Almost ready to go live with my store in 1.5
Re: Cherry Zen Template Support Thread
Is it possible to remove the "Newsletter Unsubscribe" entry in the Information box? A couple of my customers are confused because it takes up 2 lines. They can still subscribe or unsubscribe on the account page.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
SPembleton
Is it possible to remove the "Newsletter Unsubscribe" entry in the Information box? A couple of my customers are confused because it takes up 2 lines. They can still subscribe or unsubscribe on the account page.
You can edit /public_html/includes/languages/YOURTEMPLATE/english.php
Change:
Code:
define('BOX_INFORMATION_UNSUBSCRIBE', 'Newsletter Unsubscribe');
To:
Code:
define('BOX_INFORMATION_UNSUBSCRIBE', '');
DIV tag in the main page blows out my sideboxes
I'm trying to add an image slideshow to my mainpage... but whenever I add DIV tags it blows out my sideboxes. My left sideboxs are about 3/4 of the way to the right, and my right sideboxs are down and to the right.
I have been staring at the elements in chrome, but I can't figure out what to change... I saw a post in this thread that was the same issue, but it was several years ago and I don't think it was ever answered.. any thoughts or ideas would be welcome.
Re: Cherry Zen Template Support Thread
[QUOTE=Terrill_Taylor;1102827]You can edit /public_html/includes/languages/YOURTEMPLATE/english.php
Thanks!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Terrill_Taylor
You can edit /public_html/includes/languages/YOURTEMPLATE/english.php... [/CODE]
Thanks!
Re: Cherry Zen Template Support Thread
Hello
I need some direction. I am on v1.3.9h and am using CherryZen as my template.
Just recently i noticed that the content area is no longer displaying white as specified in the css file but it picking up the background color. I have tried everything to get it to work but it just isnt happening. Originally I was just using a color for the background but I changed it to a graphic just to see if it helped.
I can't find any other place to change the color. Can you help??
Here is the CSS
#contentMainWrapper {
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
background-color:#FFF; /*background color for the main "content" of the site */