tissi2
Forum Replies Created
-
Hi Jarno,
I also tried the lazy load feature, but it did not help, too. It′s the on scroll trigger in combination with complianz that causes this misbehaviour.
Hope to hear from you soon.
Best regards
MatthiasHi Jarno,
unfortunately this did not do the trick. I narrowed down the problem to the elementor “on scroll to element” trigger ( in my case a class ) for the popup. If I use an other trigger e.g. 50% page scroll, I do not have a problem with the video and subsequent content. With the “on scroll to element” trigger activated, there are images missing in subsequent columns. The space of the images is still occupied. Maybe this helps a little bit more.
Best regards
MatthiasForum: Themes and Templates
In reply to: [GeneratePress] Back-to-top button with ease-in-outMaybe I did not explain it well enough what I would like to achieve. I would like to have an ease effect on the SCROLL speed of the scroll movement, not on the opacity of the button. The speed should slow down when reaching the top.
Forum: Plugins
In reply to: [Max Mega Menu] Mobile menu immediately closes instead of slidingHi!
For all of those, who have the same issue, here is a solution:
edit the maxmegamenu.js that you can find in your maxmegamenu plugin folder/js as follows:
Change lines 561-575 (shown below)
if (plugin.settings.effect_mobile === "slide" && ! force ) { $menu.animate({"height":"hide"}, plugin.settings.effect_speed_mobile, function() { $menu.css({ width: "", left: "", display: "" }); }); } $menu.css({ width: "", left: "", display: "" });
to this:
if (plugin.settings.effect_mobile === "slide" && ! force ) { $menu.animate({"height":"hide"}, plugin.settings.effect_speed_mobile); }
– tested with Safarimobile and FFmobile 28.1
I hope this is useful for somebody.
Cheers!Thank you!
Thank you!
Hi there!
The problem is NOT solved. It is still the same issue.That did not do the trick. Unfortunately it did not change anything – still the same issue like before.
Just to be clear… The link above shows a summary of posts. The plugin is still functioning, but as you can see, there is visible code after the vr-content.
The next picture shows the post in elementor edit mode:
https://tissi-solutions.de/marne/Screenshot_VR.pngThe next picture shows you the summary site in elementor edit mode:
https://tissi-solutions.de/marne/Screenshot_Aktuelles.pngIs this what you wanted to get?
Best regards
- This reply was modified 4 years, 10 months ago by tissi2.
- This reply was modified 4 years, 10 months ago by tissi2.
- This reply was modified 4 years, 10 months ago by tissi2.
- This reply was modified 4 years, 10 months ago by tissi2.
- This reply was modified 4 years, 10 months ago by tissi2.
- This reply was modified 4 years, 10 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WP-VR-view - Add Photo Sphere, 360 video to Wordpress] Broken on iOS 12Working with XS on iOS 12.2. Try to clear the WP and browser cache.
You can hide the info button by editing the build index.html. Just comment out lines 24 to 26 like this:
<!-- <a id="watermark" href="https://www.ads-software.com/plugins/wp-vr-view/" target="_blank"> <img src="images/ic_info_outline_black_24dp.svg"/> </a>-->
Yeah, that makes sense – thank you for your time!
Thread can be closed as [solved].
Thanks for the quick response!
I got it solved by using this css:
input { border: none; -webkit-box-sizing: initial; } input[type="search"]:focus { border: none; -webkit-box-sizing: initial; }
Thanks for the hint! I wish you always a quick cursor…
Matthias