Rafik
Forum Replies Created
-
Hello,
Thanks for reaching here.
There are many types of the slider available in this plugin, every slider has different initialization code.
please let me know which slider are you going to use? so we can try this.
As per their documentation callback function is called after every successful Ajax Load More query so we can add our slider initialize code inside the load more callback function like this waywindow.almComplete = function(alm){ //Our slider initialization code will be here. };Thanks
Forum: Plugins
In reply to: [Image Gallery Slider For ACF] Callback function for sliderHello,
You can reinitialize the slider by using this code.
You cad add below custom code in you any custom js file
Please try this codewindow.almComplete = function(alm){ $( '.fagsfacf-slider' ).each(function( index ) { var sconf = {}; var slider_id = $(this).attr('id'); var slider_conf = $.parseJSON( $(this).parent('.fagsfacf-slider-wrap').find('.fagsfacf-slider-conf').text()); jQuery('#'+slider_id+' .fagsfacf-gallery-slider').slick({ dots : (slider_conf.dots) == "true" ? true : false, infinite : true, arrows : (slider_conf.arrows) == "true" ? true : false, speed : parseInt(slider_conf.speed), autoplay : (slider_conf.autoplay) == "true" ? true : false, autoplaySpeed : parseInt(slider_conf.autoplay_speed), rtl : (slider_conf.rtl) == "true" ? true : false, adaptiveHeight : true, }); }); $( '.fagsfacf-carousel' ).each(function( index ) { var sconf = {}; var slider_id = $(this).attr('id'); var slider_conf = $.parseJSON( $(this).parent('.fagsfacf-carousel-wrap').find('.fagsfacf-carousel-conf').text()); jQuery('#'+slider_id+' .fagsfacf-gallery-carousel').slick({ dots : (slider_conf.dots) == "true" ? true : false, infinite : true, arrows : (slider_conf.arrows) == "true" ? true : false, speed : parseInt(slider_conf.speed), autoplay : (slider_conf.autoplay) == "true" ? true : false, autoplaySpeed : parseInt(slider_conf.autoplay_speed), slidesToShow : parseInt(slider_conf.slide_to_show), slidesToScroll : parseInt(slider_conf.slide_to_scroll), rtl : (slider_conf.rtl) == "true" ? true : false, adaptiveHeight : true, mobileFirst : (Fagsfacf.is_mobile == 1) ? true : false, responsive: [{ breakpoint: 1023, settings: { slidesToShow: 2, slidesToScroll: 1, infinite: true, dots: false } },{ breakpoint: 767, settings: { slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 479, settings: { slidesToShow: 1, slidesToScroll: 1, dots: false } }, { breakpoint: 319, settings: { slidesToShow: 1, slidesToScroll: 1, dots: false } }] }); }); };Hello,
Thanks for reaching here.
This way it will not work you need to click on the close button.
if you click on the back button it will page redirect to the previous page or maybe browser application close or exit.Thanks
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] URLs included in ContentHello,
Can you please let me know what you added in content just URL or youtube video embed iframe you can share backend screenshot where you have added a video
also, share your page URL where you facing the issue.This plugin will first get content from the excerpt without strip HTML it means your video embed iframe will work with an excerpt
if excerpt field empty then it will get content from the main content but it will strip the HTML tag means if you will add the video embed in the main content it will not work.
Thanks
Hello,
Sorry for the inconvenience Enter key functionality is not available in our plugin but you can close the popup by hit Esc key.
If you want to close popup by Esc key you need to check this https://prnt.sc/rbts11 optionThanks
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] Compatibility issues with a3 Lazy Load.Hello,
We will go with your first given option but we need one or two weeks then we will update the plugin because currently, we are busy with other work.
For now, you can modify the plugin with your first option, we will add a shortcode parameter for this option in the next plugin update.
Thanks
- This reply was modified 6 years, 2 months ago by Rafik.
Forum: Plugins
In reply to: [Featured Post Creative] css issueHello,
If you like our plugin and support please give us review and rate.
Thanks
Forum: Plugins
In reply to: [Featured Post Creative] css issueHello,
Actually, your theme CSS causing the issue see https://prnt.sc/raa1pc
Please go to admin side >> Appearance >> Customize >> additional CSS
https://prnt.sc/ra9ynl
and add bellow css to override theme CSS#featured-links .wpfp-featured-post a{width: auto;position: relative;}Thanks
Forum: Plugins
In reply to: [Featured Post Creative] css issueHello,
We have check this plugin in our system it’s working fine its look like your theme CSS casing issue also you have not shared the live site link so we can check and help you.
if your site is not live then you can provide a theme name or download link so we can check this plugin with the theme.Thanks
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] Compatibility issues with a3 Lazy Load.Hello,
Thanks for your suggestion we will check and thinks about it.
Thanks
Hello,
Can you please find our site and join our live chat our technical team will assist you.
currently, look like cache plugin activated and also seems plugin not active and shortcode not rendered so we are not able to find the issue so please join live chat.Thanks
Forum: Plugins
In reply to: [Image Gallery Slider For ACF] fagsfacf-gallery-slider is hiddenHello,
Can you please share page URL so we can check and help you.
Thanks
Hello,
Please add the shortcode and share us page URL we need to check what is the issue there.
Thanks
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] Bad try to update to 1.2.4 from 1.1.2Hello,
You can increase the plugin version like 19.2.4
Go to album-and-image-gallery-plus-lightbox/album-and-image-gallery.php
edit and change version like this way https://prnt.sc/r7rq1jThanks
Hello,
If you like our plugin and support please give your review and rate on this plugin
Thanks