New Zenner
- Join Date:
- Jul 2014
- Posts:
- 10
- Plugin Contributions:
- 0
Views: 141,766
New Zenner
Totally Zenned
New Zenner
Anne, thank you very much!
You are helping me a lot.
can i know is there possible to disable the user agent detection, so that my mobile phone and tablet look exactly like my computer desktop view?
from ken.
Totally Zenned
kenleemagic:
Anne, thank you very much!
You are helping me a lot.
can i know is there possible to disable the user agent detection, so that my mobile phone and tablet look exactly like my computer desktop view?
from ken.
I am not certain because I have never tried to do this, but you might need to remove all of the references to the responsive DIY template default in the various files. Or, maybe you could just remove the responsive.css stylesheet.
Thanks,
Anne
New Zenner
thanks anne
I try to delete the responsive.css, but it dont work.
Is there any way i can view the mobile phone view and tablet view in my desktop pc?
just like the winchester template :
http://www.zenlyzen.com/responsive-zen-cart-templates/index.php?main_page=index&display_mode=isTablet
so that i can easy edit on it?
Totally Zenned
kenleemagic:
Is there any way i can view the mobile phone view and tablet view in my desktop pc?
Hi, you can use the Firefox add-on 'User Agent Switcher' at
https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/
Totally Zenned
kenleemagic:
thanks anne
I try to delete the responsive.css, but it dont work.
Is there any way i can view the mobile phone view and tablet view in my desktop pc?
just like the winchester template :
http://www.zenlyzen.com/responsive-zen-cart-templates/index.php?main_page=index&display_mode=isTabletso that i can easy edit on it?
Did you try adding this to your url:
index.php?main_page=index&display_mode=isDesktop
Thanks,
Anne
New Zenner
Hi anne,
can teach me how to delete all the responsive data inside the template?
or is there a code to unable the detection of user agent of a mobile phone or tablet?
From ken
New Zenner
Anne,
Pls check the private message.
thanks
Totally Zenned
kenleemagic:
Hi anne,
can teach me how to delete all the responsive data inside the template?
or is there a code to unable the detection of user agent of a mobile phone or tablet?From ken
You need to download the DIY responsive template v 2.1 which this template uses and go through file by file and remove the code. There is no way really to teach you how to do this.
Thanks,
Anne
Totally Zenned
kenleemagic:
Hi anne,
can teach me how to delete all the responsive data inside the template?
or is there a code to unable the detection of user agent of a mobile phone or tablet?From ken
I just remembered that you can turn off the responsive deisgn from the admin--configuration--layout settings. You will need to add the fixed widths back into the template since the onerow-fluid will no longer be active, unless you want the design to be full width.
Thanks,
Anne
Zen Follower
Hi Anne,
Just wondering if you've had a chance to take a look at my earlier post. I don't want to be a pain, however it's the last thing I'm trying to get fixed before launching (whoot whoot!).
Zen Follower
Can someone please tell me where "content1" is coming from? The html source shows it in the footer menu:
<ul class="content1" style="display: none;">tpl_footer_menu.php has come jscript:
<script type="text/javascript">
$(document).ready(function() {
jQuery(".content1").hide();
//toggle the componenet with class msg_body
jQuery(".heading").click(function()
{
jQuery(this).next(".content1").slideToggle(500);
jQuery(this).toggleClass("minus");
});
});
</script>
Is this generating the class="content1". If so, how can I change the class to something else. It is interfering with the footer menu display in a full browser window.
Thanks!
Totally Zenned
<script type="text/javascript"> $(document).ready(function() { jQuery(".content1").hide(); //toggle the componenet with class msg_body jQuery(".heading").click(function() { jQuery(this).next(".content1").slideToggle(500); jQuery(this).toggleClass("minus"); }); }); </script>paul3648:
Can someone please tell me where "content1" is coming from? The html source shows it in the footer menu:
<ul class="content1" style="display: none;">tpl_footer_menu.php has come jscript:
> Is this generating the class="content1". If so, how can I change the class to something else. It is interfering with the footer menu display in a full browser window.
>
> Thanks!
If you do a search in admin--tools--developers toolkit for content1 you will find every file that contains it.
Thanks,
Anne
Zen Follower
picaflor-azul:
If you do a search in admin--tools--developers toolkit for content1 you will find every file that contains it.
Thanks,
Anne
Thanks for that. I had searched through the template files, but of course overlooked the language files.
I found it in /includes/languages/english/extra_definitions/stirling_grand/footer_menu_defines.php
Line #27 : Define('CUSTOMER_SERVICE', TITLE_THREE . '<ul class="content1">' . CONTACT . SHIPPING . ABOUT . PRIVACY . CONDITIONS . '</ul>');
Line #28 : Define('IMPORTANT', TITLE_FOUR . '<ul class="content1">');
Zen Follower
Is there a way to configure the slideshow so that slides fade to change to next?
Totally Zenned
paul3648:
Thanks for that. I had searched through the template files, but of course overlooked the language files.
I found it in /includes/languages/english/extra_definitions/stirling_grand/footer_menu_defines.php
Line #27 : Define('CUSTOMER_SERVICE', TITLE_THREE . '<ul class="content1">' . CONTACT . SHIPPING . ABOUT . PRIVACY . CONDITIONS . '</ul>');
Line #28 : Define('IMPORTANT', TITLE_FOUR . '<ul class="content1">');
I am happy that you figured it out ;)
Thanks,
Anne
Totally Zenned
godt:
Is there a way to configure the slideshow so that slides fade to change to next?
Yes, I think that this is an options. See this for all of the options and how to implement them:
Thanks,
Anne
Zen Follower
Good afternoon,
I think I may have gotten caught in a string of questions by an earlier poster, so at the risk of over posting the same question, I am just going to try and start fresh :)
My website: https://www.valuelogs.com
My question: It only has to do with the responsive site. Currently on iPhones and similar sized display phones the "DETAILS" button is being overlapped by the image. If I could just figure out how to move this down below the product title I would be thrilled.
Thanks in advance for any help.
Totally Zenned
margecc:
Good afternoon,
I think I may have gotten caught in a string of questions by an earlier poster, so at the risk of over posting the same question, I am just going to try and start fresh :)
My website: https://www.valuelogs.com
My question: It only has to do with the responsive site. Currently on iPhones and similar sized display phones the "DETAILS" button is being overlapped by the image. If I could just figure out how to move this down below the product title I would be thrilled.
Thanks in advance for any help.
In the responsive.css file om line 133 remove the  margin-top: -30px; from .product_detail
Thanks,
Anne
Fields marked required must be completed.
Tell staff why this post should be reviewed.