Nerds Farm
Forum Replies Created
-
Forum: Plugins
In reply to: [e-addons for Elementor] Shortcode template reflow questionIn what kind of page did you use the Term Token?
Please check the WP Debug Error Log to help us to investigate:
https://ww.wp.xz.cn/support/article/debugging-in-wordpress/#wp_debug_logForum: Plugins
In reply to: [e-addons for Elementor] Repeater field and pdf buttonHi all,
1) actually the ACF Repeater support is not ready, but we are working on it.
With Token you can’t display a list of linked Term…maybe in future release2) is this a ACF Frontend Form bug?!
3) the e-addons for converting to PDF has just been baked ;D
https://e-addons.com/elementor/button-pdf/Bye,
e-addonsForum: Plugins
In reply to: [e-addons for Elementor] Translatable?Hi @momo-fr ,
maybe because you set the wrong Text Domain?
The correct one is “e-addons” that is used on all e-addons.
Which tool did you used for translation?Thanks,
e-addonsForum: Reviews
In reply to: [e-addons for Elementor] Unbelievable!!Thanks to “believe” on us 😀
Shortly we will release another big pack of pro e-addons.
Stay tuned ;DForum: Plugins
In reply to: [e-addons for Elementor] Shortcode template reflow questionHi @sermalefico ,
can you send us some examples? (send links to [email protected])
The “CSS” parameter let you print CSS “inline” (true) or add them as “external file” (false), so the result should be the same in your situation.
The “AJAX” parameter is for a lazy loading in combo with “Loading”.
Why do you think this is related with the Template Shortcode?
Forum: Plugins
In reply to: [e-addons for Elementor] Conditional Logic to Form Fields and Steps!We are writing the relative documentation and debugging.
I hope we will be able to release it very soon, maybe at the begin of November.
If you like the e-addons please share your review:
https://ww.wp.xz.cn/support/plugin/e-addons-for-elementor/reviews/
ThanksForum: Plugins
In reply to: [e-addons for Elementor] whre is the new controls?Hi, “e-addons-for-Elementor” is a framework, so it allows you to use these new controls on your custom addon.
I will write a tutorial on how to create your addon as soon as possible, and if it is a useful addon we can add it to our repository.
For our part, we will shortly release some new add-ons that use these controls in widgets and extensions. We are currently testing and documenting them.
Stay tuned,
e-addonsForum: Plugins
In reply to: [e-addons for Elementor] can´t enable addons in LOCALDamn…same problem with Windows path.
Now I managed it in both mode.Add this line in:
/wp-content/plugins/e-addons-for-elementor/core/helper.php:45
$path = str_replace(‘/’, DIRECTORY_SEPARATOR, $path);next version will contain the fix.
Thanks for reporting.Forum: Plugins
In reply to: [e-addons for Elementor] Last update cause a warning on line 131If you update e-addons-for-Elementor and e-addon-Display the “warning” will be resolved.
Be aware that in production the WP_DEBUG should be disabled, so a minor error like this warning is not shown.Forum: Plugins
In reply to: [e-addons for Elementor] can´t enable addons in LOCALWe tested with Laragon on Windows and we can confirm that the addon will be correctly activated but in e-addons dashboard it appear ad disabled (but working).
We fixed it and the fix will be available in next release.
Thanks for reporting.Forum: Plugins
In reply to: [e-addons for Elementor] can´t enable addons in LOCALPlease try to activate the Addon from the standard plugin page, and share us the error screen or Debug log.
We will release a new version shortly.Forum: Plugins
In reply to: [e-addons for Elementor] New framework break all cssHi @sermalefico,
we should have fixed the bug in 1.1.2 version.
Let me know if is fixed on your installation,
if not please provide us more info (like an error log, system info and screen).Thanks for reporting
Forum: Plugins
In reply to: [e-addons for Elementor] new update and problem with header backgroundForum: Plugins
In reply to: [e-addons for Elementor] Critical error in Local with LaragonForum: Plugins
In reply to: [e-addons for Elementor] Critical error in Local with LaragonHi @sermalefico
thanks for your report,
I will fix this problem very shortly, I will release a new release in a couple of days.
As you can see Windows use different directory separator than usual (“\” instead of “/”),
so I will fix it replacing all “/” with the PHP constant DIRECTORY_SEPARATOR,
this solution should fix your problem.