Reply To: Mobile theme is shown only sometimes in a phone, sometimes it's the desktop vers

Home Forums Any Mobile Theme Switcher Mobile theme is shown only sometimes in a phone, sometimes it's the desktop vers Reply To: Mobile theme is shown only sometimes in a phone, sometimes it's the desktop vers

#6027
Susan
Guest

Is this a query from mobile theme switcher?
SELECT option_value
FROM wp_options
WHERE option_name = ‘ithemes-sync-authenticated’
LIMIT 1

I see one other query loading before it. It’s:
SELECT option_value
FROM wp_options
WHERE option_name = ‘itsec_message_queue’
LIMIT 1

Could that be interfering with mobile theme switcher being able to identify the device?