Page 54 of 305 FirstFirst ... 444525354555664104154 ... LastLast
Results 531 to 540 of 3042
  1. #531
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I'm not seeing that issue. Now, when you go to a page that's longer, it will "jump" to the left a bit because of the scroll bar? Is that what you're seeing perhaps?
    Well, that explains why I couldn't find anything wrong in the CSS! I didn't even notice the side bar!

  2. #532
    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 chadderuski View Post
    Well, that explains why I couldn't find anything wrong in the CSS! I didn't even notice the side bar!
    Yeah, I've been there, done that!

    There are ways to work around that:
    http://www.websemantics.co.uk/tutori...snippets/#jump

  3. #533
    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!

  4. #534
    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?

  5. #535
    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

  6. #536
    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.

  7. #537
    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. #538
    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 */
    }

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

  10. #540
    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.

 

 

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