Re: Winchester Responsive - Information Menu
Hi,
Is it possible to change the sort order of the links which expand when you click “Information” in the header?
When you expand the menu the links are currently in this order:
Customer Service
General Info
Useful Links
I would like to rearrange them as follows:
Useful Links
Customer Service
General Info
Also, I know I can change the sort order of the links which expand under “Useful Links” by changing the sort order of the EZ-Pages they link to - but can you change the sort order of the links which expand under “Customer Service” and “General Info” too?
Re: Winchester Responsive - Information Menu
Quote:
Originally Posted by
Podgeminster
Hi,
Is it possible to change the sort order of the links which expand when you click “Information” in the header?
When you expand the menu the links are currently in this order:
Customer Service
General Info
Useful Links
I would like to rearrange them as follows:
Useful Links
Customer Service
General Info
Also, I know I can change the sort order of the links which expand under “Useful Links” by changing the sort order of the EZ-Pages they link to - but can you change the sort order of the links which expand under “Customer Service” and “General Info” too?
You can edit the includes/template/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php file.
Thanks,
Anne
Re: Winchester Responsive - Information Menu
Since I upgraded to 1.5.4 and added this template customers cannot create a new account. They enter their information and then they get an error. ERROR_CAPCTHA
Would this have anything to do with the template?
Any help would be greatly appreciated.
Thank you.
Re: Winchester Responsive - Information Menu
Quote:
Originally Posted by
corbe23
Since I upgraded to 1.5.4 and added this template customers cannot create a new account. They enter their information and then they get an error. ERROR_CAPCTHA
Would this have anything to do with the template?
Any help would be greatly appreciated.
Thank you.
This is not a problem with the template package. My guess is that you have a captcha plugin installed that have files in the override folder and you have not copied these to the new template override.
Thanks,
Anne
Re: Winchester Responsive - categories menu
As I view your demo site, it seems that the only pages that are responsive is the top level page. The category, product pages, and checkout page appear the same when view with a mobile device or PC.
Re: Winchester Responsive - categories menu
Quote:
Originally Posted by
split63
As I view your demo site, it seems that the only pages that are responsive is the top level page. The category, product pages, and checkout page appear the same when view with a mobile device or PC.
This is the only version of the demo that can be viewed on mobile devices:
http://zenlyzen.com/responsive-zen-c...ter_responsive
If you want to view the tablet layout from a desktop using an emulator like http://troy.labs.daum.net/ use this url:
http://zenlyzen.com/responsive-zen-c..._mode=isTablet
If you want to view the mobile layout from a desktop using an emulator like http://troy.labs.daum.net/ use this url:
http://zenlyzen.com/responsive-zen-c..._mode=isMobile
Thanks,
Anne
Re: Winchester Responsive - categories menu
I'm using Chrome's Developers utility which allows a page to be viewed as emulated by a number of mobile devices. (Its cool and a time saver)
I might be missing something, but isn't the whole point of a responsive template that it detects and adapts to the device? Why then should a different demo URL be needed for each device?
Re: Winchester Responsive - categories menu
Quote:
Originally Posted by
split63
I'm using Chrome's Developers utility which allows a page to be viewed as emulated by a number of mobile devices. (Its cool and a time saver)
I might be missing something, but isn't the whole point of a responsive template that it detects and adapts to the device? Why then should a different demo URL be needed for each device?
This template uses the advanced google php mobile detect script to serve up the optimized layout based on detected device. If you are using a desktop but want to view the mobile layout, you need to use the alternate url or you will only see the desktop layout since this is the device being detected. If you go to the main url with your phone, the mobile layout will automatically be served:
http://mobiledetect.net
This method has great advantages over relying solely on css media queries for layouts. You can use php to serve up different javascript or other files depending on the device used.
Thanks,
Anne
Re: Winchester Responsive - categories menu
I'm using Google Chromes emulator which surely must be emulating the mobile device with google php mobile detect in mind.
I have tried this emulator with Numinix's template and theirs works.
Also, the top level page of your template works, its only the lower pages mentioned that do not.
Re: Winchester Responsive - categories menu
Quote:
Originally Posted by
split63
I'm using Google Chromes emulator which surely must be emulating the mobile device with google php mobile detect in mind.
I have tried this emulator with Numinix's template and theirs works.
Also, the top level page of your template works, its only the lower pages mentioned that do not.
I have explained why you need to use the alternate urls if you are on a desktop. Is there something about this that you do not understand/need clarified?
Thanks,
Anne