Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jettrue,
    Thank you very vey much for this wonderful template! I think it's one of the best out there, free or paid.. and I'm donating once I'm done with twicking the template.
    I have an issue I'm hoping you can guide me how to resolve it. I don't remember doing anything to cause this but here is the problem: on product and category listing the Model, Manufacturer name and image are bunched up together (only on some items). You can see it here: hxxp://www.arearugsclub.com/rugs/index.php?main_page=index&cPath=1

    thank you very much!

    PS: I sent a pm while ago, did you get it?

  2. #2
    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 Fireflyz View Post
    Hi Jettrue,
    Thank you very vey much for this wonderful template! I think it's one of the best out there, free or paid.. and I'm donating once I'm done with twicking the template.
    I have an issue I'm hoping you can guide me how to resolve it. I don't remember doing anything to cause this but here is the problem: on product and category listing the Model, Manufacturer name and image are bunched up together (only on some items). You can see it here: hxxp://www.arearugsclub.com/rugs/index.php?main_page=index&cPath=1

    thank you very much!

    PS: I sent a pm while ago, did you get it?
    You're going to have to open up includes/modules/product_listing.php and add some <br />'s.

    Add one before and after the manufacturer:
    Code:
    $lc_text = '<br /><a href="' . zen_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $listing->fields['manufacturers_id']) . '">' . $listing->fields['manufacturers_name'] . '</a><br />';

  3. #3
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You're going to have to open up includes/modules/product_listing.php and add some <br />'s.

    Add one before and after the manufacturer:
    Code:
    $lc_text = '<br /><a href="' . zen_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $listing->fields['manufacturers_id']) . '">' . $listing->fields['manufacturers_name'] . '</a><br />';
    Thank you for the quick and accurate reply, Jade! worked like a charm!

  4. #4
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Beautiful Jettrue!

    After replacing the entire css, I did move this setting back to: div#nav-cat {width: 150px; margin: -1px 0 0 0;

    Level 1 to Level 2 to works much better now.

    What did you change? Because we need to make the same changes to the Level 2 to Level 3 and Level 3 to Level 4 (see Menu Test Level) because they have the same gap that was making the menu cut out...

    Thanks!

  5. #5
    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 gsdcypher View Post
    Beautiful Jettrue!

    After replacing the entire css, I did move this setting back to: div#nav-cat {width: 150px; margin: -1px 0 0 0;

    Level 1 to Level 2 to works much better now.

    What did you change? Because we need to make the same changes to the Level 2 to Level 3 and Level 3 to Level 4 (see Menu Test Level) because they have the same gap that was making the menu cut out...

    Thanks!
    Replace these two sections of that code I previously sent with this:

    Code:
    div#nav-cat ul.level2 {
    	padding: 0; 
    	width: 150px; 
    	border: none;
    	}

    Code:
    div#nav-cat ul.level1 li.submenu:hover ul.level2, 
    div#nav-cat ul.level2 li.submenu:hover ul.level3,
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {display:block;margin: 0 0 0 -2px; }
    This is what did it:
    margin: 0 0 0 -2px;

  6. #6
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Awesome.

    That works great. Thanks Jettrue.

    One thing I noticed and I don't know if it is a big deal or not because the menu works fine... is that when you click on one of the menu buttons, the "transparent outline" that shows as you push/hold the mouse button down is larger than the buttons...

    The transparent outline shows a few px below the button and a few px to the right of the button.

    Thank you.

  7. #7
    Join Date
    Aug 2007
    Location
    Pittston, PA
    Posts
    28
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Hi I am using the Cherry Zen template and am having an issue specifically with IE 6. I know that making the site appear exactly the same in every browser is a daunting task however since it is still widely used I'd like to try to tackle the issue. On the main page of my site I used HTML to create my layout and add various items. When viewing my main page in IE 6 the bread crumbs and all of my content shift to the left. This does not happen in any other browser so I am assuming it is something specific in either with my code or in the CSS file that could be causing this issue. On all of the other product pages I am not having this issue so it's something specific to the main page that is causing it. Does anyone know what might be causing this issue and what I might be able to do to resolve it.

    You can check it out by visiting:

    lotzofgifts.com

    Your insight is definitely appreciated.

    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

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