Re: Cherry Zen Template Support Thread
WOO HOO! thanks Newagekat! I got it working and I really appreciate it. Check out my site and give me your opinion please.
rude1
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
musicfreer
Hi
I have just installed IH2 and I can see multiple images in the IH manager
however when I goto my product page, I cannot see any additional images. I am sure I have uploaded the CSS, JSCRIPT and POP UP.. folders into cherry zen
Do you have any idea on how to achieve additonal images on product page?
thanks
Hi, I have searched thru the forum and followed different ways but I still can't figure out how to show multiple images on product page.
can anyone pls help?
thanks!!
Re: Cherry Zen Template Support Thread
i have the same problem, i don't know how to show multiple images of one product.
Quote:
Originally Posted by
musicfreer
Hi, I have searched thru the forum and followed different ways but I still can't figure out how to show multiple images on product page.
can anyone pls help?
thanks!!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
720moto
i have the same problem, i don't know how to show multiple images of one product.
oh, anyone can help us then? Any help will be appreciated
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
musicfreer
oh, anyone can help us then? Any help will be appreciated
Search the FAQ, ask in the general forum, but that is un-related to the template, sorry!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
musicfreer
Hi
I have just installed IH2 and I can see multiple images in the IH manager
however when I goto my product page, I cannot see any additional images. I am sure I have uploaded the CSS, JSCRIPT and POP UP.. folders into cherry zen
Do you have any idea on how to achieve additonal images on product page?
thanks
IH2 has a bug that prevents the additional images from showing up, if you search the IH2 support thread for my username, you might be able to find the fix for it, however, I don't remember what that fix was. :lamo:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
720moto
Is there anyone else out there who can help me with my issues? I have posted several times for assistance and have not received any response. So if anyone else can help that would be appreciated.
Rude1
www.720moto.com/Store
If you compare the source of my site, with the source of yours, you've made some changes to tpl_header.php.
Right before those header links, you have this:
Code:
<div id="navMain">
<div id="navMainLinks">
<ul class="back">
On my site, right before the header links, I have this:
Code:
<div id="navMain">
<ul>
So, reupload the original includes/templates/cherry_zen/common/tpl_header.php, and go from there.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
720moto
Well with much digging on my own I figured out item 1 and 3. Still need help with item 2 though. Also, where can I locate the Gift Certificates that are default in the Cherry Zen template? I searched all the Zen menus and unable to find them. I need to modify the amounts in the certificates. PLEASE HELP! This is holding up going live!
Regards,
Rudy
720MoTo.com
There are no default gift certificates in this template. You have to add the gift certificates yourself, and edit them in the admin. Gift certificates have nothing to do with the template.
Re: White Space / Padding in Header Area
Quote:
Originally Posted by
esugrue
Hi!
I have searched for padding and white space but I am unable to find the answer.
On my sites there is some whitespace / padding between the logo and the and the header boundary
Thriving Stores
Which part of the CSS am I look at to remove all padding so the logo fits snugly into the header with no white space.
Thanks
Ernie
You'll need to remove the top padding from #navEZPagesTop, so change this::
Code:
#navEZPagesTop {
font-weight:bold;
width:auto;
padding:7px 0;
}
To this:
Code:
#navEZPagesTop {
font-weight:bold;
width:auto;
padding-bottom:7px;
}
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
IH2 has a bug that prevents the additional images from showing up, if you search the IH2 support thread for my username, you might be able to find the fix for it, however, I don't remember what that fix was. :lamo:
Thanks jettrude, actually I have gone thru tthe FAQs and IH2 support thread b4, I don't know if you mean the bug fix is to change the following codes:
Code:
// we should parse old parameters here and possibly merge some inc case they're duplicate
$parameters .= ($parameters != '') ? ' ' : '';
if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
} else {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "\'$products_image_zoom\',\'$alt\',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
}
}
}
}
}
I have already changed the codes but it still don't work, any steps that I missed?
thanks