3D Addon won`t work
-
Hey Guys,
hope you doing good.
can anyone explain to me why the 3D Object on my Website won't work? I can't see it and i did everything as described in the tutorial.
Website: https://trxbe.de/
thanks in advance,
-
seems like your website is password protected.
maybe the 3d model you chose doesnt work? could try a different one -
@arminunruh
Just managed it myself, but thanks anyway.
I saw you´re putting out the plugin with the sidescroll effect etc.
i mentioned in another post. Awesome!!different question:
can you by any chance drop a code for me which allows me to:
pause video on mouse over and autoplay when mouse is off?thanks in advance.
-
for html5 video elements?
<script> window.laytheme.on("newpageshown", function(){ jQuery('video').on('mouseenter', function(){ this.pause(); }).on('mouseleave', function(){ this.play(); }) }) </script>
Enter this css in "lay options" -> "custom css & html" -> "custom head content"
autoplay must be on
mute must be on
this way the video will play at first and when you mouseover it pauses. then when you move mouse away it plays again
1/4
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it