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?
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.
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;
}
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
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.
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.![]()