azexo
Forum Replies Created
-
i have about 50 WP installations.
i noticed that one scanner instance allocate 256MB by default – and i can not control when it running.
if i install your plugin 50+ times, how can i be sure that i will not have “out of memory” fatal errors ?
and another question:
you said it will scan for malware if installed only in parent WP – i tested – it did not find virus. but i see that it exist.
how i can i be sure that if i will purchase PRO version – virus will be removed ?Forum: Plugins
In reply to: [Recover Abandoned Cart for WooCommerce] Payment Reminderyes this plugin exactly for abandoned carts
- This reply was modified 6 years, 4 months ago by azexo.
Forum: Plugins
In reply to: [Newsletter for Contact Form 7] Listing layout not same as demoHi,
did you activated Marketing Automation by AZEXO too ?- This reply was modified 6 years, 7 months ago by azexo.
Forum: Plugins
In reply to: [WooCommerce Discounts and Dynamic Pricing] Rule(s) not workingHi,
i did not get notification about this request.
please show rule on screenshot if this is still actualForum: Plugins
In reply to: [Form Widget for Elementor] Do I Need Azexo Page Builder for This?Hi,
this plugin is bridge between Elementor and AZEXO builderForum: Plugins
In reply to: [Page Builder with Image Map by AZEXO] in my humble opinionthank you for your comment.
i plan to improve UI after i will publish big elements framework with high quality design.
Forum: Requests and Feedback
In reply to: www.ads-software.com site bugi am author of the plugin which published here
https://www.ads-software.com/plugins/page-builder-by-azexo/
today all reviews and support threads was clearedfixed by this code
add_filter(‘wp-less_stylesheet_compute_target_path’, ‘azh_extension_target_path’);
function azh_extension_target_path($target_path) {
$target_path = preg_replace(‘#^’ . plugin_dir_url() . ‘#U’, ‘/’, $target_path);
return $target_path;
}Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] widget visibility issuespage condition – remove widget from sidebar – my mistake.
update:
page condition – not work with is_active_widgetForum: Plugins
In reply to: [Test] Why slow down a lot, the new AC?I am not sure. New version will be available in few days.
Forum: Plugins
In reply to: [Test] Why slow down a lot, the new AC?I think I know where issue – it is already fixed in my development version, but I need confirmation.
It seems it is related with bug in libxml.
Can you show me phpinfo() I need to check libxml version?Forum: Plugins
In reply to: [Test] Why slow down a lot, the new AC?Hello!
I am checked this page.
I am can not find any reason why it can be caused by AC.
Currently I think issue in Fast Secure Contact Form.
Do you have more examples?Thanks.
Forum: Plugins
In reply to: [Test] Element visibility?NONE animation – already implemented and will be available soon.
Forum: Plugins
In reply to: [Test] Element visibility?>Order to launch the pop-up timer do so.
I think you can add custom class name into special parameter of this element.“Hiding popup pause” – it just for animation purposes – it is for pause before hide backdrop to waiting when out-animation of the popup is ended.