persianlionn
persianlionn
Can I display a list of posts in a category in Ajax when I use the select type? `array( 'id' => blog', 'title' => __( 'Category', 'csf' ), 'type' =>...
Hi I am using jsgrid in wordpress. I have three problems. 1- The saving is done well, but after clicking on the save icon, the information is not loaded and...
Hi I use this plugin in wordpress theme. Everything works fine. But I don't know how to download the file in Ajax. ``` $(document).on('click', '#export_to_excel', function (e) { e.preventDefault(); $.ajax({...
I have several layers in each slide, each with its own animation using CSS. I want the animation to be repeated when the slide changes. Because some layers' animations are...
Is it possible to move layers to the left or right in a Slick slider when changing slides? afterChange, beforeChange and swipe events does not work properly for this. Thanks.