Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello,

    I am new here. Please help me to correct my site which is not same as the apple zen demo.

    1. the menu is not working.

    it seems that tpl_header.php should be changed for this. but the file has sth wrong (? mark there) since I downloaded it.

    2. remove ezpages section?

    3. remove next section under ezpage?

    4. remove "Congratulations" section?

    http://dalewz.brinkster.net/zencart/

    thanks, -dale

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by dalewz View Post
    Hello,

    I am new here. Please help me to correct my site which is not same as the apple zen demo.

    1. the menu is not working.

    it seems that tpl_header.php should be changed for this. but the file has sth wrong (? mark there) since I downloaded it.

    2. remove ezpages section?

    3. remove next section under ezpage?

    4. remove "Congratulations" section?

    http://dalewz.brinkster.net/zencart/

    thanks, -dale
    1. You did not upload all the files for this template, go through each and every file in the download and make sure it is in the correct spot online.

    2. You can do this in your admin, "configuration", EZpages Settings.

    3. Admin, "Configuration", "Layout Settings", then toward the bottom "Categories-Tabs Menu ON/OFF"

    4. Admin, "Define Pages Editor", "define_main_page.php"

    You might have found 2-4 by searching the forum instead, they're pretty common questions.

  3. #3
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    1. You did not upload all the files for this template, go through each and every file in the download and make sure it is in the correct spot online.

    2. You can do this in your admin, "configuration", EZpages Settings.

    3. Admin, "Configuration", "Layout Settings", then toward the bottom "Categories-Tabs Menu ON/OFF"

    4. Admin, "Define Pages Editor", "define_main_page.php"

    You might have found 2-4 by searching the forum instead, they're pretty common questions.
    ---------
    Thanks a lot for your help. As for Q1, I did not upload all files. The big question is what files I should load (i use zen cart 1.3.8):

    1. I did upload all in /Apple Zen 2.5/includes/templates to zencart/includes/templates, so after loading, /apple_zen will be in zencart/includes/templates. Is this enough? seems not?

    2. I guess that I need to upload all in /Apple Zen 2.5/includes to zencart/includes. if so, i would mix some apple zen files with zen cart files. For example, files in /zencart/includes/extra_datafiles. is this right?

    I read previous posts, some people had similar issues. you replied in #31. But I am not 100% sure. I guess the above 2 is what we should do. can you please confirm?

    -Dale

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by dalewz View Post
    ---------
    Thanks a lot for your help. As for Q1, I did not upload all files. The big question is what files I should load (i use zen cart 1.3.8):

    1. I did upload all in /Apple Zen 2.5/includes/templates to zencart/includes/templates, so after loading, /apple_zen will be in zencart/includes/templates. Is this enough? seems not?

    2. I guess that I need to upload all in /Apple Zen 2.5/includes to zencart/includes. if so, i would mix some apple zen files with zen cart files. For example, files in /zencart/includes/extra_datafiles. is this right?

    I read previous posts, some people had similar issues. you replied in #31. But I am not 100% sure. I guess the above 2 is what we should do. can you please confirm?

    -Dale
    You must upload ALL of the files. Every single one.

  5. #5
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    You must upload ALL of the files. Every single one.
    Jade,

    Thanks a lot for your timely help. my site is in a good shape now. I have only one question:

    how do i change the menu font size?

    The drop-dwon "CATEGORIES" runs out of page. I want to make those fonts small like radioshack.com, so all users can see all menu selections. I tried to reduce font size h1-h6 by .3, i did not see any changes.

    I suspect sb may ask this before, but I can not find it. it is very difficult to search since i can not search 'menu font size' within apple zen support thread. Is there a better way to search?

    Thanks, -Dale

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by dalewz View Post
    Jade,

    Thanks a lot for your timely help. my site is in a good shape now. I have only one question:

    how do i change the menu font size?

    The drop-dwon "CATEGORIES" runs out of page. I want to make those fonts small like radioshack.com, so all users can see all menu selections. I tried to reduce font size h1-h6 by .3, i did not see any changes.

    I suspect sb may ask this before, but I can not find it. it is very difficult to search since i can not search 'menu font size' within apple zen support thread. Is there a better way to search?

    Thanks, -Dale
    No, h1-h3 wouldn't do anything, since the menu doesn't use h1-h3 at all. You can view the source of your site to see what that section DOES use (for example, you'll seen the menu is wrapped by <div id="dropMenu"></div> so then you can use:

    #dropMenu {font-size:.9em;}

  7. #7
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    No, h1-h3 wouldn't do anything, since the menu doesn't use h1-h3 at all. You can view the source of your site to see what that section DOES use (for example, you'll seen the menu is wrapped by <div id="dropMenu"></div> so then you can use:

    #dropMenu {font-size:.9em;}
    Sorry, I am still not sure how to correct this. it is in zencart/includes/templates/apple_zen/common/tpl_drop_menu.php

    I tried the following:

    1. <div id="dropMenu">
    #dropMenu {font-size:.9em;}
    <ul class="level1">
    2. <div id="dropMenu" font-size:.5em>


    both are not working. the site is fx.pcmfx.com

    thanks, -dale

 

 

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