absatzformat
Forum Replies Created
-
Hi @vertigo91 ,
in der Datei wp-content/plugins/metform/public/assets/js/app.js:
Suche nach'div[data-elementor-type="wp-post"] > '
und l?sche>
raus.
Sollte dann so aussehen:'div[data-elementor-type="wp-post"] '
.Grü?e
JohannesHi @ahmedamir ,
I do not need any support. I fixed the code myself.
That was just a hint for you / your developer team.
You may forward the issue to someone in charge.
Also, depsite the fact that multi-step is a pro feature, the file I am talking about is part of MetForm Free:wp-content/plugins/metform/public/assets/js/app.js
Kind regards,
JohannesHi WooFunnels Team,
thanks for your efforts.
I see, there must be some kind of interference with other plugins.
We use many plugins on this particular site, so tracking down the issue would be a tedious task.But I managed to get our desired result by using this snippet:
add_action('plugins_loaded', function () { if (class_exists('WFACP_Plugin_Compatibilities')) { $wc_germinized = WFACP_Plugin_Compatibilities::get_compatibility_class('wc_germinized'); if ($wc_germinized) { remove_action('wfacp_after_checkout_page_found', [$wc_germinized, 'germanized_terms']); } } });
Kind regards,
JohannesForum: Plugins
In reply to: [Table Addons for Elementor] Fatal errorHi @iqbalbary
Your plugin uses the deprecated
Elementor\Scheme_Typography
class,
which gets removed in the new Elementor Pagebuilder update.Elementor advises to use
Elementor\Core\Schemes\Typography
instead.File hint:
wp-content/plugins/table-addons-for-elementor/includes/class-table-addons-for-elementor-widget.php:518
Could you please look into that.
Kind regards.
JohannesForum: Plugins
In reply to: [WP Hide & Security Enhancer] redirect_to parameter missing from login urlHi @tdgu
The replacement function is working for me.
A single!empty($parse_login_url['query'])
call should be enough tho.Thanks for your quick response!
Kind regards.
Johannes