Page 172 of 326 FirstFirst ... 72122162170171172173174182222272 ... LastLast
Results 1,711 to 1,720 of 3251
  1. #1711
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hello:

    I have a couple of quick questions. I'm using cherry zen on zc 1.3.8a. ler me first start by saying sorry for so drastically changing your template. no disrespect, only admiration.

    I have added the newsletter module, improved attributes moduleand have amended ordered steps. I tried the SEO, but I uploaded the wrong one, and now i have errors to my eyebals. But no worries, i'm dealing with that in another section.

    I DO NOT have image handler 2. if I wanted to use the additional images, am I required to install it? admin/images/additional product images per row= 1.

    Since I could not get this to work, i placed an attribute to showcase the extra image, but I'd like to fix this as i would like the extra image to be below the main image.

    Also, I made changes to the option name sort order and it is not being accepted. See http://www.leladesigns.ca/shop-lela/...products_id=28

    the order should be:
    details
    color
    notice
    size

    any ideas, suggestion, bump on the head welcome at this point.

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

    Default Re: Cherry Zen Template Support Thread

    Thanks for your great template! I like the green one which matches my company's image!

    I am now going to install some add ons which allow me to show multiple images with mouseover function

    May anyone suggest me such addons which are compatible with this template?

    many thanks!!

    By the way, I have a second problem. I used HTML codes in product info and it work properly at that level. However, when I go back to product listing, instead of showing plain Eng under the product names, HTML codes appeared there! Any iea how to fix it? thanks

  3. #1713
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    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

  4. #1714
    Join Date
    May 2008
    Location
    California
    Posts
    21
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    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


    Quote Originally Posted by 720moto View Post
    Disregard the certificate issue I located it but I still need help with item 2 and changing the color.
    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

  5. #1715
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    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
    720moto:

    if you looked at the source for that page, you find this code below the <body>

    HTML Code:
      <div id="navMainWrapper">
        <div id="navMain">
          <div id="navMainLinks">
            <ul class="back">
              <li>&nbsp;<a href="http://www.720moto.com/Store/">Home&nbsp; </a>&nbsp;</li>
                        <li>&nbsp;<a href="http://www.720moto.com/Store/index.php?main_page=login&amp;zenid=eb3bf332abc8d7e2e462e269ace01685">Log In </a>&nbsp;</li>
                                </ul>
          </div>
              </div>
      </div>
    go to includes/template/yourtemplate/css/stylesheet.css and make your changes for the appropriate classes listed in the div tags.

    Personally, in order not to mess up other instances of .back, i would create the following:

    #navMainLinks ul li a { color: yourColor; text-decoration: none; }

    When customizing, view source and CSS and tinker. Hope that helped.

  6. #1716
    Join Date
    May 2008
    Location
    California
    Posts
    21
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    newagekat - thanks for the response but i have not idea how to create:
    #navMainLinks ul li a { color: yourColor; text-decoration: none; }
    i have no programming experience on how to do this. or do i just copy and paste what you have to the code?

    Quote Originally Posted by newagekat View Post
    720moto:

    if you looked at the source for that page, you find this code below the <body>

    HTML Code:
      <div id="navMainWrapper">
        <div id="navMain">
          <div id="navMainLinks">
            <ul class="back">
              <li>&nbsp;<a href="http://www.720moto.com/Store/">Home&nbsp; </a>&nbsp;</li>
                        <li>&nbsp;<a href="http://www.720moto.com/Store/index.php?main_page=login&amp;zenid=eb3bf332abc8d7e2e462e269ace01685">Log In </a>&nbsp;</li>
                                </ul>
          </div>
              </div>
      </div>
    go to includes/template/yourtemplate/css/stylesheet.css and make your changes for the appropriate classes listed in the div tags.

    Personally, in order not to mess up other instances of .back, i would create the following:

    #navMainLinks ul li a { color: yourColor; text-decoration: none; }

    When customizing, view source and CSS and tinker. Hope that helped.

  7. #1717
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by 720moto View Post
    newagekat - thanks for the response but i have not idea how to create:
    #navMainLinks ul li a { color: yourColor; text-decoration: none; }
    i have no programming experience on how to do this. or do i just copy and paste what you have to the code?
    open the main stylesheet.css, as mentioned, and just before the comment
    /* end main color changes */past the code. change yourColor to white (#ffffff) or whatever color you prefer.

  8. #1718
    Join Date
    May 2008
    Location
    California
    Posts
    21
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    i will try that and get back to you on the results.

    thanks again


    Quote Originally Posted by newagekat View Post
    open the main stylesheet.css, as mentioned, and just before the comment
    /* end main color changes */past the code. change yourColor to white (#ffffff) or whatever color you prefer.

  9. #1719
    Join Date
    May 2008
    Location
    California
    Posts
    21
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    CoNfUsEd
    this is what i see:

    /* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
    input#searchTop {
    background: url("../images/black/rounded-search-input-top.gif") top left no-repeat;
    }

    #navMainWrapper {
    background:url("../images/black/header.gif");
    }

    h3.leftBoxHeading, h3.rightBoxHeading {
    background: url("../images/black/sideboxbg.gif");
    }

    #navMain a {
    background:url("../images/black/tableftE.gif") no-repeat left top;
    }

    #navMain a span {
    background:url("../images/black/tabrightE.gif") no-repeat right top;
    }

    #navMain a span.last {
    background:url("../images/black/tabrightE_last.gif") no-repeat right top;
    }

    /* end main color changes */

    Where do I put the #ffffff?



    Quote Originally Posted by newagekat View Post
    open the main stylesheet.css, as mentioned, and just before the comment
    /* end main color changes */past the code. change yourColor to white (#ffffff) or whatever color you prefer.

  10. #1720
    Join Date
    May 2008
    Location
    California
    Posts
    21
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    newagekat -

    this is what i did:

    /* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
    input#searchTop {
    background: url("../images/black/rounded-search-input-top.gif") top left no-repeat;
    }

    #navMainWrapper {
    background:url("../images/black/header.gif");
    }

    h3.leftBoxHeading, h3.rightBoxHeading {
    background: url("../images/black/sideboxbg.gif");
    }

    #navMain a {
    background:url("../images/black/tableftE.gif") no-repeat left top;
    }

    #navMain a span {
    background:url("../images/black/tabrightE.gif") no-repeat right top;
    }

    #navMain a span.last {
    background:url("../images/black/tabrightE_last.gif") no-repeat right top;
    }
    #navMainLinks ul li a { color::#ffffff; text-decoration: none; }
    /* end main color changes */

    but it didn't work the font is still black.

 

 

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