Re: Cherry Zen Template Support Thread
Crunch, All
I have repeated the exercise with fual_slimbox and I get exactly the same problem using the same parameters. See item http://www.zen-cart.com/forum/showth...824#post838824
Given the potential for multi responses please would a moderator indicate where responses should be posted. Given the difficulty of describing the issue, should a brief report be mentioned in the Zen Lightbox thread?
Cheers
Centec2b
Re: Cherry Zen Template Support Thread
Centec2b,
It's a Cherry Zen template issue (I also recall the issue happens in the other other templates by Jade). The problem doesn't happen with other templates I tested.
The problem also happens with the other Lightboxes (I tested with Fual and also some jquery lightbox) and both exhibited the same behavior. It's something with Cherry Zen.
I actually gave up as there were no responses to my post and I was tiring of installing these lightbox mods on test copies of my site and hacking around with code. I could only get so far and my patience ran out. After thee weeks I figured the cherry zen community either could care less, found a workaround they are not wanting to share, just live with the quirk or use the old v1.4 version of Lightbox with fix (which I am pretty sure causes the duplicating image issue).
There is a message from a year ago in the Zen Lightbox forum that he had another fix in place to make Cherry Zen fully functional and it would be released in Zen Lightbox v1.6. The problem is that the original mod developer is not working on lightbox anymore hence no version 1.6.
As I originally posted, there is a fix for v1.5 and cherry zen shadow box issue, but it causes a secondary issue with duplicating images.
I chose to remove Zen Lightbox as the shadow box fix caused a duplicating image side effect and it irritated me . I actually would like to stop using Cherry Zen and customize another template, but I have too many things customized and contribution code hacked in right now and don't want the hassle of starting over with a new template.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Crunch
Centec2b,
It's a Cherry Zen template issue.... that he had another fix in place to make Cherry Zen fully functional and it would be released in Zen Lightbox v1.6. The problem is that the original mod developer is not working on lightbox anymore hence no version 1.6...I chose to remove Zen Lightbox as the shadow box fix caused a duplicating image side effect and it irritated me...
Hello Crunch
Understood. I think the Lightbox concept is brilliant, but share the concern and until a solution occurs would be reluctant to put on my live site.
I will try to effect something, but I am afraid it will be by experiment...
Cheers!
Centec2b
Re: Cherry Zen Template Support Thread
Hello,
Was anyone able to correctly get the DGreviews mod working?
To show the product reviews on the actual product page without having to click the "read reviews" button?
It seems no matter where I edit the tpl_product_info_display in cherry_zen it breaks the product page.
Re: Cherry Zen Template Support Thread
I have disabled my left sideboxes for all the checkout pages by adding this to includes/templates/cherry_zen/common/tpl_main_page.php
Quote:
if (in_array($current_page_base,explode(",",'login,checkout_shipping,checkout_payme nt,checkout_confirmation,checkout_success')) ) {
$flag_disable_left = true;
}
Works all well - BUT:
I still have the grey background showing on the left whilst the background of the main body is white.
Not being very savvy with stylesheets how can I invoke that the background of the LHS on these page also appears white?:unsure:
Just does not look right as it is.
URL www.frnt.org/zencart
Just hit the login button and you can see what I mean.
Thanks in advance
Frank
Re: Cherry Zen Template Support Thread
All good - changed the sidebox background image to white which renders the sideboxes white on a global basis.
Thanks anyway
Re: Logo for Orders and Invoices.
Quote:
Originally Posted by
Golden Synergy
I would like to have my logo on my Invoice and order forms. What do I need to do to remove Powered by Zencart logo, and put my logo there?
Thank You.
Mark
www.classic-flatware.com.
Does anybody have a fix for this ?:huh:
Can I add my logo on the Invoice? I really don't care if Zencart logo is there, I just think if my logo is there the customer would not be confused.
www.classic-flatware.com
Mark
Re: Logo for Orders and Invoices.
Quote:
Originally Posted by
Golden Synergy
Does anybody have a fix for this ?:huh:
Can I add my logo on the Invoice? I really don't care if Zencart logo is there, I just think if my logo is there the customer would not be confused.
www.classic-flatware.com
I went to the Zen Cart Tutorials/FAQ and searched for "logo". I got 7 articles.
These 5 look most relevant:
https://www.zen-cart.com/tutorials/i...hp?article=256
https://www.zen-cart.com/tutorials/i...hp?article=158
https://www.zen-cart.com/tutorials/i...hp?article=125
https://www.zen-cart.com/tutorials/i...hp?article=112
https://www.zen-cart.com/tutorials/i...hp?article=126
Re: Logo for Orders and Invoices.
Quote:
Originally Posted by
daymobrew
Daymobrew, Thanks for your response. My problem is finding the files I need in Cherry Zen.
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
I found English.php in Includes/languages/Cherry_zen but I just can't find the lines with Header_logo ---
Re: Cherry Zen Template Support Thread
Quote:
I found English.php in Includes/languages/Cherry_zen but I just can't find the lines with Header_logo ---
/includes/languages/english/cherry_zen/header.php