Page 153 of 305 FirstFirst ... 53103143151152153154155163203253 ... LastLast
Results 1,521 to 1,530 of 3042
  1. #1521
    Join Date
    Nov 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    You can modify the text used in your header by opening up includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php

    You can add or remove links from the header menu by opening up includes/templates/YOUR_TEMPLATE/tpl_drop_menu.php. Though you can turn off links such as "Privacy Policy" or "Conditions of Use", etc. from the admin, under "Configuration", "Define Page Status". (This turns them off anywhere they may be on the site). If you're not using Gift Certificates or Discount Coupons, you can turn those off globally by removing their modules under "Modules", "Order Total".

    You can change the colors or widths of the header menu by opening up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css
    This helped for the ones i wanted to remove, however then
    I wanted to add an extra page called "FAQ". I also want a link to FAQ at the top in the dropdown bar aswell as in the information tab on the right. So i've changed a page I DIDN'T want in tpl_drop_menu.php to FAQ (all three instances of the name). I've then added the page in /public_html/includes/languages/english/html_includes/. I thought this should work.. but the pages i'm creating aren't being found when I click the link. It's going straight to page_not_found. It also isnt displaying in the information tab on the right. Any advice?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by phapn View Post
    This helped for the ones i wanted to remove, however then
    I wanted to add an extra page called "FAQ". I also want a link to FAQ at the top in the dropdown bar aswell as in the information tab on the right. So i've changed a page I DIDN'T want in tpl_drop_menu.php to FAQ (all three instances of the name). I've then added the page in /public_html/includes/languages/english/html_includes/. I thought this should work.. but the pages i'm creating aren't being found when I click the link. It's going straight to page_not_found. It also isnt displaying in the information tab on the right. Any advice?
    Create an ezpage named FAQ.That would be the easiest way.

  3. #1523
    Join Date
    Nov 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Create an ezpage named FAQ.That would be the easiest way.
    I thought this, however when I do that, it doesnt put it in the right category, it puts in "important links" not information. And then how do i add that link into the dropdown?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Pomzie View Post
    Are they supposed to pop out after they pop down, or just pop down? In other words, if you click on

    Categories -> Pomzie Bucket Tote

    is it supposed to pop out to the right and list the items? or is it just supposed to pop down and that's it. Just making sure I didn't screw something up.

    Thanks again! I love the layout of the template.
    No, they only pop out categories and subcategories, not products.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by devon310 View Post
    Hello,

    I love this template & was trying to find information on where I can make the main wrapper if I'm calling this by its correct name a bit wider. Its cuting off my product names.

    Any help is greatly appreciated.

    Warm Regards,
    Devon
    Site link, please?

  6. #1526
    Join Date
    Oct 2007
    Location
    Central Texas
    Posts
    11
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    No, they only pop out categories and subcategories, not products.
    Ahhhhhhhhh, okay. Thank you so much for your help! I thought maybe I had done something wrong.
    [FONT="Century Gothic"]Kari
    www.pomzie.com[/FONT]

  7. #1527
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Site link, please?
    Hello Jettrue,

    Thank You the address is
    http://www.thewishingwellshop.com/wish/
    You can see the problem I'm having with the header image being stretched & I know I did it once but I cant find the problem for the life of me now.
    You can also see here that is it called the main section http://www.thewishingwellshop.com/wi...ain_page=login is not right the Login is almost cut off.

    Then I have on the product list page I wanted to change the product info text to left justified, is that possible?


    Any help is greatly appreciated.

    Warm Regards,
    Devon

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by devon310 View Post
    Hello Jettrue,

    Thank You the address is
    http://www.thewishingwellshop.com/wish/
    You can see the problem I'm having with the header image being stretched & I know I did it once but I cant find the problem for the life of me now.
    You can also see here that is it called the main section http://www.thewishingwellshop.com/wi...ain_page=login is not right the Login is almost cut off.

    Then I have on the product list page I wanted to change the product info text to left justified, is that possible?


    Any help is greatly appreciated.

    Warm Regards,
    Devon
    All your sideboxes are staying off, right? For the main section issue, change .centerColumn to this:

    Code:
    .centerColumn {
    	width:100%;
    	float:left;
    	margin:0;
    	padding:0;
    	text-align:left;
    	line-height:1.6em;
    	}
    To fix the logo, remove this:

    Code:
    #logo img {
    	width:100%;
    	}
    and to center it, change #logoWrapperOuter to this:


    Code:
    #logoWrapperOuter {
    	margin:0 auto;
            text-align:center;
    	}

  9. #1529
    Join Date
    Oct 2005
    Location
    San Francisco
    Posts
    107
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade,
    I installed my holidaytoyexpress.com site, which uses your wonderful template on a new server with 1.38, and everything seemed to go perfectly. Now I have found out that customers are being locked out due to new security code in certain files. These files are in my includes/templates/apple_zen/templates folder. According to other postings on the 1.38 upgrade thread, I need to do some major surgery to fix my broken site. Do you know which of the files in this folder need work? I first thought it was:
    tpl_login_default.php
    tpl_time_out_default.php
    and I tried modifying them, but without success. Has anyone moved your template into 1.38 yet?

  10. #1530
    Join Date
    Nov 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Create an ezpage named FAQ.That would be the easiest way.
    I thought this, however when I do that, it doesnt put it in the right category, it puts in "important links" not information. And then how do i add that link into the dropdown?

    Thanks very much for your ongoing help :)

 

 

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