New Zenner
- Join Date:
- May 2014
- Posts:
- 3
- Plugin Contributions:
- 0
Westminster New
How do I remove the left side slide out box?
Views: 494,073
New Zenner
How do I remove the left side slide out box?
Totally Zenned
bleonnig:
How do I remove the left side slide out box?
You can remove the code from the bottom of the tpl_main_page.php file.
Thanks,
Anne
Deceased
picaflor-azul:
I just tested on 1.5.2 Beta and there was a problem with the installation. I'll work on it and let you know ;)
Thanks,
Anne
Yep, me too. The template seems to install when you hit the update button - but when you go to layout boxes controller to reset the side boxes, the admin throws an error. That installation was performed on a fresh 1.5.2 BETA file system without any other mods installed.
Could be the same with the upcoming 1.5.3 ???
Thanks / Frank
Deceased
Fresh 1.5.1 installation on local server - no other add ons.
Server OS: Linux 3.11.0-20-generic
PHP Version: 5.5.3-1ubuntu2.3 (Zend: 2.5.0)
HTTP Server: Apache/2.4.6 (Ubuntu)
When selecting Admin> Configuration > Westminster New Template Configuration this error keeps appearing in the logs:
[31-May-2014 07:33:36 Australia/Brisbane] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /var/www/username/admin-name/includes/functions/general.php on line 1706
[31-May-2014 07:33:36 Australia/Brisbane] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /var/www/username/admin-name/includes/functions/general.php on line 1706
It occurs simply by selecting 'Westminster New Template Configuration' - no other 'clicks' .....
Totally Zenned
frank18:
Fresh 1.5.1 installation on local server - no other add ons.
Server OS: Linux 3.11.0-20-generic
PHP Version: 5.5.3-1ubuntu2.3 (Zend: 2.5.0)
HTTP Server: Apache/2.4.6 (Ubuntu)When selecting Admin> Configuration > Westminster New Template Configuration this error keeps appearing in the logs:
It occurs simply by selecting 'Westminster New Template Configuration' - no other 'clicks' .....
That's weird. I just installed it on a 1.5.1 fresh install on my local server with no problems. Let me know if you figure out the problem.
Thanks,
Anne
Totally Zenned
Fresh install of 1.5.1 doesn't play nice with php 5.4 or higher without tweaks, does it?
Totally Zenned
picaflor-azul:
I just submitted an update to this template package. Changes were:
Does this update allow the templates to play nice with Android tablets or is it just an update to fix other stuff but still none of the responsive templates play nice with Android tablets?
Totally Zenned
RixStix:
Fresh install of 1.5.1 doesn't play nice with php 5.4 or higher without tweaks, does it?
I have no idea if that is the problem or not. If someone finds an incompatibility with php 5.4 or higher please let me know and post the fix if you know how to fix it.
Thanks,
Anne
Totally Zenned
RixStix:
Does this update allow the templates to play nice with Android tablets or is it just an update to fix other stuff but still none of the responsive templates play nice with Android tablets?
No, I have not addressed the menu in this template yet.
Thanks,
Anne
Totally Zenned
What I meant was that if v1.5.1 did not play nice with php 5.4 +, maybe the issue is not template related.
picaflor-azul:
I have no idea if that is the problem or not. If someone finds an incompatibility with php 5.4 or higher please let me know and post the fix if you know how to fix it.
Thanks,
Anne
New Zenner
In the middle of the home page there are three homeads. Is there a way to add more of these?
Deceased
picaflor-azul:
That's weird. I just installed it on a 1.5.1 fresh install on my local server with no problems. Let me know if you figure out the problem.
Thanks,
Anne
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
Deceased
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
Line #9 : define('HEADING_TITLE','Flexible Footer Menu');
and in admin/flexible_footer_menu.php just before the closing php tag ?> I added (around line 107)
define('HEADING_TITLE','Flexible Footer Menu');
Now all headings in Admin > Modules are displaying as per stock install.
Cheers / Frank
Totally Zenned
jakumpe:
In the middle of the home page there are three homeads. Is there a way to add more of these?
You can add more in includes/languages/english/html_includes/westminster_new/define_main_page.php. If you want them to be editable via the banner manager you will have to create new banner groups.
Thanks,
Anne
Totally Zenned
frank18:
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
My testing servers are running 5.2.17, 5.4.29, 5.3.10
Thanks,
Anne
Totally Zenned
frank18:
Fresh 1.5.1 installation on local server - no other add ons.
Server OS: Linux 3.11.0-20-generic
PHP Version: 5.5.3-1ubuntu2.3 (Zend: 2.5.0)
HTTP Server: Apache/2.4.6 (Ubuntu)When selecting Admin> Configuration > Westminster New Template Configuration this error keeps appearing in the logs:
It occurs simply by selecting 'Westminster New Template Configuration' - no other 'clicks' .....
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:
('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\'),'),
and line 243 to:
('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
Totally Zenned
frank18:
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)
Now all headings in Admin > Modules are displaying as per stock install.
Cheers / Frank
That's very strange. I have not heard about this happening before. I hope that someone with more php knowledge can post and explain what is happening.
Thanks,
Anne
Totally Zenned
I also haven't had any reports of this happening but I will try to duplicate and fix accordingly.
frank18:
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)
Now all headings in Admin > Modules are displaying as per stock install.
Cheers / Frank
Totally Zenned
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.
frank18:
Beautiful design Anne!
I understand the template is designed for v1.5.0 / 1.5.1 - has anyone successfully tried it on a 1.5.2 BETA?
Thanks guys
Totally Zenned
rbarbour:
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.
Great! Let me know what you find. I have already found a mistake in the Westminster New (the wrong tpl_header_tablet.php file) that I'll need to fix in a future update.
Thanks,
Anne
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.