Page 293 of 305 FirstFirst ... 193243283291292293294295303 ... LastLast
Results 2,921 to 2,930 of 3042
  1. #2921
    Join Date
    May 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread - Postcode does not align left

    Quote Originally Posted by jettrue View Post
    I adjusted that on my own site. To do that, open up includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php.

    Find this line:
    Code:
    <label class="inputLabel" for="postcode"><?php echo ENTRY_POST_CODE; ?></label>
    and directly after it add:

    Code:
    <br />
    Hi, have been trying to fix this on and off for months, then finally cracked it- I just added a clearBoth between the label and the field, so change this:

    PHP Code:
    <label class="inputLabel" for="postcode"><?php echo ENTRY_POST_CODE?></label>
    <?php echo zen_draw_input_field('postcode'''zen_set_field_length(TABLE_ADDRESS_BOOK'entry_postcode''40') . ' id="postcode"') . (zen_not_null(ENTRY_POST_CODE_TEXT) ? '<span class="alert">' ENTRY_POST_CODE_TEXT '</span>'''); ?>
    <br class="clearBoth" />
    to this
    PHP Code:
    <label class="inputLabel" for="postcode"><?php echo ENTRY_POST_CODE?></label>
    <br class="clearBoth" />
    <?php echo zen_draw_input_field('postcode'''zen_set_field_length(TABLE_ADDRESS_BOOK'entry_postcode''40') . ' id="postcode"') . (zen_not_null(ENTRY_POST_CODE_TEXT) ? '<span class="alert">' ENTRY_POST_CODE_TEXT '</span>'''); ?>
    <br class="clearBoth" />
    Hope this helps!

  2. #2922
    Join Date
    Jan 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello

    I'm fairly new to the Zen cart software, i have installed it and its all working as expected, i am using the apple zen template. What i am struggling to achieve is to add a new page. I have gone down the google route and read through most of this thread.... (its alot of pages).

    What i want to do is add 2 new pages under the Information drop down menu called 'Colours' and one called 'Samples'.

    I have altered the tpl_drop_menu.php file directly, but it doesn't keep the styling of the site when i put a direct link in. Any advice of how to add these new pages would be great!.

  3. #2923
    Join Date
    Sep 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello,

    I have been using this template for quite a while. I however would like to remove the main page from the category listings and have no idea how to do this. My main page shows up everywhere, since I have quite a long list of promotional products on the main page the customer never sees the categories below it.

    see for yoursef:

    main page here:

    http://www.nghobbies.com/cart


    a category listing here:

    http://www.nghobbies.com/cart/index....index&cPath=10

    Can somebody pease help?

    Thanks,
    oxxy.

  4. #2924
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    a quick question...your template is very good and fairly easy to edit however it has me stumped...lol

    my client would like to have the drop shadow around the center section increased a bit, is there a way to adjust the size of the drop shadow?

  5. #2925
    Join Date
    Dec 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I have installed the Apple Zen but have been plauged by a few issues. The biggest being editing the template files. I have no problem just going in finding the php file and editing it that way but that is not right nor will it help my wife for whom this store is for.

    It says:
    You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_main_page from the pulldown.

    But when I go into the Define Pages Editor there is nothing listed in the pulldown menus???

    I did the install following the directions and uploaded the contents of my local "includes" folder over the contents of my site "includes" folder replacing the files and keeping the structure.

    However upon looking at the structure of my cart it says they should be at:

    /languages/english/html_includes/YOUR_TEMPLATE/define_main_page.php

    (YOUR_TEMPLATE=Apple_Zen)

    BUT there is no Apple_Zen directory that contains all of the define files as stated in the help files.

    Any suggestions before I dump the entire project and either start over or go to another cart system??
    Thanks, Ken

  6. #2926
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Webmizer View Post
    I have installed the Apple Zen but have been plauged by a few issues. The biggest being editing the template files. I have no problem just going in finding the php file and editing it that way but that is not right nor will it help my wife for whom this store is for.

    It says:
    You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_main_page from the pulldown.

    But when I go into the Define Pages Editor there is nothing listed in the pulldown menus???

    I did the install following the directions and uploaded the contents of my local "includes" folder over the contents of my site "includes" folder replacing the files and keeping the structure.

    However upon looking at the structure of my cart it says they should be at:

    /languages/english/html_includes/YOUR_TEMPLATE/define_main_page.php

    (YOUR_TEMPLATE=Apple_Zen)

    BUT there is no Apple_Zen directory that contains all of the define files as stated in the help files.

    Any suggestions before I dump the entire project and either start over or go to another cart system??
    Thanks, Ken
    trust me this is a nice template but a bit difficult to edit I have been fighting with it myself

    I have found that a lot of templates/mods tell you that you can edit the file in the define pages and they do not show up.

    there is never a folder in your files for the template you are using you need to create that folder yourself then put those files into it---being careful NOT to overwrite the originals

    The easiest way to edit a file is to keep the originals on your desktop then make a duplicate of the file you want to edit...edit it...reupload to the proper spot on your server then refresh your page to see the changes.

  7. #2927
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi, firstly thanks for this great template.
    I wanted to add a new button on the crossbar, to the left of the Shopping Cart button.

    Just need a single button called "Events" so when it is clicked it would take me to a page where i can put dates and events on.

    Hope this is possible and i would really appreciate the help.
    Thanks

  8. #2928
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by DarkAngel View Post
    a quick question...your template is very good and fairly easy to edit however it has me stumped...lol

    my client would like to have the drop shadow around the center section increased a bit, is there a way to adjust the size of the drop shadow?
    You might want to check out this article: http://www.css3.info/preview/box-shadow/

  9. #2929
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jonisolis View Post
    You might want to check out this article: http://www.css3.info/preview/box-shadow/
    trust me it had me stumped then i noticed that it was not a code but a .jpg

    I removed the code for the image and added a border and that took care of that

    thanks for the link though for it will eventually come in handy

  10. #2930
    Join Date
    Mar 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi

    Has anyone here successfully installed dgReviews with the Apple Zen template?
    I've installed it and it works. However, it pushes my sideboxes to the bottom left of the page.
    Anyone else experiencing this problem or know how to fix it?
    Thanks in advance =)

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3720
    Last Post: 6 Oct 2022, 11:18 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