Plugin Devs
Forum Replies Created
-
Forum: Plugins
In reply to: [News Ticker for Elementor] jQueryHi,
Sorry fir the late reply. We dud not get the email, so we missed it. Seems like it is a jQuery issue with the latest WP5.6. We will check and fux it asap within tomorrow. Please allow us sometimes.Thanks
Hi,
Currently, this option is not available. But there is a workaround for this on the PRO Version. So, I think you can use the PRO Version for this.Thanks
- This reply was modified 5 years, 6 months ago by Plugin Devs.
Hi,
Sorry for the late reply. I see it is working perfectly in our case. Can you please give me the page URL where you are facing the issue?Thanks
Forum: Reviews
In reply to: [Infinite Scroll for Elementor with Ajax] this plugin not working elementorHi,
You could open this as a support request before posting the 1-star review. By the way, Can you please tell me which problem you are facing so that I can check and fix this? Can you also provide me the website URL so that I can check it directly on your website? I checked the plugin and it seems fine for me.- This reply was modified 5 years, 6 months ago by Plugin Devs.
Forum: Plugins
In reply to: [News Ticker for Elementor] Date FormatHi,
Currently, the news ticker only displaying the title. There is no option on it to display date on it.Thanks
Forum: Plugins
In reply to: [Before After Image Comparison Slider for Elementor] Email issue.Hi,
Thanks for finding out this great issue. We are looking at this and try to fix it asap. ThanksForum: Plugins
In reply to: [Product Carousel Slider for Elementor] Carousel for product page imageHi,
Do you want to pull the image from elementor dynamic tag option instead of the product feature image? Please clear us about this so that we can get a better idea about your issue.Thanks & Kind Regards
Glad to know that.
Thanks for your helpCan you please activate the plugin so that we can check if there is any error exist in the browser console?
Hi,
we did not hear about this types of problem previously. Can you please give us the page URL where you are facing the issue?Thanks
Forum: Plugins
In reply to: [Product Carousel Slider for Elementor] Featured ProductsHi,
These options are available on the PRO Version.Thanks
Hi,
We see that it is working perfectly on your website. Can you please check it again and let me know?Thanks
Hi,
Please replace the main.js file code with the following and let me know if it works'use strict'; (function ($) { jQuery(window).on('load',function(){ jQuery(window).trigger('resize'); }); jQuery(window).on('elementor/frontend/init', function(){ elementorFrontend.hooks.addAction('frontend/element_ready/wb-before-after-image-slider-elementor.default', function ($scope, $) { var before_text = $scope.find('.before_text').text(); var after_text = $scope.find('.after_text').text(); $scope.find('.wb_ebais_twentytwenty_container').twentytwenty({ 'before_label' : before_text, 'after_label' : after_text }); }); }); jQuery(window).on('scroll', function() { jQuery('.wb_ebais_twentytwenty_container').each(function(){ if (jQuery(this).wbebaic_isInViewport()) { jQuery(window).trigger('resize'); } }); }); jQuery.fn.wbebaic_isInViewport = function() { var elementTop = jQuery(this).offset().top; var elementBottom = elementTop + jQuery(this).outerHeight(); var viewportTop = jQuery(window).scrollTop(); var viewportBottom = viewportTop + jQuery(window).height(); return elementBottom > viewportTop && elementTop < viewportBottom; }; })(jQuery);Forum: Plugins
In reply to: [Post Carousel Slider for Elementor] Post orderHi,
This option is not available on the free version. You will find this option of the PRO version of the plugin. We will add this option on the free version if more users will ask for it.Thanks
Forum: Reviews
In reply to: [Product Carousel Slider for Elementor] CoolHi,
Have you clicked on the Already Reviewed button?Thanks