Page 4 of 28 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 275
  1. #31
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Moderator's note: Dogco, your 2 threads have been merged together into this one.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

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

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by thedogco View Post
    Hi Clyde, Thanks for your help i have followed the instructions and now have tabs.
    still have a couple of issues with the tabs though, one is solid black, one bobs up and down and the veiw cart is different style to others.
    Sorry to be a pain but any help will be gladly recieved.
    dave
    www.thedogco.co.uk
    Open the stylesheet and make the following highlighted changes:

    #navMain ul li.contact a {
    margin:0;
    padding: 0 5px 0 4px;
    float:left;
    color: #ffffff;
    background: url(../images/tableft.gif) no-repeat left top;
    text-decoration:none;
    }
    #navMain ul li.contact a span {
    display:block;
    background: url(../images/tabright.gif) no-repeat right top;
    padding:12px 15px 2px 6px;
    }
    #navMain ul li.contact a:hover {
    background-position:0% -42px;
    }
    #navMain ul li.contact a:hover span {
    padding:2px 15px 2px 6px; /*Delete this line*/
    background-position:100% -42px;
    }

    The view cart is styled differently by design so that it stands out.

  3. #33

    Default Re: "ZenCart Zen" Template Support

    thanks for your help, changes worked fine.
    one last part is the home button is solid grey and does not change as you roll over it, is this correct or can i alter this.
    thanks again

  4. #34

    Default Re: "ZenCart Zen" Template Support

    sorry, forget that just me being dumb !!
    it's coz i was on that page!
    wot an idiot
    thanks again cylde

  5. #35
    Join Date
    Dec 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Hi Clyde, I love your Zencart Zen template. One problem though, every page includes the meta tag :

    <meta name="robots" content="noindex, nofollow" />

    My site has been live for a month and even though the google spider regularly visits me, I've not appeared in any search results.

    When I switch back to the Classic Contemporary Green template the problem goes away. Your earlier version of Zencart Zen didn't have this problem.

    Thanks
    Rich
    [FONT="Courier New"]------------------------------------------------------------
    I sell plain black and colourful T-shirts thanks to Zen Cart[/FONT]

  6. #36
    Join Date
    Dec 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    OK, to fix it I followed the advice of Website Rob in this thread:
    http://www.zen-cart.com/forum/showth...oindex+setting

    He said to remove the line:
    <meta name="robots" content="noindex, nofollow" />
    from
    includes/templates/zencart_zen/common/html_header.php

    I did that and none of my pages now have that meta tag. It seems a bit of a clunky fix, but would you agree with it?

    By the way, this problem only seemed to occur on vers 2.0 of Zencart-Zen, earlier versions have worked perfectly.

    thanks

    Rich
    Last edited by richcolour; 18 Jan 2009 at 03:30 PM.
    [FONT="Courier New"]------------------------------------------------------------
    I sell plain black and colourful T-shirts thanks to Zen Cart[/FONT]

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

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by richcolour View Post
    Hi Clyde, I love your Zencart Zen template. One problem though, every page includes the meta tag :

    <meta name="robots" content="noindex, nofollow" />

    My site has been live for a month and even though the google spider regularly visits me, I've not appeared in any search results.

    When I switch back to the Classic Contemporary Green template the problem goes away. Your earlier version of Zencart Zen didn't have this problem.

    Thanks
    Rich
    Quote Originally Posted by richcolour View Post
    OK, to fix it I followed the advice of Website Rob in this thread:
    http://www.zen-cart.com/forum/showth...oindex+setting

    He said to remove the line:
    <meta name="robots" content="noindex, nofollow" />
    from
    includes/templates/zencart_zen/common/html_header.php

    I did that and none of my pages now have that meta tag. It seems a bit of a clunky fix, but would you agree with it?

    By the way, this problem only seemed to occur on vers 2.0 of Zencart-Zen, earlier versions have worked perfectly.

    thanks

    Rich
    Latest version of Zen Cart Zen is 1.1

    This is the line of code that should be in includes/templates/zencart_zen/common/html_header.php at around line 32 - 34

    Code:
    <?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base,explode(",",constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base=='down_for_maintenance') { ?>
    <meta name="robots" content="noindex, nofollow" />
    <?php } ?>

  8. #38
    Join Date
    Dec 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Thanks Clyde, seems perfect now.

    BTW, under Template Selection in admin, your template says it is version 2.0.

    cheers
    Rich
    [FONT="Courier New"]------------------------------------------------------------
    I sell plain black and colourful T-shirts thanks to Zen Cart[/FONT]

  9. #39
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Help needed with Zen Cart Zen Template header.tpl

    Hello-

    I am using your template and have rebuilt the header TPL to suit my design, however I am having trouble with alignment in Internet Explorer. Whereas I have everything perfectly lined up in Firefox, somehow IE is pushing some table data down the table, effectively throwing an extra row into the header table. I am hoping I can have you look at it, and tell me if you can see my problem.

    I have played with this for a few hours now and cannot seem to figure it out.

    see the problem here:

    http:www.donnayonline.com/iit

    Thanks for your time.

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

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by 1959mvp View Post
    Hello-

    I am using your template and have rebuilt the header TPL to suit my design, however I am having trouble with alignment in Internet Explorer. Whereas I have everything perfectly lined up in Firefox, somehow IE is pushing some table data down the table, effectively throwing an extra row into the header table. I am hoping I can have you look at it, and tell me if you can see my problem.

    I have played with this for a few hours now and cannot seem to figure it out.

    see the problem here:

    http:www.donnayonline.com/iit

    Thanks for your time.
    You're missing a closing </div> somewhere.

 

 
Page 4 of 28 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. v139h Need help installing "zencart-skins.com" template 43889
    By chams911 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jul 2013, 12:56 PM
  2. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  3. "Multi-Language Support for EZ-Pages" prints "Array" in Sidebox
    By andreas.hennig in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 13 Jul 2010, 08:23 AM
  4. Comment out "Check for Updates" Button, "Support Site" Link, & "Version" Link?
    By g00glethis1 in forum Customization from the Admin
    Replies: 4
    Last Post: 15 Mar 2010, 06:32 AM
  5. Wamp5/Zencart localhost help "custom template distorted"
    By oxicottin in forum Installing on a Windows Server
    Replies: 10
    Last Post: 27 Aug 2007, 03:46 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