Mehmet Celik
Mehmet Celik
If following script is added to afterRender event, it works: ```js Array.prototype.forEach.call(document.querySelectorAll('#fp-nav ul li .fp-tooltip'), function(t, i){ t.addEventListener('click', function(e) { event.target.parentElement.querySelector('a').dispatchEvent(new MouseEvent('click', { bubbles: true, cancelable: true, view: window }))...
Hi, I think it's because of `fullpage_api.reBuild();`. On rebuild, it tries to fit the current section into the screen. If you set fitToSection to false, and remove rebuild on button...
This issue is still happening with v1.3.8. Just FYI, I found a workaround as, I first export it with HTML then add the CSS below via Dev tools, and export...
Thank you for the answer. I would like to explain more. The code is below, which is loaded in the js file `elementor/frontend/after_enqueue_scripts`. ``` ( function( $ ) { "use...
Hi, Sorry again for not being descriptive enough. The thing here is, the sections are ready on `elementor/frontend/init` but I have some preparing to do inside `frontend/element_ready/section`. After that preparing,...
Hi, Thank you for your response. When I add the console.log outputs as in ``` ( function( $ ) { "use strict"; $( window ).on( 'elementor/frontend/init', function() { var FrontEndExtended...
Nope! I don't think there ever will be.
All I wanted was a simple, easy and necessary hook but all I got is timeout suggestions! I really don't like when people suggest using timeouts like it's 90s :)
@M-Bappy , can you share? :)
The easiest way is to build the docker image locally and run the docker image, if you don't want to fork the repo. ```bash git clone https://github.com/lineofflight/frankfurter.git cd frankfurter docker...