Page 12 of 18 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 173
  1. #111
    Join Date
    Nov 2009
    Posts
    108
    Plugin Contributions
    0

    Default Re: Forest Path Template Support Thread

    here is the Error:
    File does not exist: /home/allnativ/public_html/includes/templates/forest_path/images/nav_tab.jpg, referer:.....

    Here is the css reference:
    line 822 to 828
    #cartSubTotal {
    background: url(../images/nav_tab.jpg) repeat-x;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
    }

  2. #112
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Forest Path Template Support Thread

    Quote Originally Posted by piker View Post
    here is the Error:
    File does not exist: /home/allnativ/public_html/includes/templates/forest_path/images/nav_tab.jpg, referer:.....

    Here is the css reference:
    line 822 to 828
    #cartSubTotal {
    background: url(../images/nav_tab.jpg) repeat-x;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
    }
    change it to nav_tab.gif

  3. #113
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Forest Path Template Support Thread

    Trouble with Internet Explorer 8

    Hi,
    I'm not sure if this has anything to do with the Forest Path Template, but Internet Explorer 8 is giving me trouble. The site works fine when using Firefox, but in IE 8 after opening a categorie if you hover over a sub categorie on the main page things start to jump up and down. If compatibilty view is turned on in the tools drop down the jumping stops, but the add to cart box shows to low in the product description text after choosing a product. Any help would be much appreciated. If you have time the sites at http://www.tentcrazy.com/ Thanks.

    V138A

  4. #114
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Forest Path Template Support Thread

    Quote Originally Posted by BobbyStar View Post
    Trouble with Internet Explorer 8

    Hi,
    I'm not sure if this has anything to do with the Forest Path Template, but Internet Explorer 8 is giving me trouble. The site works fine when using Firefox, but in IE 8 after opening a categorie if you hover over a sub categorie on the main page things start to jump up and down. If compatibilty view is turned on in the tools drop down the jumping stops, but the add to cart box shows to low in the product description text after choosing a product. Any help would be much appreciated. If you have time the sites at http://www.tentcrazy.com/ Thanks.

    V138A
    open includes/templates/forest_path/css/stylesheet.css

    find the following declaration and delete the highlighted portion

    a:hover, #navEZPagesTOC ul li a:hover {
    color: #854401;
    background: #E7D9BC;
    font-weight: bold;
    }

  5. #115
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Forest Path Template Support Thread

    Clyde the site works fine using IE 8 after edit. Thank you so much!

  6. #116
    Join Date
    Oct 2009
    Location
    U.K.
    Posts
    47
    Plugin Contributions
    0

    Default Re: Forest Path Template Support Thread

    How do I remove the navigation bar that has Home, Login, Contactus, my account.
    - ZenCart v:1.3.9h -
    www.slstamps.co.uk

  7. #117
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Forest Path Template Support Thread

    Quote Originally Posted by steve44 View Post
    How do I remove the navigation bar that has Home, Login, Contactus, my account.
    easiest way -
    open includes/templates/forest_path/css/stylesheet.css

    find the following declaration and add the highlighted portion.

    #navMainWrapper {
    display:none;
    margin: 0 auto;
    padding: 0;
    background: url(../images/nav_tab.gif) repeat-x;
    font-size:1.2em;
    font-weight: bold;
    width:845px;
    height:24px;
    }

  8. #118
    Join Date
    Oct 2009
    Location
    U.K.
    Posts
    47
    Plugin Contributions
    0

    Default Re: Forest Path Template Support Thread

    Quote Originally Posted by clydejones View Post
    easiest way -
    open includes/templates/forest_path/css/stylesheet.css

    find the following declaration and add the highlighted portion.

    }
    Many thanks again that worked fine but looked awful.

    New tack, how can I just change the color inside the navigation box
    from EDF7E7 to D4D9B9.
    - ZenCart v:1.3.9h -
    www.slstamps.co.uk

  9. #119
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Forest Path Template Support Thread

    Quote Originally Posted by steve44 View Post
    Many thanks again that worked fine but looked awful.

    New tack, how can I just change the color inside the navigation box
    from EDF7E7 to D4D9B9.
    create a new background image to replace the highlighted portion on this declaration in the stylesheet.css

    #navMainWrapper {
    margin: 0 auto;
    padding: 0;
    background: url(../images/nav_tab.gif) repeat-x;
    font-size:1.2em;
    font-weight: bold;
    width:845px;
    height:24px;
    }

    If you don't want to use the image you can always change the declaration as indicated by the highlight

    #navMainWrapper {
    display:none;
    margin: 0 auto;
    padding: 0;
    background: #D4D9B9;
    font-size:1.2em;
    font-weight: bold;
    width:845px;
    height:24px;
    }

  10. #120
    Join Date
    Oct 2009
    Location
    U.K.
    Posts
    47
    Plugin Contributions
    0

    Default Re: Forest Path Template Support Thread

    Many thanks again that helped.
    - ZenCart v:1.3.9h -
    www.slstamps.co.uk

 

 
Page 12 of 18 FirstFirst ... 21011121314 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 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