Page 168 of 305 FirstFirst ... 68118158166167168169170178218268 ... LastLast
Results 1,671 to 1,680 of 3042
  1. #1671
    Join Date
    Feb 2008
    Posts
    6
    Plugin Contributions
    0

    red flag Re: Apple Zen Support Thread

    Hy to everyone!
    I just discovered Zen Chart and found this wonderfull template.
    I feel a little bit shy to ask this question , but I have been serching trough the posts and did not find answer.

    How do I change the text that appeares in the heather? (To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/)

    If someone is so kind to give me a hint I will apreciate it very much!

    Live long and prosper!

  2. #1672
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by tinorebel View Post
    Hy to everyone!
    I just discovered Zen Chart and found this wonderfull template.
    I feel a little bit shy to ask this question , but I have been serching trough the posts and did not find answer.

    How do I change the text that appeares in the heather? (To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/)

    If someone is so kind to give me a hint I will apreciate it very much!

    Live long and prosper!
    Hint 1. It's in a language file.

    Hint 2. In your admin, go to "Tools", "Developers Tool Kit" a search for a small portion of that text to find where it's located.

  3. #1673
    Join Date
    Feb 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks for the hints!!!!
    I did it... And it worked!!
    The search tool is really powerfull and usefull.
    I'll go on customizing!

  4. #1674
    Join Date
    Jun 2005
    Posts
    6
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi,

    First of all thanks for contributing such a wonderful piece of work.

    I had the template working fine and about 98% set up like I wanted. One of the only issues left to deal with was to change the standard welcome message "Congratulations! ....etc." on the main page. I saved a copy of the original file catalog/includes/languages/english/index.php and changed the required lines. After uploading the changed file, I went to the main page to check whether the changes had been made but all I got was a blank page. I tried uploading the changed file several times with the same result. I than reloaded the original index.php file (standard 1.38a issue) and still got a blank page - now I'm blank and I need help.

    Ihave also tried looking at the page with different browsers - now being in a state of desperation - just in case. I tried IE, Firefox and Avant.

    I have temporarily put up my original 1.37 cart until I can get the problem sorted. To see (or not) what I'm talking about go to http://www.oilfiltration.com.my/regen.

    Can anyone please help? THANKS IN ADVANCE

  5. #1675
    Join Date
    Jan 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    http://www.ecprofessionalvideo.com/store/
    Hello! Thanks for the great template!

    The Situation:
    I have a CSS problem, i usually can fix things pretty quickly, but I can't today! The drop down menu looks perfect in Firefox / Safari.
    In IE, the pull down menus are shifted right by 1em. I know I've down something in the beginning but I can't remember what. I'm probably going to have to do some IE specific coding. I know its a silly mistake but I can't find it anywhere!

    body {
    behavior: url(includes/csshover.htc);
    }



    div#dropMenu {
    width:82em;
    margin:0 auto;
    text-align:center;
    z-index:1000;
    position:relative;
    }

    div#dropMenu ul {
    margin:0;
    padding:0;
    }

    div#dropMenu li {
    position:relative;
    list-style:none;
    margin:0;
    float:left;
    line-height:1em;
    width:14.2%;
    }

    div#dropMenu ul.level1 {
    width:82em;
    margin:0 auto;
    text-align:center;
    background:#4f4f4f;
    font-size:90%;
    z-index:1000;
    float:left;
    }

    div#dropMenu li:hover {}
    /*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
    div#dropMenu li.submenu:hover {}
    div#dropMenu li a {display: block; padding: .6em 0;text-decoration: none; text-transform:uppercase; color:#ffffff; border-right:1px solid #ffffff;}
    div#dropMenu li a.noLine {border:none;}
    div#dropMenu>ul a {width: auto;z-index:1000;}
    div#dropMenu ul ul {position: absolute; width: 18em;display: none;}
    div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:18em;z-index:1000; }

    div#dropMenu li.submenu li.submenu {background: url(../images/submenu.jpg) 95% 50% no-repeat;}

    div#dropMenu ul.level1 li.submenu:hover ul.level2,
    div#dropMenu ul.level2 li.submenu:hover ul.level3,
    div#dropMenu ul.level3 li.submenu:hover ul.level4,
    div#dropMenu ul.level4 li.submenu:hover ul.level5,
    div#dropMenu ul.level5 li.submenu:hover ul.level6,
    div#dropMenu ul.level6 li.submenu:hover ul.level7,
    div#dropMenu ul.level7 li.submenu:hover ul.level8 {display:block;z-index:1000;}
    div#dropMenu ul.level2 {background: #000000;z-index:1000;position:absolute; }
    div#dropMenu ul.level3,
    div#dropMenu ul.level4,
    div#dropMenu ul.level5,
    div#dropMenu ul.level6,
    div#dropMenu ul.level7,
    div#dropMenu ul.level8{top: 0; left: 18em; background: #000000;}
    div#dropMenu ul.level2 a {padding:1em;color: #FFFFFF; font-weight:bold; text-transform:none; background-color:} /* this is text color on drop-down submenu */
    div#dropMenu ul.level2 a:hover {color:#4f4f4f; background-color: #3366CC;}

    .company { background-color: #000000;}

  6. #1676
    Join Date
    Feb 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi, GREAT template! And thank you for it.

    I'm having an issue I can't figure out.
    When going to narrow version. All is well in FF, but in IE the navbar shifts to the right when I uncomment this section of code:

    Code:
    /* uncomment the section below for narrow header */
    
    /*
    
    #headerWrapperb {
    	background:url(../images/shadowRight.png) repeat-y 100% 0;
    	width:71em;
    	}
    	
    #headerWrapperc {
    	background:url(../images/shadowLeft.png) repeat-y 0 0;
    	width:71em;
    	}
    	
    #dropMenuWrapperb {
    	width:71em;
    	margin:0 auto;
    	position:relative;
    	}
    	
    #dropMenuWrapperc {
    	background:url(../images/shadowRight.png) repeat-y 100% 0;
    	width:71em;
    	margin:0 auto;
    	position:absolute;
    	height:2.18em;
    	}
    
    #dropMenuWrapperd {
    	background:url(../images/shadowLeft.png) repeat-y 0 0;
    	width:71em;
    	margin:0 auto;
    	position:absolute;
    	height:2.18em;
    	}
    
    */
    	
    /* end of changes for narrow header */
    If I leave it commented, I lose the drop shadow, but the navbar positions correctly.

    Any ideas?

    Thanks.

  7. #1677
    Join Date
    Feb 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    the site for the above mentioned issue is gilbertswater.com/store
    the navbar shifts far to right in IE with comments out, but displays fine (without drop shadow) when commented.

  8. #1678
    Join Date
    Mar 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Jade,

    Thanks for the wonderful template!

    I have been working on changing some of the display attributes.

    You can see from my site that I have been able to move the logo the center and change to left columns.

    The problem I have now, is that everything from the nav bar down is on the right of the page. I need it centered under the logo.

    I changed the logo to 1024px.

    What should I change to move the rest of the columns to the center?

    I have searched and searched and found a few useful posts, but nothing that fixes the problem.

    Have I goofed up or do I even need to move everything to the center?

    site: http://www.hollywoodmoviemall.com/138a/

    I know that I still have a long way to go on customization.

    Thanks,

    jwoodall

  9. #1679
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jong View Post
    the site for the above mentioned issue is gilbertswater.com/store
    the navbar shifts far to right in IE with comments out, but displays fine (without drop shadow) when commented.
    Try this post for a fix:
    http://www.zen-cart.com/forum/showpo...postcount=1653

  10. #1680
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jwoodall View Post
    Jade,

    Thanks for the wonderful template!

    I have been working on changing some of the display attributes.

    You can see from my site that I have been able to move the logo the center and change to left columns.

    The problem I have now, is that everything from the nav bar down is on the right of the page. I need it centered under the logo.

    I changed the logo to 1024px.

    What should I change to move the rest of the columns to the center?

    I have searched and searched and found a few useful posts, but nothing that fixes the problem.

    Have I goofed up or do I even need to move everything to the center?

    site: http://www.hollywoodmoviemall.com/138a/

    I know that I still have a long way to go on customization.

    Thanks,

    jwoodall
    There are more spots that you need to change to 1024px. Look for more of the approx. 70em sections.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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