Page 171 of 305 FirstFirst ... 71121161169170171172173181221271 ... LastLast
Results 1,701 to 1,710 of 3042
  1. #1701
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello!

    a. How do I add my store logo along on the very left side beside the menu STORE and make all tabs proportion..

    b. how to change the main table from gray to blue?

    thankz!

    http://latter.com/index.php

    the logo is: http://latter.com/includes/templates...equipments.gif

  2. #1702
    Join Date
    Feb 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Please help a newbie...

    How do you rename Categories in the dropdown menu?
    (ex: changing 'CATEGORIES' to 'SHOP ONLINE').

    I've tried going here per another thread, but no changes show on the front end.
    includes/languages/english/extra_definitions/apple_zen/headermenu.php
    What am I doing wrong?

    Also, the INFORMATION tab links to the main/home page by default. What do I need to do to point it to another page?

    thanks.

  3. #1703
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Foxy_Roxy View Post
    Please help a newbie...

    How do you rename Categories in the dropdown menu?
    (ex: changing 'CATEGORIES' to 'SHOP ONLINE').

    I've tried going here per another thread, but no changes show on the front end.
    includes/languages/english/extra_definitions/apple_zen/headermenu.php
    What am I doing wrong?
    right file, right place, make sure you are getting that file uploaded to see the changes on your server?
    /includes/languages/english/extra_definitions/apple_zen/headermenu.php

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

    Default Re: Apple Zen Support Thread

    OK, got it. I was using the File Manager are of my hosting control panel, but when I used a text editor it worked fine.

    thanks.

  5. #1705
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by adoy View Post
    Hello!

    a. How do I add my store logo along on the very left side beside the menu STORE and make all tabs proportion..

    b. how to change the main table from gray to blue?

    thankz!

    http://latter.com/index.php

    the logo is: http://latter.com/includes/templates...equipments.gif
    anybody help me with this please... thankz a lot!

  6. #1706
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    217
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Please look on www.photographysisters.com

    I would like to get rid of all the white background and make it black!

    Also, I turned off the right side navigation box, but there is still a greyish box there! Please help!

    Thanks!

  7. #1707
    Join Date
    Feb 2008
    Posts
    6
    Plugin Contributions
    0

    red flag Re: Apple Zen Support Thread

    Hallo and greetings to template developer great job, i love it!

    Just a stupid silly question, shurely been asked already many tines:
    How can I avoid problems with internet explorer ?
    I mean, I noticed, that my customized template shows wrong on IE, In particular the top heather grey row, where categories pull down is, shows all on the right side , outside the page....

    Is this onlu my problem?
    Is there a simple solution??

    Thanks for any sugestion!

  8. #1708
    Join Date
    Nov 2007
    Location
    Burney, CA. USA
    Posts
    131
    Plugin Contributions
    4

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by debtag View Post
    Please look on www.photographysisters.com

    I would like to get rid of all the white background and make it black!

    Also, I turned off the right side navigation box, but there is still a greyish box there! Please help!

    Thanks!
    The "greyish box" and white background isn't your only problem, you should view your site in more browsers then IE!

    I suggest validating, and creating for FireFox as most other browsers will resimble what you see in the FireFox browser.

    You've got a lot to fix before I'd worry about the white (some of the error's might actually point you to the right area for fixing the white spaces), check this out: http://jigsaw.w3.org/css-validator/v...hp%3Fmain_page << that link will show you all the errors that are in your CSS Code.

    But here is your answer (I still suggest fixing your errors though)
    Original Code:
    Code:
    .centerColumn {
            	width:75%;
    	float:left;
    	margin:0 2% 2% 3%;
    	text-align:left;
    	line-height:1.6em;
    	display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
    	}
    Corrected Code Change to get rid of the white space in the center of your website:
    Code:
    .centerColumn {
             background:#000000;
    	width:75%;
    	float:left;
    	margin:0 2% 2% 3%;
    	text-align:left;
    	line-height:1.6em;
    	display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
    	}
    and then you need to change (this is near the top of your style sheet):
    Code:
    #navEZPagesTopWrapper{
    	background:#E9E9E9;
    	}
    To:
    Code:
    #navEZPagesTopWrapper{
    	background:#000000;
    	}
    This code change above gets rid of the white bar between your site name and your "pink" drop down menu.

    I have changed the font color to Red to help you spot the changes I am suggesting for your fix.

  9. #1709
    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
    Hallo and greetings to template developer great job, i love it!

    Just a stupid silly question, shurely been asked already many tines:
    How can I avoid problems with internet explorer ?
    I mean, I noticed, that my customized template shows wrong on IE, In particular the top heather grey row, where categories pull down is, shows all on the right side , outside the page....

    Is this onlu my problem?
    Is there a simple solution??

    Thanks for any sugestion!
    Could I see a link please? This doesn't happen on a default install of apple zen.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by debtag View Post
    Please look on www.photographysisters.com

    I would like to get rid of all the white background and make it black!

    Also, I turned off the right side navigation box, but there is still a greyish box there! Please help!

    Thanks!
    There are instructions in the readme.txt on how to remove the sidebox, in the TIPS section, #7.

 

 

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