alexia123
Forum Replies Created
-
Problem is here :
https://github.com/locomotivemtl/locomotive-scroll/issues/353I noticed it did this with the latest Google Chrome update, I’ve started noticing a really bad new feature.
To Reproduce
Steps to reproduce the behavior:Go to https://locomotive.ca/en/projects
Scroll down a bit
Scroll back up (the quicker the more obvious it is)
Expected behavior
The content should not be unmounted when out of the viewport.I’m aware this is not related to locomotive-scroll, but it impacts it nonetheless.
I feel like we should report this issue to chrome or the viability of all virtual scroll library can be compromised.Report issue:
chrome://settings/help
Report an issue
Desktop (please complete the following information):PC
Browser: Chrome
Version: v94.0.4606.81
Thank you ??- This reply was modified 3 years, 4 months ago by alexia123.
https://1drv.ms/u/s!ApDxNNqKilPNgpNSx1n5awAzA-gEAw
Bottom is normal when you arrive on the page, top is what happens when you scroll up…
I’m pulling my hair out of this!! I tried everything, to remove all my css/js/plugins… Nothing! Everything was working well last friday (15 oct 21)
I believe this is a bug with the plugin.Some details:
I tried to switch on Hello Elementor theme, but same problem.When scrolling up, elements sometimes takes 1 sec to appear. When I open console, or resize window, it appears. Bug appears on full section or just link or image.
It’s a loading issue.
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Anchor links with ScrollTo not workingThank you ??
I have to say that I followed your video https://www.youtube.com/watch?v=dG2uumcwX7s&t=660s&ab_channel=OoohBoi
It’s very useful, thank you so much!If you have a patreon/tippy I would gladly make a donation,
Have a nice weekForum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Anchor links with ScrollTo not workingAnyone can help ? ??
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Anchor links with ScrollTo not workingThanks for the fast reply ??
I’m completly noob about all of this… Yes this is the only code I added.I understand that we need to know if it’s available to asking if the DOM loaded it.
So in my case here, if I want to have anchors links :;( function() { document.addEventListener( 'DOMContentLoaded', anchor_links ); function anchor_links() {
document.querySelectorAll(“.anchor-links .elementor-column”).forEach((btn, index) => {
btn.addEventListener(“click”, () => {
gsap.to(window, {duration: 1, scrollTo:{y:”#section1″ + (index + 1), offsetY:70}});
});
});`
}
} )();`Is that correct?
I’m really lost here.Forum: Plugins
In reply to: [JetFormBuilder — Dynamic Blocks Form Builder] JetForm I don’t receive emailsAlso a weird bug appears on my console:
Uncaught TypeError: wp.i18n is undefined
jQuery.Deferred exception: is is not defined anonymous@https://www.archipelcollection.com/wp-content/plugins/jetformbuilder/assets/js/frontend-forms.js?ver=1.2.3 line 1132 > Function:3:1 calculateValue@https://www.archipelcollection.com/wp-content/plugins/jetformbuilder/assets/js/frontend-forms.js?ver=1.2.3:1134:11 widgetBookingForm/<@https://www.archipelcollection.com/wp-content/plugins/jetformbuilder/assets/js/frontend-forms.js?ver=1.2.3:829:33 each@https://www.archipelcollection.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1:2:2976 each@https://www.archipelcollection.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1:2:1454 widgetBookingForm@https://www.archipelcollection.com/wp-content/plugins/jetformbuilder/assets/js/frontend-forms.js?ver=1.2.3:819:21 initCommon/<@https://www.archipelcollection.com/wp-content/plugins/jetformbuilder/assets/js/frontend-forms.js?ver=1.2.3:472:20 each@https://www.archipelcollection.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1:2:2976 each@https://www.archipelcollection.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1:2:1454 initCommon@https://www.archipelcollection.com/wp-content/plugins/jetformbuilder/assets/js/frontend-forms.js?ver=1.2.3:471:43 e@https://www.archipelcollection.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1:2:30005 l/</t<@https://www.archipelcollection.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1:2:30307 undefined
—————-
This pluggin is free but seriously not usable…