Page 11 of 326 FirstFirst ... 9101112132161111 ... LastLast
Results 101 to 110 of 3251
  1. #101
    Join Date
    Aug 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by CerysCrow View Post

    1. I have successfully removed the sales_text_header message that was across the top of the page. Now the text size is pretty big. What did I do? How do I fix it? (CSS?)

    Thanks for all of your help!
    I have fixed this (just some general wonkiness I had going on) but any info on my other questions would be great!

    thanks.

  2. #102
    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 CerysCrow View Post
    Love this template!

    Just a few questions regarding my site
    http://www.miss-crow.com/shop:

    1. I have successfully removed the sales_text_header message that was across the top of the page. Now the text size is pretty big. What did I do? How do I fix it? (CSS?)

    2. Can I get rid of the white bar to the left of my header image?

    3. Why don't the hotspot links in my header image work?

    Thanks for all of your help!
    2. There's a padding-left on the logo, just remove it.

    3. Where's the code for your hotspots? I'm assuming you're using an image map? There's no code in your page source for your image map.

  3. #103
    Join Date
    May 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    That's not part of the template per se, you can just go to your admin and turn off "Categories-Tabs Menu" under "configuration", "Layout settings"

    Thank you I didn't know what to turn off.

    I appreciate you telling me now I can start working on my site :).

    Have a wonderful day!
    Sandra

  4. #104
    Join Date
    Jul 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Is the short description turned on? Does turning it off change anything (just grasping at straws here). Have you tried re-uploading includes/modules/cherry_zen/product_listing.php?
    I reuploaded the product_listing.php, it's still the same problem.

  5. #105
    Join Date
    Aug 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    2. There's a padding-left on the logo, just remove it.

    3. Where's the code for your hotspots? I'm assuming you're using an image map? There's no code in your page source for your image map.
    I apologize for my ignorance - I am not very familiar with php. (If this was HTML, I could do this in a heartbeat.)

    In what doc do I remove the padding?

    I created the header image and hotspots in Fireworks and exported it from there. What doc would have it's relative information?

  6. #106
    Join Date
    Apr 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thanks for the fix everything is working great now
    http://shoppingbasics.com

  7. #107
    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 CerysCrow View Post
    I apologize for my ignorance - I am not very familiar with php. (If this was HTML, I could do this in a heartbeat.)

    In what doc do I remove the padding?

    I created the header image and hotspots in Fireworks and exported it from there. What doc would have it's relative information?
    Well, the hotspots shouldn't require any php skills, you just need to find the HTML code for the image map (I'm assuming its done via an image map). If that hotspot image is in action on a regular web site perhaps you can view the source of the page and copy the coding, and paste it in tpl_header.php.

    Any styling is done in the stylesheet files, which are found in includes/templates/cherry_zen/css, the padding in question is in stylesheet.css.

    I'm not familiar with Fireworks, so I can't help you there.

  8. #108
    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 isvara99###################### View Post
    I reuploaded the product_listing.php, it's still the same problem.
    Have you turned off short description? If you switch to "rows" under "configuration", "product listing", "Product Listing Layout Style", does the issue go away?

  9. #109
    Join Date
    Aug 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Well, the hotspots shouldn't require any php skills, you just need to find the HTML code for the image map (I'm assuming its done via an image map). If that hotspot image is in action on a regular web site perhaps you can view the source of the page and copy the coding, and paste it in tpl_header.php.

    Any styling is done in the stylesheet files, which are found in includes/templates/cherry_zen/css, the padding in question is in stylesheet.css.

    I'm not familiar with Fireworks, so I can't help you there.
    Thanks again for all of your help.

    I removed the padding.

    I do have the code for the image map anad have experimented with placing it into the tpl_header.php page, but thus far I can only get it at the top of the page. I am really not sure where to place it in the code.

    I will keep working with it. Thanks!

  10. #110
    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 CerysCrow View Post
    Thanks again for all of your help.

    I removed the padding.

    I do have the code for the image map anad have experimented with placing it into the tpl_header.php page, but thus far I can only get it at the top of the page. I am really not sure where to place it in the code.

    I will keep working with it. Thanks!
    I don't think it matters too much where the actual map portion goes in the code. I've also put it below the footer on a zen cart site before. But you can hard code the logo so that you can add the usemap portion. So instead of this:

    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>

    You'd do something like this:

    <div id="logo"><a href="http://miss-crow.com/shop/"><img src="includes/templates/cherry_zen/images/logo.gif" alt="ALT TEXT HERE" width="999" height="336" usemap="#name_of_map_here" /></a></div>

 

 
Page 11 of 326 FirstFirst ... 9101112132161111 ... LastLast

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