In the middle of the home page there are three homeads. Is there a way to add more of these?
In the middle of the home page there are three homeads. Is there a way to add more of these?
Justin Kumpe
Thanks Anne,
could you pls check your server version info in admin > tools and let me know which PHP version your local server is running. When I posted my findings this morning I had the inkling that the error may be related to my PHP version 5.5.x
I will then have a look at php.net to see if I can find anything which may give us a clue.
Thanks / Frank
Fresh zc 1.5.1 installation, no other modules installed.
Noted that 'Flexible Footer Menu' is overwriting the headings of Admin > Modules > Payment , Shipping and Order Total. Selecting any of these modules gave me the heading 'Flexible Footer Menu' instead of 'Payment Modules' , 'Shipping Modules' etc
As a quick fix in admin/includes/languages/english/extra_definitions/flexible_footer_menu.php I commented out
and in admin/flexible_footer_menu.php just before the closing php tag ?> I added (around line 107)Line #9 : define('HEADING_TITLE','Flexible Footer Menu');
Now all headings in Admin > Modules are displaying as per stock install.define('HEADING_TITLE','Flexible Footer Menu');
Cheers / Frank
I just found a few mistakes in the installer file. Try fixing these to see if it fixes the problem. In YOUR_ADMIN/includes/installers/westminster_new/1.0.php change line 237 to:
and line 243 to:Code:('Home Page Slideshow', 'WES_SLIDER_STATUS', 'true', 'Activate Home Page Slideshow', " . $configuration_group_id . ", 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
Code:('EZ Pages in Header Menu', 'SHOW_EZ_PAGES_MENU', 'true', 'Shows the menu option for EZ pages/important links in the header menu', " . $configuration_group_id . ", 3, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');");
Thanks,
Anne
The responsive code (Responsive DIY Template Default for 1.5.x) has been installed and tested on:
Zen Cart 1.3.9h, 1.5.0, 1.5.1, 1.5.2-BETA
PHP testing servers include: 5.5.2, 5.4.26, 5.3.27
If that helps!
I have all Anne's Responsive templates installed and operating with above versions as well.
However I do not have the latest template versions installed, I will upgrade and report back.
Bookmarks