Plugin Devs
Forum Replies Created
-
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 4 years, 3 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
Forum: Plugins
In reply to: [Post Carousel Slider for Elementor] how to exclude current postHi,
You can not do this with the Free Version. This option is available on the PRO Version of the plugin.Thanks
Forum: Reviews
In reply to: [Ajax Load More for Elementor] Useless without upgrading to paidHi @loopmill ,
You can customize the style of the post loop fully with the free version. Please look at the options from the style tab of the widget. You can also find it from https://prnt.sc/uip1dw. Please follow the following steps to find out all of the options:- You can change style of the title from the Title Style Panel of the widget. Please see the screenshot from https://prnt.sc/uip2hh. You can also change the hover style from the hover tab
- You can change the color and background of the content section from the Content Style Panel of the widget. Please see the screenshot from https://prnt.sc/uip2zo
- You can change the read more button style from the Read More Style Panel of the widget. Please see the screenshot from https://prnt.sc/uip4ce
- You can also change the Load More Button Style from the Load more Style Panel. You can see the screenshot from https://prnt.sc/uip5q3
- You can also change the box shadow of the box and image from the Others Style panel of the widget. Please see the screenshot form https://prnt.sc/uip6i1
So, it seems all options are available for which you give this plugin 1-star review. You should need to open a support topic before posting this review.
By the way, please follow the above steps and let me know if it helps you. I hope you will change your review to 5-star now. Your positive feedback will motivate us a lot to improve this plugin.Thanks & Warm Regards
Hi,
I see that the page https://modtechlabs.com/products-beta/ is working fine for me. I can scroll down and up perfectly. Can you please share a screen recording video with me so that I can check this what is happening for you?Thanks