Re: Responsive Sheffield Blue
Quote:
Originally Posted by
honda2007
Attachment 13593
Hi Anne,
The mobile category header alignment seems to throw off my site in ONE particular instance. I have at first recognized it on my Firefox and IE browser when minimizing it to half screen. I ended up testing it on my Android phone and it does the same thing in Opera Mini as well on my kids nook.
The ONE instance is when I click on the m-cart image from any page on my site. It then loads as the picture attached. But if I was to maximize and then minimize, the menu dissapears and acts normal like your demo site. From what I can tell, it seems that the m-menu jpeg dissapears and opens automatically.
Is it the common/tpl_mega_menu that controls the mobile view category header? My responsive and style sheet css files have not changed so I assume it has to do with how the menu opens.
You can see the readme.html file for a list of devices on which the template was tested. If your device is not listed you might have to make some adjustments.
The template file for the mobile menu is includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Jenvin
Righto, I'm back. New install. New responsive uploaded to server.
Everything going reasonably well, but the define about us isn't in the define page status, but is in the Define Page Editor.
I have already done what was suggested in the early pages on this thread (page 6 I think) by copying the define_about_us.php file from includes/languages/english/html_includes/responsive_sheffield_blue to the includes/languages/english/html_includes folder.
It now appears in the Define Pages Editor, but doesn't appear on the Define page status.
Can you please tell me what I need to add or take away, so this can be fixed please Anne?
Also, for some reason, I have no EZ pages. Don't know if that is to do with the base template, or the responsive one.
Please help, I'm seriously stressing out here. I've done everything step by step on the read me, and can't see what I've done wrong.
If you run the about_us.sql patch included in the template package the page will show in the define pages status.
What do you mean you have no ez pages? Do you have any ez pages created?
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
If you run the about_us.sql patch included in the template package the page will show in the define pages status.
What do you mean you have no ez pages? Do you have any ez pages created?
Thanks,
Anne
Anne, I did run the about_us sql from the start. I uploaded the file into the Install sql patches area, as I couldn't figure out how to copy and paste it in. Didn't do anything. However, over Christmas, I'll go into the sql and check it's in there.
Re- the EZ pages. Somewhere in your read me, you say to go to tools ez pages. Did that, nothing there.
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Jenvin
Anne, I did run the about_us sql from the start. I uploaded the file into the Install sql patches area, as I couldn't figure out how to copy and paste it in. Didn't do anything. However, over Christmas, I'll go into the sql and check it's in there.
Re- the EZ pages. Somewhere in your read me, you say to go to tools ez pages. Did that, nothing there.
If you don't have any ezpages created, then you will need to create one before anything will show ;) See the FAQs section for a tutorial about how to create an ezpage if you need additional help.
Try this sql:
Code:
INSERT INTO `configuration` VALUES ('', 'Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?0= Link ON, Define Text OFF1= Link ON, Define Text ON2= Link OFF, Define Text ON3= Link OFF, Define Text OFF', 25, 90, '', '', NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
brian70809
A temporary Solution..
In the responsive.css file.. its the last section of 1200+ resolution that causing it.. Not sure whats in there yet, but I take it out and it works as it should..
[/CODE]
I also had this issue that popped out in 2 instances, 1) on a tablet and 2) on a browser at the point of the template switching from desktop to responsive. This only happened on 2 pages, the main index and product info pages. What I found was that in the tpl_main_page.php, if you were to disable the right column for certain pages, it would give this result. So if you were not using a clean install and did happen to disable the right column then take it out. Hopefully this solves your issue or someone else who did this with previous installs.
Re: Responsive Sheffield Blue
Good day,
I'm asking for a smidge of help. This is not specifically responsive sheffield blue related, but does apply to it (and perhaps other responsive templates. I'd like to offer a "button" (or link) on my site for those mobile device users that really can navigate around the site without the benefit of the responsive cSS. I haven't wrapped my head around the code enough to tell what value to disable, or what additional code to add. The last time I did something like this I had to try to use a cookie and htaccess redirects, but that was not with a responsive template.
Thank you for your help in this matter. If it needs to be redirected to a new thread please advise or do.
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
mc12345678
Good day,
I'm asking for a smidge of help. This is not specifically responsive sheffield blue related, but does apply to it (and perhaps other responsive templates. I'd like to offer a "button" (or link) on my site for those mobile device users that really can navigate around the site without the benefit of the responsive cSS. I haven't wrapped my head around the code enough to tell what value to disable, or what additional code to add. The last time I did something like this I had to try to use a cookie and htaccess redirects, but that was not with a responsive template.
Thank you for your help in this matter. If it needs to be redirected to a new thread please advise or do.
This function has a guaranteed slot in v2.1
I have it fully functional now but have been extremely busy with clients and the holidays. You can check out the DEMO here.
As of right now the link "button" is in the top left corner of the browser for testing only. Once I have time to document and add the links and admin options it will be available in header, footer, information side-box and more-information side-box.
Re: Responsive Sheffield Blue
Anne
By any chance, have you tested the new Zen Colorbox with any of your responsive templates?
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
chowardart
Anne
By any chance, have you tested the new Zen Colorbox with any of your responsive templates?
No, I have not personally tested this module. If you want a lightweight lightbox module that is responsive I would recommend one that rbarbour has worked on here:
http://www.zen-cart.com/showthread.p...Support-Thread
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
rbarbour
This function has a guaranteed slot in v2.1
I have it fully functional now but have been extremely busy with clients and the holidays. You can check out the
DEMO here.
As of right now the link "button" is in the top left corner of the browser for testing only. Once I have time to document and add the links and admin options it will be available in header, footer, information side-box and more-information side-box.
I love this. This is one problem that I have been trying to solve in regards to the new responsive template default version using the php detect script and a demo site for responsive templates. A lot of people just don't understand why when they make their browser window smaller with a template using the php detect script it does not switch to ipad or phone view.
Will you be adding this to the responsive template default package?
Thanks,
Anne