Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Can someone help?
    Apple zen 2.6 installed, but the check out steps look like missing images, snap shorts attached below
    Click image for larger version. 

Name:	step1.jpg 
Views:	92 
Size:	39.2 KB 
ID:	13280
    Click image for larger version. 

Name:	step2.jpg 
Views:	95 
Size:	39.2 KB 
ID:	13281

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

    Default Re: Apple Zen Template Support Thread

    I don't think that has anything to do with the template.

    But

    Go to your zencart zip/unzip it and reupload the images for the default template and then check to see if the template (apple zen) has image to upload too and upload them too.

    they may have been missed or corrupted when you initially uploaded them to install the store---you did manually upload them to install the store right?

  3. #3
    Join Date
    Feb 2007
    Location
    Long Beach California
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Howdy all

    I want to turn off the sideboxes on applezen only on the index page


    I think this is what I need to modify but not sure how


    // the following IF statement can be duplicated/modified as needed to set additional flags
    if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes _on_here,separated_by_commas,and_no_spaces')) ) {
    $flag_disable_right = true;
    }




    $header_template = 'tpl_header.php';
    $footer_template = 'tpl_footer.php';
    $left_column_file = 'column_left.php';
    $right_column_file = 'column_right.php';
    $body_id = ($this_is_home_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']);
    ?>
    Last edited by Uncle_Unix; 11 Nov 2013 at 03:43 AM.

  4. #4
    Join Date
    Feb 2007
    Location
    Long Beach California
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Nevermind just me again

    Founf my soultion again soon as I post


    //the following IF statement can be duplicated/modified as needed to set additional flags
    if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes _on_here,separated_by_commas,and_no_spaces')) ) {
    $flag_disable_right = true;
    }
    if ($this_is_home_page) {
    $flag_disable_right = true;
    }

  5. #5
    Join Date
    Sep 2008
    Posts
    210
    Plugin Contributions
    21

    Default Re: Apple Zen Template Support Thread

    I think everybody should not use this template, it does not support responsive.
    Our Site: http://zucando.com
    Marketing Plugins: Marketing Modules
    Free Response Templates: Responsive Templates

  6. #6
    Join Date
    Dec 2013
    Posts
    1
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Wow, I didn't realise what a popular template this was with all the support.

    I am using Zencart v1.5.1 new install
    AppleZen template (new version)

    My original issue was with the About Us page not displaying. Not sure if this has been covered or if it affecting others?

    But I fixed it by reverting back to the old about_us_filenames.php. It seems that the code:

    // About Us Filename Defines
    define('FILENAME_ABOUT_US', DB_PREFIX . 'about_us');
    define('FILENAME_DEFINE_ABOUT_US', DB_PREFIX . 'define_about_us');
    ?>
    wasn't calling the DB, but the old one:

    // About Us Filename Defines
    define('FILENAME_ABOUT_US', 'about_us');
    define('FILENAME_DEFINE_ABOUT_US', 'define_about_us');
    ?>

    works fine, for me anyhow.

    Not sure if this will help others or not.

    Thanks for such a nice template.

  7. #7
    Join Date
    Aug 2014
    Location
    Dhaka
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi Jettrure,
    Firstly thanks a lot for you to develop a great apple zen template. I am very happy to install your template on my site, on my site your template everything is work fine, but unfortunately a problem occur.
    Problem: i install a bookx plugin on my site, when i click on list of all publisher then show list of all publisher but sidebox are not stay actual or correct place. it's move bellow of publisher list like bellow image. but this problem not happen in your another template cherry zen. please help me how can i solved it. Click image for larger version. 

Name:	sidebox not right position - Copy.jpg 
Views:	49 
Size:	37.3 KB 
ID:	14501
    Attached Images Attached Images  

 

 

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