Page 1 of 2 12 LastLast
Results 1 to 10 of 3244

Hybrid View

  1. #1
    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
    Hello, I installed the template, but cross sell don't work, though all the cross sells were properly installed. It was working fine with my previous template.

    Also when I clicked the sub-categories listing, the product descriptions appeared twice, that is same writings showing in dupilicates.

    Please help, I am not a programmer. thanks,

    Isvara dasa.
    As far as the cross sell goes, as ideasgirl stated, you'll have to add the cross sell code back into includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

    As for the double description... can you link me to a page that is doing this?

  2. #2
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hello Jettrue,

    Many apologies, I missed that part.

    Thanks,

    Heathenmagic

  3. #3
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi,

    I was a user of simple_zen and now this new wonderful template. Thanks!

    Im looking to decrease the size of the middle column and expand the left and right columns a little bit. How would I do that? I played around the .css but no success.

    Thanks.

  4. #4
    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 cyptc View Post
    Hi,

    I was a user of simple_zen and now this new wonderful template. Thanks!

    Im looking to decrease the size of the middle column and expand the left and right columns a little bit. How would I do that? I played around the .css but no success.

    Thanks.
    It'll be a little complicated, but doable. You'll need to also increase the grey sidebox image as well to the width you want. You'll have to open the file in an image editing program, then re-size it and save it.

    First you'll need to change the width of the sideboxes in the admin, under "Configuration", "Layout Settings". Make sure to change both sideboxes in both places.

    Then in the css, this section contains the changes you'll need to make:

    Code:
    .outer {
    	padding-left: 165px; /* Same width as margin-left for the float-wrap div */
    	padding-right: 150px; /* Our right column width */
    	}
    	
    .inner {
    	width: 100%;
    	}
    
    .float-wrap {
    	float: left;
    	width: 97%;
    	margin-left: -165px; /* Same length as .outer padding-left but with negative value */
    	}
    
    #content {
    	float: right;
    	margin-right: -165px; /* Same length as .outer padding-left but with negative value */
    	width: 100%;
    	line-height:1.6;
    	position: relative; /* IE needs this  */
    	}
    
    .contentWrap{
    	padding: 5px 0 5px 5px;
    	}
    	
    #navColumnOne { 
    	float: left;
    	position: relative; /* IE needs this  */
    	}
    	
    #navColumnTwo {
    	float: right; 
    	margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
    	position: relative; /* IE needs this  */
    	}

    You'll change the 150px to the width of your sideboxes. Let's say you choose 170px, then you'll need to also increase all of the 165px by 20px, to 185px.

    I *believe* that's all you'll need to do, let me know how it works out.

  5. #5
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    It'll be a little complicated, but doable. You'll need to also increase the grey sidebox image as well to the width you want. You'll have to open the file in an image editing program, then re-size it and save it.

    First you'll need to change the width of the sideboxes in the admin, under "Configuration", "Layout Settings". Make sure to change both sideboxes in both places.

    Then in the css, this section contains the changes you'll need to make:

    Code:
    .outer {
        padding-left: 165px; /* Same width as margin-left for the float-wrap div */
        padding-right: 150px; /* Our right column width */
        }
     
    .inner {
        width: 100%;
        }
     
    .float-wrap {
        float: left;
        width: 97%;
        margin-left: -165px; /* Same length as .outer padding-left but with negative value */
        }
     
    #content {
        float: right;
        margin-right: -165px; /* Same length as .outer padding-left but with negative value */
        width: 100%;
        line-height:1.6;
        position: relative; /* IE needs this  */
        }
     
    .contentWrap{
        padding: 5px 0 5px 5px;
        }
     
    #navColumnOne { 
        float: left;
        position: relative; /* IE needs this  */
        }
     
    #navColumnTwo {
        float: right; 
        margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
        position: relative; /* IE needs this  */
        }

    You'll change the 150px to the width of your sideboxes. Let's say you choose 170px, then you'll need to also increase all of the 165px by 20px, to 185px.

    I *believe* that's all you'll need to do, let me know how it works out.

    Just coming back with feedback for this. All advice given has worked

    Thanks alot :)

  6. #6
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi,

    I have managed to edit the part below where you enter the company name and where it says sagefish, so it looks better, but ontop of all that there is a single link that says "home" which I would like removed from there. Any idea how?

    Website: www.notebookwebsite.co.uk

    Thanks

  7. #7
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Oh and also any way I can align the header banner (Google) To the right of the template? How can I do that?

    Thanks

  8. #8
    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 cyptc View Post
    Hi,

    I have managed to edit the part below where you enter the company name and where it says sagefish, so it looks better, but ontop of all that there is a single link that says "home" which I would like removed from there. Any idea how?

    Website: www.notebookwebsite.co.uk

    Thanks
    You'll need to open up includes/templates/cherry_zen/common/tpl_header.php and remove this:

    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>

    I would answer your following question, but I don't see a google banner next to the logo.

  9. #9
    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

  10. #10
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Cherry Zen Template Support Thread

    Installed and started working on customising this.

    Everything looks great graphically, however the darn css has be conflounded.

    My monitor res is set to 1280 x 1024 and I have managed to fudge the css to accommodate the sizes I need it to be, in my case 99% width always.

    With the default settings I had a scroll bar accross the base of the site, setting to 99% removed this.

    I then had to add a top margin above the category title because for some reason I had a gap of 12 px.

    So, with the above res it looks perfect, however if I set my resolution to the norm and more common 1024x768 the content part of the site flows into the right column.

    Can you please explain how exactly this css works for this site, as I am confused.
    My only addon is Gallery addon and can be seen here breezy

 

 
Page 1 of 2 12 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

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