turnis
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Theme incompatibilityI’m using a child theme. I send you the files from the parent theme, so that you can have a look first hand.
No caching plugin installed. Cleared the cache anyway. Same outcome.
Forum: Themes and Templates
In reply to: [SiteOrigin Corp] Disable scroll to IDThe smooth scroll feature does work properly. It’s just that I think there should be a bigger top margin. No bug.
Forum: Plugins
In reply to: [Page scroll to id] Theme incompatibilityUnfortunately still not working. I uploaded all 8 JavaScript files for you. Maybe I missed something?
Forum: Plugins
In reply to: [Page scroll to id] Theme incompatibilityThanks for your help, but it’s unfortunately not working.
Forum: Plugins
In reply to: [Page scroll to id] Theme incompatibilityMy installation runs locally. So there’s no public appearance yet.
Nevertheless, I found the JavaScript file.Forum: Themes and Templates
In reply to: [SiteOrigin Corp] Disable scroll to IDMy installation runs locally. So there’s no public appearance yet.
I see. This probably will become a problem in the future. I’ll ask the plugin author about a workaround. Nevertheless, thanks for your help!
Forum: Themes and Templates
In reply to: [SiteOrigin Corp] Disable scroll to IDIt’s “jquery.theme.js”, right? There are multiple appearances of smooth scroll. Which of them exactly do I have to exclude?
Forum: Themes and Templates
In reply to: [SiteOrigin Corp] Disable scroll to IDWell, depends on if there’s a way to configure a manual scroll offset with Corp? I haven’t found a way…
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] No Hero video frame on mobile devicesIf I add a background image to the frame it works on mobile devices but “overwrites” the video on desktop view. How to avoid that?
Forum: Plugins
In reply to: [Animate It!] Lazy LoadThank you! I just wanted to clarify that. π
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Replace parallax image on mobile devicesThank you for taking the time to help but unfortunately the website is not ready to be uploaded yet.
So how about some CSS for the specific row only?
I tried:background-image: none;under “Attributes”-“Mobile CSS Styles”. But this isn’t working either. Do you have other suggestions?Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] No Hero video frame on mobile devicesThanks for the answer. Is there a way to enforce autoplay on mobile devices?
Forum: Plugins
In reply to: [Animate It!] Lazy LoadSo this means, it’s not really a lazy load effect. It just looks like it?
I’m asking if fading in elements would also improve the sites initial load speed?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Replace parallax image on mobile devicesUnfortunately not working… π
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Replace parallax image on mobile devicesI found this CSS code and inserted it via SiteOrigin CSS but it does not work:
@media (max-width: 680px) { .so-panel > div[style] { background-position: center center !important; } }