keltons
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Hide the flag of active languageYou are the best!
Thanks,
Thanks 😉 Great Support!
Forum: Plugins
In reply to: [WooCommerce] Fatal ErrorThank you @rainfallnixfig
I don’t have WooCommerce Blocks installed.
I found the source of error. I had a widget as blocks (a search widget for products on my shop). That widget being a “blocks widget” and didn’t have the “WooCommerce bocks” plugin + Elementor gave me that error.Just replacing the widget as a normal one and not a blocks widget fixed my problem.
Thanks,
Forum: Plugins
In reply to: [Authy Two Factor Authentication] Authy plugin for WordPress is deprecatedHello,
I see that if we have already the plugin installed it is still working and usig your API.
Can we still use the plugin? What is your advice?
it was after
# SPECIFIC EXPLOITS
…Forum: Plugins
In reply to: [Job Manager] Mandatory fields are not mandatory anymoreHello,
It was a conflict with a security plugin (All In One WP Security & Firewall) who added the rule to .htaccess:
RedirectMatch 403 display\.
and JM ask for:
https://www.[mysite.com]/wp-content/plugins/job-manager/js/display.js?ver=0.7.25
https://www.[mysite.com]/wp-content/plugins/job-manager/css/display.css?ver=0.7.25I deleted the rule:
RedirectMatch 403 display\.
And now is ok.
It is a good fix?