Viewing 10 reply threads
You must be logged in to reply to this topic.
Hello, i would like to know if there any solution to make the hover box works on mobile, it’s works on a laptop but don’t turn around on mobile.
Thank you
Hello,
Please try to add this custom css box into Specular Custom Css Box:
.vc-hoverbox-block, .vc-hoverbox-block-inner * { backface-visibility: hidden !important; -webkit-backface-visibility: hidden !important; }
Let us know.
Regards!
No, these lines don’t work, we can check it on it https://ess-expertise.fr/entrepreneuriat-social/ on your mobile, you’ll see.
Other ideas?
Thank you anyway for your help
Hello,
Do you mind sending us some wp credentials in a private reply? So we can check this. The css is tested and does work well.
Let us know.
Best regards!
Hello,
This is issue is caused by the WpBakery Visual Composer and persist only on IOS devices. Please try to edit the file /js_composer/includes/templates/vc_hoverbox.php file and add the onlick=”void(0)” like in the images below:
Let us know.
Regards!
Ok, i only checked on Ios. I add the code to vc_hoverbox.php but still don’t work on iphone.
Let me know if you have other ideas.
Thank you
you have not done this right:
Please replace this:
<div class="vc-hoverbox">
with
<div class="vc-hoverbox" onclick="">
I made this change, but still don’t work, let me know if i’ve done the right way
Thank you for your help
Hello,
I made the change and it’s ok now. I checked with an iphone. please clear cache and refresh page.
Let us know.
Best regards!
You must be logged in to reply to this topic.