![]()
I have two question: In mobile view not visible search tab ?.
How fix this or reset the template settings that fix problem with HOME in Flexible Footer Menu
Small bug: preview doesn't work in admin->tools->template selection.
Fix:
1) change includes/templates/responsive_sheffield_blue/template_info.php last line to
$template_screenshot = 'responsive-sheffield-blue-demo.png';
2) Place the file https://www.picaflor-azul.com/images...-blue-demo.png
in includes/templates/responsive_sheffield_blue/images
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Hi Anne,
First of all, thank you for this beautyful responsive template, you're the best!
I have been playing around, fresh install on v1.54, easy install, no problem.
In init_responsive_sheffield_blue.php I applied the correction mentioned earlier in this thread, problem solved.
But there seems to be another problem in line 30, where the config keys for SHOW_EZ_PAGES_MENU and RSB_SLIDER_STATUS are inserted: the value zen_cfg_select_option(array....etc. should be put in set_function, and use_function should be NULL.
As it is now, you will get funny errors in your logs, like "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 E:\...\includes\functions\general.php on line 1774" but nothing is wrong with general.php.
Thanks,
jpda
Hi Anne,
I also applied the correction as per thread #39 in \includes\templates\responsive_sheffield_blue\templates\tpl_modules_mobile_categ ories_tabs.php on line 208. Problem solved.
Tiny problem in line 182:
If your site is multi lingual, this line has to be changed to:Code:<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>">General Info</a>
Question:Code:<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo TITLE_GENERAL; ?></a>
Do you know if the Flexible Footer Menu can be made multi lingual? I didn't search "their" thread yet
Thanks,
jpda
Bookmarks