Hello,
When i use a diffrent thema for the mobile the bannner from the computer site is still on top of the page. But i want on my mobile site only text in the banner not a picture from the full site. Is there a way to remove the picture banner only from the mobile site?
I have 2 separate websites that both use the same device theme switcher plugin. One of them works perfect, the other, when using a smartphone and switching to “full-size” view, it switches to full-size view until you click any link on the site and it reverts back to mobile. My settings are the same and method of switching to full-size is the same. I’m stumped.
Has anyone else had this problem and figured-out why it won’t remember which theme to use?
Thanks.
]]>Will you add Operamini support to Device Theme Switcher plugin ?
Currently there is none.
]]>Can I somehow make the active theme the mobile theme, and use second theme when desktop is detected?
I ask this because my mobile theme reverts to demo mode if it is not the active theme. Ask my customizations don’t show.
My desktop theme does not have this problem.
If this plugin badly do this, any suggestions as to how I can accomplish this?
]]>Hi James
Thanks for this wonderful plugin. i need to bind/force my web app to a specific theme ex: https://www.mywebsite.com/?theme=tablet
The home page redirects fine to the tablet theme. But when a user clicks on internal pages then he is not shown the tablet theme.
Is there any way to bind/force DTS so that it uses only the specific theme?
Kindly let me know
Thanks in advance
]]>I am confused a what to put in functions.php & header.php to get the menu working on the handheld device
Main Theme : Stockholm
Handheld Theme: Storefront
only one menu is used from Stockholm in Top Navigation location
menu name is eh_new_menu
]]>Hi,
This plugin is awesome and works perfectly!!
Quick question though…I’m using this plugin to display a mobile website to users. I want to have a link that says “View Full Website” (which is the desktop theme). Is there an easy way to switch back to the desktop theme by clicking a link while on a mobile device?
Thank you so much for the help!
]]>Hello,
I write to describe the problem found while browsing the site https://www.centrostorico.eu on the mobile device.
With Iphone or Samsung Galaxy S3, if I request the site the first time, I see the desktop version. If I refresh the page (using the same browser instance), I see the mobile website! (it’s correct).
Why this behaviour happens?
Inside the cms, settings are fine, I have specified the correct themes for mobile devices and for tablet ones.
I don’t know which other elements I could investigate on my own.
thanks in advance
best regards
Giulio
]]>I put on the mobile version and when I navigate to another page theme he returns to full size theme. what to do?
]]>I was testing this plugin. It works great on most of the devices. I was testing the device emulators with Browserstack. I’ve noticed an issue with Sony Xperia X10 and Motorola Droid Razr. On these devices, it looks like the stylesheets are not loaded. Not sure if it is an issue with this plugin or is this something else? Could you please advise?
]]>Hi,
All Samsung Galaxy TAB Tablets are using the Handheld Theme by the plugin. Please correct that.
Thank you.
How could i set the menu, sidebar, etc for the alternate (mobile) theme? (assuming are not the same as the main theme)
]]>Everything is in the title…
Please help !
Hi,
I’m using device theme switcher with templates AURA and SOCHA (from themeforest) and all is ok and I’m really happy with the plugin.
By the way I have one issue I can’t understand nor resolve : when testing the desktop version of my website on many computers and many different browsers, all is ok except with Chrome when résolution of the screen is equal or less than 1280×1024.
On these configurations, the plugin switch to mobile configuration, and I don’t know why and what to do to manage this.
Could you help me please ?
Thanks
Best regardes
Is there a place where this plugin lists the user agent strings being used? I have another plugin which detects devices in a similar way and I want to make sure both your plugin and the other are matching up. Thanks
]]>Hi,
I’ve had a very strange problem with version 2.9.2 and WordPress 4.1. When I updated the plugin on some of the websites, the server crashed. On others, everything went fine.
On some of those websites where the server crashed, I reverted the plugin to 2.8 and it worked normally. On others, even after reverting the plugin kept crashing until it was removed. It was making huge core dumps that brought the server down.
Do you know why can this can be? I’d like to be able to update it on the remaining websites without breaking them.
Thanks
]]>Good day,
Is there any issue with using CloudFlares NS servers?
As I understand, plugin shouldn’t work. Or I am mistaken?
Thank you for support!
]]>Hi,
I got a perplexing message from Google today telling me that more than a quarter of the pages on my web site weren’t mobile friendly. Given that I use your plugin with a mobile theme, this was surprising! As it turned out, all the problem URLs ended in /?theme=active – hence, Google is indexing the non-mobile versions of my pages as part of my mobile site. As such, you should add rel=nofollow to the theme switcher link.
Regards,
Lee
THANK YOU for this plug-in!!!
I’ve chosen the theme I want visitors to see when viewing my page from a movie device…
But, I want to change things like colors, header images, etc. and i can’t figure out where to go to change the mobile theme settings.
Thanks you
The theme switcher works, but when we choose the new theme that our developer made for us, in either or both the “Handheld Theme” or “Tablet Theme” boxes, then click on the “Save Settings” box … it actually does make the theme switcher function, but the name shown in the two drop-down boxes reverts back to the main theme and not our new mobile theme.
]]>What is the difference between using this plugin versus W3 Total Cache’s User Agent Groups? The default setting on W3 is “Pass Through” which would default to Device Theme Switcher is enabled. I’m trying to understand the pros and cons of using either or possibly both. Thank you
]]>device-theme-switcher plug-in, I think, caused this error: Fatal error: Call to undefined function get_called_class() in /hsphere/local/home/c270918/radiocormariae.com/wp-content/plugins/device-theme-switcher/includes/class-singleton.php on line 76.
Can someone help? I have Updraftplus backups, but perhaps the last full one was back in Feb. 2014. I have database only every month since.
thank you.
— friar John
]]>Hi James,
inc/class.update.php:57
//return the currently installed plugin version
return intval($current_version) ;
should be
//return the currently installed plugin version
return floatval($current_version) ;
intval kills the decimal place – so 2.8 becomes 2 and so the update script runs on each page load – clearing some saved preferences in the DB
Q
]]>good day,
please i have a custom theme (click to call) who i built with html
please how will i link it to display for my mobile visitor
https://www.ads-software.com/plugins/device-theme-switcher/
[Moderator Note: No bumping. If it’s that urgent, please consider hiring someone instead.]
]]>I am using Android an all works fine. Within an iPhone test we recognize that the Homepage is displayed correctly as mobile version but when navigation to another page there is a redirect to the desktop version?
Any ideas to solve this problem?
Kind regards Andy
]]>I want to switch to the Twenty Ten theme on tablets and I am very confused about the code I need to add to the functions.php file so that the same menu is used that is used in my primary theme.
My menu locations are “Top Menu” and “Main Menu” and the menu I use for both is ‘ASC/PASC Menu’.
I have put this code at the bottom of the functions.php file and still get an awful looking menu on the tablet using the Twenty Ten theme:
register_nav_menu(‘main-menu’, ‘ASC/PASC Menu’);
register_nav_menu(‘top-menu’, ‘ASC/PASC Menu’);
Is this the code I am supposed to enter in functions.php to get the menu to look right?
Thanks,
Kristen
Hi,
I tried to install the plugin to use with a PT_BR version of WordPress.
The plugin is installed but we cannot access the Settings page.
After trying to find the error and doing some debugging we found that commenting the following lines prevented the error.
$dts_cookie_lifespans = array(
array(‘value’ => 0, ‘text’ => _(“When the browser is closed (Default)”)),
array(‘value’ => 900, ‘text’ => _(“15 Minutes”)),
array(‘value’ => 1800, ‘text’ => _(“30 Minutes”)),
array(‘value’ => 2700, ‘text’ => _(“45 Minutes”)),
array(‘value’ => 3600, ‘text’ => _(“60 Minutes”)),
array(‘value’ => 4500, ‘text’ => _(“75 Minutes”)),
array(‘value’ => 5400, ‘text’ => _(“90 Minutes”))); ?>
file: calss.wp-admin.php //line 155
We believe that since these are not found in the language files the error is ocurring.
]]>I did search first, and your plugin did work well with others, but I am not so sure that I use it in a proper way.
Should I activate a desktop theme in Appearance > Themes and set another mobile theme in Device Theme Switcher? Pardon me, but I really don’t understand the instructions of Installation.
Martin
]]>Hello, is it possible to download somewhere device-theme-switcher plugin v.2.3 ? I unfortunatelly lost the plugin by updating some other plugin and cant move to WP 3.9.1 until I will clear out the version problem with other plugins. I do have WP 3.8.1 now and I am not sure if device-theme-switcher v.2.8 will work with WP 3.8.1.
]]>Hi it’s me again. It seems I have another modify header error. I strongly suspect this issue is related to the previous modify header problem you fixed for me. I just didn’t find it until now because I hadn’t saved a post until today. This time it occurs only when I edit a post. After saving an edited post I get a white screen which reads:
Warning: Illegal string offset ‘type’ in /home3/public_html/canigivemydog.com/wp-content/themes/thesis_18/lib/admin/options_post.php on line 168
Warning: Cannot modify header information – headers already sent by (output started at /home3/public_html/canigivemydog.com/wp-content/themes/thesis_18/lib/admin/options_post.php:168) in /home3/qatarsuc/public_html/canigivemydog.com/wp-admin/post.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at /home3/qatarsuc/canigivemydog.com/wp-content/themes/thesis_18/lib/admin/options_post.php:168) in /home3/qatarsuc/public_html/canigivemydog.com/wp-includes/pluggable.php on line 1121
So I went to that particular line within options_post.php – containing ‘type’ and it reads:
if (($meta_field[‘type’][‘type’] == ‘checkbox’) && is_array($meta_field[‘type’][‘options’])) {
foreach ($meta_field[‘type’][‘options’] as $option_name => $option) {
if ((bool) $new_data[$option_name] != (bool) $option[‘default’])
$new_data[$option_name] = (bool) $new_data[$option_name];
elseif ((bool) $new_data[$option_name] == (bool) $option[‘default’])
unset($new_data[$option_name]);
Possible to help! Thank you kindly.
James