how do i turn off the mobile on this template?
it’s messing up my wptouch plugin template
You cant without editing the style.css to remove the mobile size media queries… This is a responsive theme designed so that separate mobile plugin not needed … That is purpose of responsive themes.
You can search forum for others who have asked same question.
Tech support back tomorrow, too.
Hi,
You could try to edit the style.css file and remove the @media (max-width: 767px) {} which are used to set the style for the mobile screens but I can’t guarantee this will work as the theme is made responsive and this can’t be turned off.
If you decide to try this please make sure you make a copy of the file before modifying it so you can revert back to it if something goes wrong.
Hope this helps!
Thanks
ill try but the width is not the problem, the problem is the the codes its not generating on mobile. its just showing codes. only on pages not on individual post.
as i notice its because pages has the choice to change the mobile template to default or home im not sure how to change that.
and the reason why im using wptouch is because they have a good placing for the ads for mobile
Hi,
I’m not sure I understand, if you get just shortcodes like this: http://screencast.com/t/wxJL6r0FDZiL on your homepage please try this: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/ If not please let me know!
Thanks
yes i get short codes like that, and the problem with this is my jet pack mobile template was never enabled.
i hope there is fix for this. i cant disable my wptouch because of the multiple ads extension they have. and that generates me a lot more when i use a regular mobile template.
Hi,
That happens when you use a mobile theme. Unfortunately this is how the theme works as it uses the same code for all screen widths styled via css which means that changing a pages content affects all screens, mobile also.
Not sure how you can achieve this, you could use js to detect mobile screens and load different content but you will need custom work for that. The theme hasn’t been designed to use a mobile template, you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to customize it yourself. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support.
Sorry for the inconvenience!
Thanks for the message!
-
This reply was modified 11 years by
Lucian.
If you really want to use WPTouch, there is a way, but you must allow WPTouch to populate the mobile version of your site with custom static content or identify the content/pages from within WPTouch.
Alternatively, you can include functionality from your theme by incorporating them into WPTouch.
The best way is to disable ALL plugins in the WPTouch Admin, and then use WPTouch to serve your content in a specific manner, identified in WPTouch Admin, and not determined by your web theme.
This will give you a fast mobile site, and you can identify page by page which pages should be handled by WPTouch and which should be handled by your desktop theme.
Hope this helps
