J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:how do i turn off chat for mobile ? (1 viewing) 
Go to bottom
TOPIC: Re:how do i turn off chat for mobile ?
#675
biodun
Fresh Boarder
Posts: 7
User Offline
Re:how do i turn off chat for mobile ? Karma: 0  
ok thanks
 
Logged Logged  
  The administrator has disabled public write access.
#676
biodun
Fresh Boarder
Posts: 7
User Offline
Re:how do i turn off chat for mobile ? Karma: 0  
i have responsivizer

can i turn off chat there
 
Logged Logged  
  The administrator has disabled public write access.
#677
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:how do i turn off chat for mobile ? Karma: 79  
If the chat rendering mode that you are using is 'Custom module' you can use module exclusions feature of Responsivizer to turn off the chat on mobile devices.

If you are using 'Auto' mode as rendering of the chat, you need to add the following style to the main.css of Responsivizer:

Code:

@media ( max-width : 640px){ div.jchat_tabpopup, #jchat_base { display: none !important; } }
 
Logged Logged  
  The administrator has disabled public write access.
Go to top