Page 231 of 305 FirstFirst ... 131181221229230231232233241281 ... LastLast
Results 2,301 to 2,310 of 3042
  1. #2301
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by bertazzoli View Post
    Hi Jade,
    first of all thanks for what you created and the support you give us. I hope people thanks you with donations because you really deserve this (or a t least with a free voucher in our shops when ready!).
    I tell you that I have no basics about php, apart from knowing that each instruction start and and, that they are txt etc... well not so much.
    Then i tried to do my best reading as many posts as i could because i kbow that is pretty annoying to answer something you answered already, so if has been discussed somewhere fell free to reject my requests.
    I would like to customize a little your template to be more consistent with our company.
    1. remove the wite parts next to the logo on the top (that i have already enlarged as 100% of the central column)
    2. change the language right box with a simple text ita/eng placed out of the central column
    3. reduce the eight of the drop down menu bar (and maybe also the drop menu itself)
    4. change the label of the drop down choice menu (i.e categories into product)
    5. set in the home page only a big sliding picture like http://www.calandre.com/
    i wanted to enclose a pic that maybe can help but i have it in my pc, and it asks me alink...
    achieveing this i would be happy... then maybe i'll try to do other things :)
    thanks a lot in advance
    Rob
    Could I see a link to your site?

    1. That white space is the background color of #logoWrapperOuter. Either you need to change the background color to the color you'd like in stylesheet.css, or make your logo bigger. Without seeing the site I'm not sure if that will help you.

    2. Would be a good question for the general forum, and search the add on modules to see if perhaps its been done already.

    3. A little bit tricky. First reduce the padding of div#dropMenu li a in stylesheet_header_menu.css (from .6em to maybe .4em). Then open up stylesheet.css and change the height of #dropMenuWrapper from 2.18em to a smaller number, till it looks right. Then once you get that number, change all instances of 2.18em in the stylesheet.css to whatever number you changed it to.

    4.includes/languages/YOUR_LANGUAGE/extra_definitions/apple_zen/headermenu.php

    I hope people thanks you with donations because you really deserve this (or a t least with a free voucher in our shops when ready!).
    Doesn't happen often, but I appreciate it when it does.

  2. #2302
    Join Date
    Mar 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    No, just adding products wouldn't do that. Something has been done incorrectly. Check the home page text in "Tools", "Define Pages Editor", since the source of the site stops directly after that (view the source of the page and you'll see this is how the page ends):

    <p style="text-align: left;">&nbsp;</p>
    <h3 style="text-align: center;"><b><span style="color: rgb(255, 0, 0);"><span style="font-size: larger;">1/192 SCALE USS ONONDAGA</span></span></b></h3>
    <p style="text-align: center;"><span style="font-size: larger;">Twin turret Union ironclad ram.</span></p>
    <p style="text-align: left;">&nbsp;</p></div>
    Something else must be causing issues........maybe it's not a template issue. I put back the original define_main_page.php file and no sideboxes or menus appear.

  3. #2303
    Join Date
    Oct 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: EZ-Pages Header

    Hi, this is my first post, so thanks in advance for taking the time to answer. I have installed the Apple Zen template (I love it). I haven't made many changes. Mainly color changes and adding my logo. For some reason I cannot remove the EZ-Pages header bar. I went to "Configuration", "Ez-Pages Settings" and changed it to '0'. But it's still there. I looked at my stylesheet thinking maybe I commented something wrong but couldn't find anything. Here's a link to my site in case someone has any ideas. Thanks.
    http://paperazzidesigns.com/index.php?main_page=

  4. #2304
    Join Date
    Oct 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: EZ-Pages Header

    Quote Originally Posted by momof2 View Post
    Hi, this is my first post, so thanks in advance for taking the time to answer. I have installed the Apple Zen template (I love it). I haven't made many changes. Mainly color changes and adding my logo. For some reason I cannot remove the EZ-Pages header bar. I went to "Configuration", "Ez-Pages Settings" and changed it to '0'. But it's still there. I looked at my stylesheet thinking maybe I commented something wrong but couldn't find anything. Here's a link to my site in case someone has any ideas. Thanks.
    http://paperazzidesigns.com/index.php?main_page=
    Never mind My mistake. I am looking at the wrong header bar.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Jimbofoxman View Post
    Something else must be causing issues........maybe it's not a template issue. I put back the original define_main_page.php file and no sideboxes or menus appear.
    Either files are missing, or issue with changes in a language file. Would be my best guess.

  6. #2306
    Join Date
    Mar 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Either files are missing, or issue with changes in a language file. Would be my best guess.
    Not sure what happened. I figured out my hosts restore function and restored files from a week earlier. Seems to be fine now.

  7. #2307

    Default Re: Apple Zen Support Thread



    I am using apple zen, the text on this sidebox is a little over the edge, how can I move it over a little more to the right?
    MonkFunk Music Community
    Free Music Website

  8. #2308
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I've created an index.html that is to be the main page for this Zen/Apple Zen site. Now the Home link in the drop-down menu needs to be updated. I tried changing this:
    PHP Code:
    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG?></a>
    to This

    PHP Code:
                <li class="submenu"><li><a href="http://www.MyStore.com">Home</a></li
    But broke my Zen cart. Can you please tell me the proper procedure? Thanks!

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by keylesslocks View Post


    I am using apple zen, the text on this sidebox is a little over the edge, how can I move it over a little more to the right?
    Link to site please? Did you follow the instructions in the readme.txt regarding setting the sidebox width?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by MeltDown View Post
    I've created an index.html that is to be the main page for this Zen/Apple Zen site. Now the Home link in the drop-down menu needs to be updated. I tried changing this:
    PHP Code:
    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG?></a>
    to This

    PHP Code:
                <li class="submenu"><li><a href="http://www.MyStore.com">Home</a></li
    But broke my Zen cart. Can you please tell me the proper procedure? Thanks!
    You have two <li>'s. Remove the second one, and then remove the ending </li> (that <li class="submenu" is closed later in the file):

    Code:
    <li class="submenu"><li><a href="http://www.MyStore.com">Home</a></li>

 

 

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