HI Anne,
Have the template live and all working well. I have made some changes to the Display mode to minimise the calls to mobile detect and get them all in one place.
I have changed:
includes>init_includes/init_display_mode.php
includes>templates>responsive_sheffield_blue>common>html_header.php
includes>templates>responsive_sheffield_blue>templates>tpl_modules_mobile_catego ries_tabs.php
Basically I have used the init_display_mode module to set $_SESSION['display_mode'] to the display mode and then used that in the other two modules.
Don't know if you want it for the future template of the 1.5.6 version of zen cart. Just in case I have attached a zip file with the modules.
I also had difficulty with Slimmenu ( I could not get that to work on my samsung galaxy tab.) I therefore replaces it with smart menu from http://www.smartmenus.org/ which worked straight out of the box. I have not included this in the file. If you want to see this go to my site http://innerlightcrystals.co.uk/sales/ or visit their site. If you want i could put together a separate include for this menu. It may take me a few days.
Hope you find this useful.
DisplayMode.zip
Mark Brittain
http:\\innerlightcrystals.co.uk\sales\
Thank you for posting your changes. The next update of the template package will probably use rbarbour's new version of the diy responsive template default code which has many improvements. You can see the new code here:
https://www.zen-cart.com/showthread....amework-(BETA)
There is a patch posted here on the forum for the slimmenu problem. It is of course advisable to switch the menu to any menu that you prefer ;)
Thanks,
Anne
Hi Anne,
I installed the template, looks good, then I was making some changes and all of a sudden I cannot access my store. I can logon to my admin but I get a 500 error in my store
www.benzbonz.biz/store
The www.benzbonz.biz page isn’t working
www.benzbonz.biz is currently unable to handle this request.
500
It was me removing payment options I think, working now
Just installed this template on a local store and noted that in admin all the modules (shipping, payment etc) were showing 'Flexible Footer Menu' as the heading title.
So I simply changed a couple of files:
1. Your_Admin/includes/languages/english/extra_definitions/flexible_footer_menu.php around line 11
changed toPHP Code:define('HEADING_TITLE','Flexible Footer Menu');
Then in Your_Admin/flexible_footer_menu.php around line 142PHP Code:define('HEADING_TITLE_FLEXIBLE_FOOTER_MENU','Flexible Footer Menu');
changed toPHP Code:<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
and that fixed the headings for all modules in admin.PHP Code:<td class="pageHeading"><?php echo HEADING_TITLE_FLEXIBLE_FOOTER_MENU; ?></td>
I vaguely remember that this was also an issue in other responsive templates (Westminster New ???) - not sure.....
I have my sheffield blue template working now. It looks awesome thank you Anne.
Some issues I've come across.
1) Clicking on a category or subcategory that does not have an image file, you MUST click on the text, clicking just in the box doesn't take you anywhere.
2) On a tablet, the category drop down box goes away after about 3 seconds.
A few smaller issues, but they're probably me not knowing what I'm doing.
But none the less a 100% improvement over my old zen cart store. thanks again
Frank18:
Post #976:
Just wanted to say "Thanks Much" for this contribution. Really appreciate it. got that straightened out now!"Just installed this template on a local store and noted that in admin all the modules (shipping, payment etc) were showing 'Flexible Footer Menu' as the heading title."
Kind regards,
Silver