Not Working | Live Commenting and Notifications (Mobile Phones and Tablets)
-
Good Day,
Your plugin’s feature, Live Commenting and Notifications, does not work properly on mobile phones nor tablets as described below.
Specifically:
1. When we click on the icon, the page does not move to the new comment entry section we have set via CSS (see note below)
Note:
In our case, we placed the new comment section at the bottom of our page using the following CSS code:
#wpdcom { display: flex; flex-direction: column-reverse; }
2. When we scroll our page and then click on the icon for the 2nd time, the page does not move at all — much less to the new comment section. This happens on all devices (desktops, laptops, mobile phones, and tablets)
The above occurs with REST API enabled or disabled.
Please review and provide a fix.
Thank you!
—————–
Temporary Solution:
1. Option 1: Disable this feature globally.
2. Option 2: Disable this feature on mobile phones and tablets using the CSS code below.
@media only screen and (max-width: 1380px) { #wpd-bubble-count { display: none!important; }} @media only screen and (max-width: 1380px) { #wpd-bubble-all-comments-count { display: none!important; }}
- The topic ‘Not Working | Live Commenting and Notifications (Mobile Phones and Tablets)’ is closed to new replies.