Page 173 of 326 FirstFirst ... 73123163171172173174175183223273 ... LastLast
Results 1,721 to 1,730 of 3251
  1. #1721
    Join Date
    May 2008
    Location
    California
    Posts
    21
    Plugin Contributions
    0

    Default 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

  2. #1722
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by musicfreer View Post
    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!!

  3. #1723
    Join Date
    May 2008
    Location
    California
    Posts
    21
    Plugin Contributions
    0

    Default 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 View Post
    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!!

  4. #1724
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by 720moto View Post
    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

  5. #1725
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by musicfreer View Post
    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!

  6. #1726
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by musicfreer View Post
    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.

  7. #1727
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by 720moto View Post
    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.

  8. #1728
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by 720moto View Post
    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.

  9. #1729
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: White Space / Padding in Header Area

    Quote Originally Posted by esugrue View Post
    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;
    	}

  10. #1730
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    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.
    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

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR