The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
hide bubble on Mobi...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

hide bubble on Mobile / Remove wp-discuz on Mobile

4 Posts
3 Users
0 Reactions
1,261 Views
Posts: 14
Topic starter
(@casadeltravel)
Eminent Member
Joined: 5 years ago

Dear Forum,

I have 2 questions : 

First : Is it possible to hide wpd-bubble on mobile devices and How can i do it ?

Second : To get better pagespeed score on mobile, can i remove wpdiscuz on this device ?

Thanks

3 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi @casadeltravel, 

You should use the is_load_wpdiscuz hook and remove the comments on mobile devices. 

Reply
Posts: 1
(@makemelodies)
New Member
Joined: 4 years ago

Sample code please on how to do this? I have been trying this but it's not working:

add_filter('is_load_wpdiscuz', function ($isLoad, $post) {
if (wp_is_mobile()) {
return false;
}
return $isLoad;
}, 10,2);

Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@makemelodies,

The code works fine. We've just checked it. 

Please try on incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

Reply
Share: