ivanverona1
Forum Replies Created
-
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] Dynamic Template Slider Issuemy project is not online at the moment. Is still in development.
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] slider transitions aren’t workingsorry but it was a windows animation settings problem. solved
- This reply was modified 2 years, 5 months ago by Jan Dembowski.
Thanks.
Nobody anymore reply me back.
Good community support.
After update broken the site and that’s it.
Well done.Does anyone an idea if this thing will be fixed or what?
It’s from the Elementor 3.4.8 version that this bug persist.
And no one has provided to relase a propely complete guide to fix this.@salihkulangara i’m not using third parts plugins.
I’m only using the elementor posts default widget.
Inside the editor, in the widget general tab settings i’ve only enabled the option to display the posts as slider and after every update from the 3.4.8 version, the arrows of the slider are stopped to be displayed correctly.
I only see two blank dot instead them.
I’ve even tried to disable the improved asset option but nothing change.
Anyway i was keeping enabled this option even in the 3.4.8 version.- This reply was modified 3 years, 2 months ago by ivanverona1.
- This reply was modified 3 years, 2 months ago by ivanverona1.
Hi again @salihkulangara, nothing to do.
i never used javascript code. This is what i’m doing and nothing works.
Basically i’m sure that i’m wrong.
In Elementor editor i’ve added to my home page a posts list widget and i’ve enabled the slider option.
As you can read in this code i’m using imageCarousel.data as instance and i’m sure is definitly wrong what i’m doing.
At the end of the code i’ve changed the addaction hook with the swipercontainer class and i don’t know if is right.
Then i dont’t even find how to declare the right handler.
Can you please sort me out from this and write the correct code for me?
Until Elementor 3.4.8 everything was working perfectly.
I’m getting crazy by three weeks with this.?> <script> jQuery( window ).on( 'elementor/frontend/init', () => { const imageCarousel = jQuery ( 'sliderhome .swiper-container' ), swiperInstance = imageCarousel.data( 'swiper' ); swiperInstance.slideTo( 0 ); //here you define your swiperElement, swiperConfig //then use the code if ( 'undefined' === typeof Swiper ) { const asyncSwiper = elementorFrontend.utils.swiper; new asyncSwiper( swiperElement, swiperConfig ).then( ( newSwiperInstance ) => { console.log( 'New Swiper instance is ready: ', newSwiperInstance ); mySwiper = newSwiperInstance; } ); } else { console.log( 'Swiper global variable is ready, create a new instance: ', Swiper ); mySwiper = new Swiper( swiperElement, swiperConfig ); } }; elementorFrontend.hooks.addAction( 'frontend/element_ready/swiper-container', addHandler ); } ); </script> <?php } );
- This reply was modified 3 years, 2 months ago by ivanverona1.
- This reply was modified 3 years, 2 months ago by ivanverona1.
Hi @salihkulangara
I did like this and i still getting errorelementorFrontend.hooks.addAction( 'init', function() { if ( 'undefined' === typeof Swiper ) { const asyncSwiper = elementorFrontend.utils.swiper; new asyncSwiper( swiperElement, swiperConfig ).then( ( newSwiperInstance ) => { console.log( 'New Swiper instance is ready: ', newSwiperInstance ); mySwiper = newSwiperInstance; } ); } else { console.log( 'Swiper global variable is ready, create a new instance: ', Swiper ); mySwiper = new Swiper( swiperElement, swiperConfig ); } } );
Can you write me the correct full code please. I’m in trouble.
Thanks to reply me.- This reply was modified 3 years, 2 months ago by ivanverona1.
- This reply was modified 3 years, 2 months ago by ivanverona1.
Hi everyone.
How to insert this code???
I’m always getting syntax error, unexpected ‘Swiper’ (T_STRING)
I’m inserting it in my function.php child theme file. Is it correct??I’ve named my widget sliderhome and i’m getting error on the second line.
This is the code i’m usingif ( 'undefined' === sliderhome ) { const asyncSwiper = elementorFrontend.utils.swiper; new asyncSwiper( swiperElement, swiperConfig ).then( ( newSwiperInstance ) => { console.log( 'New Swiper instance is ready: ', newSwiperInstance ); sliderhome = newSwiperInstance; } ); } else { console.log( 'Swiper global variable is ready, create a new instance: ', Swiper ); sliderhome = new Swiper( swiperElement, swiperConfig ); }
- This reply was modified 3 years, 2 months ago by ivanverona1.
- This reply was modified 3 years, 2 months ago by ivanverona1.
- This reply was modified 3 years, 2 months ago by ivanverona1.
My website is offline yet.
Forum: Plugins
In reply to: [Premium Addons for Elementor] elementor stuckI’ve begun my project 5 months ago. Was perfect until yesterday. I’m using Premium addons since the beginning.
Forum: Plugins
In reply to: [Premium Addons for Elementor] elementor stuckMemory limit is already set on 768mb even the time limit is set on 300.
Forum: Plugins
In reply to: [Premium Addons for Elementor] equal height option missingI had to select the enitre secction to see it.