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

Hybrid View

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by HelpMeSell View Post
    First of all i love the template great work
    I got a couple of questions.

    1) How do I change the color for the "log yourself in" part for "welcome guest! would you like to log yourself in?" The colors are too close on my site the link is not visible.

    2) How do I change the color of the category links on the right hand menu when the cursor is on them (again similar issue as above can't really tell which one is highlighted)

    3) In internet explorer ver 6.0 when I goto create an account the form goes all the way to the bottom of the page since the borders don't resize (falls below where the right hand menu ends) In firefox there is no problem though

    4)How do I edit the links under the right hand menu? (the links under information in my case)


    thanks!
    1) You can do something like this:
    .greeting a {color:#ff0000;}

    Or to change the hover color:
    .greeting a:hover {color:#ff0000}


    2)a.category-top:hover{color:#ff0000;}

    3) I don't think you're using the most recent version of this template; I've made some significant fixes.

    4) That depends on what you want to do. In your admin you can disable some of them, with "Configuration", "Define Page Status".

  2. #2
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    1) You can do something like this:
    .greeting a {color:#ff0000;}

    Or to change the hover color:
    .greeting a:hover {color:#ff0000}


    2)a.category-top:hover{color:#ff0000;}

    3) I don't think you're using the most recent version of this template; I've made some significant fixes.

    4) That depends on what you want to do. In your admin you can disable some of them, with "Configuration", "Define Page Status".
    Thanks for the help

    1/2) Which file is .greeting a:hover... and a.category-top... in?

    3) I was using version 1.6 I updated to 1.8 now in IE6 I am getting an error... Error: Access is denied to http://axlesforless.com/includes/csshover.htc
    The forms are show correctly but the drop down menus don't work

    Thanks!

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by HelpMeSell View Post
    Thanks for the help

    1/2) Which file is .greeting a:hover... and a.category-top... in?

    3) I was using version 1.6 I updated to 1.8 now in IE6 I am getting an error... Error: Access is denied to http://axlesforless.com/includes/csshover.htc
    The forms are show correctly but the drop down menus don't work

    Thanks!
    The stylesheet. includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    Do you get the same error at http://www.axlesforless.com/ vs. http://axlesforless.com/

    Did you add the stuff from additions_to_.htaccess to your .htaccess file?

  4. #4
    Join Date
    Aug 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Couple of nagging questions --

    1) In IE there is small strip between the logo image and the first navigation bar... I have tried monkeying around with the style sheet with no results.. Does not show up ithis way in Firefox.

    2) I want to change the title and contents of the 'Conditions of use' dropdown, breadcrumb etc. When I make changes to 'condtions' page in the define pages editor, the edits don't show up - so obviously I'm pointing at the wrong file... somewhere.


    Thanks.
    My site is http://www.banberryplace.com

  5. #5
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi, I hate to ask such a stupid question but how do I remove:

    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/

    Also, I would like to make that whole area my logo. Not sure what size to make the logo.gif or if I need to change anything else.

    Thanks for a great template.

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by Linux View Post
    Hi, I hate to ask such a stupid question but how do I remove:

    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/

    Also, I would like to make that whole area my logo. Not sure what size to make the logo.gif or if I need to change anything else.

    Thanks for a great template.
    See my post above (do a search in the admin anytime there is text you want to change).

    Yes, you would overwrite logo.gif with your logo, then you need to play around with the logo width in the stylesheet:

    #logo {
    width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
    }

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by Terrill_Taylor View Post
    Couple of nagging questions --

    1) In IE there is small strip between the logo image and the first navigation bar... I have tried monkeying around with the style sheet with no results.. Does not show up ithis way in Firefox.

    2) I want to change the title and contents of the 'Conditions of use' dropdown, breadcrumb etc. When I make changes to 'condtions' page in the define pages editor, the edits don't show up - so obviously I'm pointing at the wrong file... somewhere.


    Thanks.
    My site is http://www.banberryplace.com
    background:url(../images/site-bg-flowers.gif) 0 7em repeat;

    Try changing this part back to 9em instead of 7em. Or try 8em.

    2)Anytime you want to change text that you're not sure where it comes from, go to your admin, go to "Developers Tool Kit" and do a search for the text you want to change. You can limit the search to language files only. Also make sure to make the changes within the right folder... are you changing it in the apple_zen folder?

  8. #8
    Join Date
    Aug 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    background:url(../images/site-bg-flowers.gif) 0 7em repeat;

    Try changing this part back to 9em instead of 7em. Or try 8em.
    No go. Tried 8, 9, and 10 - they all look the same.

    Quote Originally Posted by jettrue View Post
    2)Anytime you want to change text that you're not sure where it comes from, go to your admin, go to "Developers Tool Kit" and do a search for the text you want to change. You can limit the search to language files only. Also make sure to make the changes within the right folder... are you changing it in the apple_zen folder?
    okay - I got the titles changed to the way that I want, but something still isn't right.

    /public_html/includes/languages/english/html_includes/apple_zen/define_conditions.php is the file that is being edited using the define pages editor tool, some changes have been made to that file but from the site the 'conditions of use' (now titled fabric terminology) page is still blank, I copied this file into the html_includes directory on the chance that the override was being picked up.. no change.

    /public_html/includes/languages/english/conditions.php has the default message define('TEXT_INFORMATION', 'Your Conditions of Use information should be on this page.'); which I might expect to see... except that isn't the file being edited by the define pages editor . .

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by Terrill_Taylor View Post
    No go. Tried 8, 9, and 10 - they all look the same.



    okay - I got the titles changed to the way that I want, but something still isn't right.

    /public_html/includes/languages/english/html_includes/apple_zen/define_conditions.php is the file that is being edited using the define pages editor tool, some changes have been made to that file but from the site the 'conditions of use' (now titled fabric terminology) page is still blank, I copied this file into the html_includes directory on the chance that the override was being picked up.. no change.

    /public_html/includes/languages/english/conditions.php has the default message define('TEXT_INFORMATION', 'Your Conditions of Use information should be on this page.'); which I might expect to see... except that isn't the file being edited by the define pages editor . .
    Have you checked your permissions on the html_includes folder?

    As far as the header, I think its because you have changed the repeat-x on that image to just repeat (I understand you want it to go all the way down the page) but just for kicks, try changing it back to repeat-x and see if that fixes the top issue.

  10. #10
    Join Date
    Mar 2004
    Posts
    44
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I am LOVING this template, its beautiful! Thank you for taking the time to put it together and for having this wonderful thread. It has helped a lot!!

    Now it is my turn to ask for help. If you go to my store, www.jewelsbyjewls.com/store you'll see what I've done so far (I hope it is OK to do the things I've done - colors etc). I've noticed all of the sudden that I am getting additional HOME words on the gray bar below the navigation bar and down at the bottom of the page below the new products. I have not really done much as far as changing the coding. I did shut off the EZPages and the Categories and wondering if that has something to do with it??

    Would someone be willing to look at my link above and tell me what I might have done?

    Thanks!
    Julie

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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