Re: Cherry Zen Template Support Thread
hi one of my pages do not load all the rest of the site is fine except the discount coupon page only loads to right below the header any ideas? /index.php?main_page=discount_coupon
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You can increase the line-height for #content, or add something like this to your stylesheet:
#content p {padding:.4em 0}
Thanks Jet
Much better! :clap:
Re: Cherry Zen Template Support Thread
I think a file got corrupt some how some where was working fine the other day. I replaced both files in the default template that had to do with discount coupons on in templates and one in language. Is there any thing in the cherry zen template that could be the problem. The site workes fine except the /index.php?main_page=discount_coupon only loads down to where it sayes Discount Coupon in bold.
here is source code of to where the page loads.
<div id="navBreadCrumb"> <a href="http://xxxx.com/onlinemall/">Home</a> ::
Discount Coupon
</div>
<!-- eof breadcrumb -->
<!-- bof upload alerts -->
<!-- eof upload alerts -->
<div class="centerColumn" id="discountcouponInfo">
<h1 id="discountcouponInfoHeading">Discount Coupon</h1>
<div id="discountcouponInfoMainContent" class="content"> This is where the pages stopes loading at but rest of the site loads fine.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
FreeArticlePublishin
I think a file got corrupt some how some where was working fine the other day. I replaced both files in the default template that had to do with discount coupons on in templates and one in language. Is there any thing in the cherry zen template that could be the problem. The site workes fine except the /index.php?main_page=discount_coupon only loads down to where it sayes Discount Coupon in bold.
here is source code of to where the page loads.
<div id="navBreadCrumb"> <a href="http://xxxx.com/onlinemall/">Home</a> ::
Discount Coupon
</div>
<!-- eof breadcrumb -->
<!-- bof upload alerts -->
<!-- eof upload alerts -->
<div class="centerColumn" id="discountcouponInfo">
<h1 id="discountcouponInfoHeading">Discount Coupon</h1>
<div id="discountcouponInfoMainContent" class="content"> This is where the pages stopes loading at but rest of the site loads fine.
It's not the template, upload the original files from the zen cart download. If you've changed any files related to the discount coupons (I'd suspect a language file), re-upload the original.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
It's not the template, upload the original files from the zen cart download. If you've changed any files related to the discount coupons (I'd suspect a language file), re-upload the original.
Did that replaced both discount coupon files one in language and one in templates is there another one I missed?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
FreeArticlePublishin
Did that replaced both discount coupon files one in language and one in templates is there another one I missed?
Confirm that you've replaced the correct language file. Did you save the changed file in the cherry_zen folder? Since it stops right before the text, there's probably a problem with a language file related to it.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Confirm that you've replaced the correct language file. Did you save the changed file in the cherry_zen folder? Since it stops right before the text, there's probably a problem with a language file related to it.
file permissions were the problem sorry to of bothered the fourm with such a grade school problem so to speak define_discount_coupon.php in the html includes file were set to low.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
There is no problem. The call for price is supposed to be a button, just like it is, it is not supposed to be a link.
i'm referring to the link "Call for price" here: http://latter.com/index.php?main_pag...roducts_id=185 below the write review
thankz!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
adoy
"configuration", "product info", "Product Info - Price is Call for Price Image or Text Status"
Maybe that's the issue?
Re: Cherry Zen Template Support Thread
Okay - I solved the problem about displaying additional images at all, but now I need to know how to move them up. If you look here:
http://www.butternugsquash.com/store...roducts_id=669
you'll see the 3 add'l images way down at the bottom. I'd like them to be directly underneath the main product image. I'd also like to move the product description to where the "Please Choose: Download 1; Download 2" box is and move that box either down below or eliminate it altogether.
Can anyone help a poor, ignorant store owner?