Page 135 of 326 FirstFirst ... 3585125133134135136137145185235 ... LastLast
Results 1,341 to 1,350 of 3251
  1. #1341
    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 FatGuyinAZ View Post
    Good morning,
    Unfortunately that didn't do anything. Here is the items in the css file in the #logo section:
    Code:
    #logo {
        margin:0 auto;
        padding-left:15px;
        text-align:center;
        }
    I see other sites that have gotten their logo centered with Firefox so I must just be missing something. I will keep trying anything you suggest.

    Thank you,
    It's centered in Firefox for me. Did you try cleaning out your cache and refreshing in Firefox?

  2. #1342
    Join Date
    Feb 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I am new to Zencart and i am coming from OSC. Not to sure if this is the right place to post this.

    I am using cherry template and easy populate. I have 4 product descriptions.
    Ex. v_products_description_1,v_products_description_2.

    I can't seem to figure out how to display product descriptions 2 throu 4.

    I want them in the same box as description 1. Each product description underneath each other.

  3. #1343
    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 uvfch View Post
    Great template, great support!!!

    I am also testing it and solved some issues from this post, thanks Jettrue!


    I have a question, but am not sure if it is related to this template or not, just post here see if someone else has the same finding:

    I used cherry for two languages' default template, and I set the language based on browser, however, it seems this setting does not work, only Engligh is displayed automatically even for a browser with another language. Though the visitors can chose the language after the page is loaded, but I prefer the language is set according the user's browser. Any idea?

    Thanks!
    I have absolutely no idea how the browser determines the language, and I have no suggestions, sorry!

  4. #1344
    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 liquidshadow View Post
    I am new to Zencart and i am coming from OSC. Not to sure if this is the right place to post this.

    I am using cherry template and easy populate. I have 4 product descriptions.
    Ex. v_products_description_1,v_products_description_2.

    I can't seem to figure out how to display product descriptions 2 throu 4.

    I want them in the same box as description 1. Each product description underneath each other.
    Not sure, don't use that mod, sorry! Try the easy populate thread.

  5. #1345
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    It's centered in Firefox for me. Did you try cleaning out your cache and refreshing in Firefox?
    Yes I cleared the cache but it was still showing to the left for me. However, when I used the Web Developer Toolbar in Firefox and clicked on CSS -> Edit CSS there automatically pops onto the screen the sidebar for the CSS (on the left of my screen). This causes my viewing of my website to become smaller ... and tada the logo snapped to the center. When I close the CSS sidebar and my monitor goes back to full screen the logo goes back to the left.

    This made me think it has to do with my screen size. I clicked the "Restore Down" (Un-Maximize) button on my browser then adjusted the browser window slowly smaller in width. The logo would jump to the middle as soon as I got to a certain window size. I am not sure what size.

    If anyone would like to see what I am talking about, set your screen resolution to 1680 x 1050 then view my site with Firefox. The logo should be on the left. Then manually adjust the browser window slowly smaller in width. Eventually the logo will pop to the middle like it suppose to be. If you adjust the screen wider again the logo will pop back to the left.

    If you can figure out what is causing this I would be great full. Could it be some setting in the CSS?

    Thank you
    Steve
    Zen cart version: 1.3.9h

  6. #1346
    Join Date
    Apr 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I have absolutely no idea how the browser determines the language, and I have no suggestions, sorry!
    Thanks for your quick response!

    Any suggestions for websites using 2 or more languages? Can they just copy another set of templates files and rename it cherry 2, and then upload?

    Thanks.

  7. #1347
    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 uvfch View Post
    Thanks for your quick response!

    Any suggestions for websites using 2 or more languages? Can they just copy another set of templates files and rename it cherry 2, and then upload?

    Thanks.
    Zen cart has multi language functionality, do a search in the FAQ, or in the forum for more information, I don't have any good advice, since I've never used it.

  8. #1348
    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 FatGuyinAZ View Post

    If you can figure out what is causing this I would be great full. Could it be some setting in the CSS?

    Thank you
    Replace this section of your css with the below:

    Code:
    /* css for top menu tabs */
    
    #navMain {
    	float:right;
    	width:750px;
    	line-height:normal;
    	height:32px;
    	}
    
    #navMain ul {
    	float:right;
    	list-style:none;
    	}
    	  
    #navMain li {
    	display:inline;
    	}
    	  
    #navMain a {
    	float:left;
    	text-decoration:none;
    	}
    	
    #navMain a span {
    	float:left;
    	display:block;
    	padding: 7px 15px 0 15px;
    	text-align:center;
    	width:90px;
    	cursor:pointer;
    	height:25px;
    	}
    	
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navMain a span {float:none;}
    /* End IE5-Mac hack */
    
    #navMain a:hover {
    	background-position:0% -32px;
    	}
        
    #navMain a:hover span {
    	background-position:100% -32px;
    	}  
    	
    /* end css for top menu tabs */

  9. #1349
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You could add this to your css:
    .centerBoxContentsProducts img {display:block;text-align:center;margin:0 auto;}
    Thanks Jade, worked a treat!!

  10. #1350
    Join Date
    Feb 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I am new to Zencart and i am coming from OSC. Not to sure if this is the right place to post this.

    I am using cherry template and easy populate. I have 4 product descriptions.
    Ex. v_products_description_1,v_products_description_2.

    Fields are uploading; easypopulate is working great.

    I can't seem to figure out how to display product descriptions 2 through 4.

    I don't know which php file to go into to define v_products_description_2,3,4 and then how to display them.


    I want them in the same box as description 1. Each product description underneath each other.

    Hope this helps little more.

 

 

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