Hide Styles Based On Device

To Hide styles on one device and display on another device,

To Hide the floating style on the Desktop devices

from the plugin settings

Click -> ‘Styles for Desktops’ field

Select the last option – ‘Hide on – Desktops’.

Hide Styles Based On Device

To Hide the floating style on the Mobile devices

from the plugin settings

Click -> ‘Styles for Mobile devices’ field

Select the last option – ‘Hide on – Mobile Devices’.

Hide Styles Based On Device

Using Shortcodes

To hide styles based on the device, if shortcodes are used

To Hide the style on the Desktop devices, by using the shortcode – ‘hide_desktop’  ( since version 1.5 )

E.g: Set hide_desktop attribute to true

If the ‘hide_desktop’ attribute is set to true, the style is hidden on the desktop devices.

[[chat hide_desktop="true"]]  

To  Hide the style on the Mobile devices, by using the shortcode – ‘hide_mobile’  ( since version 1.5 )

E.g: Set hide_mobile attribute to true

If the ‘hide_mobile’ attribute is set to true, the style is hidden on the mobile devices.

[[chat hide_mobile="true"]]

Plugin detect device based on HTTP user agenda.