Julia Reichbaum
Forum Replies Created
-
I have a similar problem – when setting to add a category, the selected category is not saved.
Hey!
Here is the previous version of the plugin with TwentyTwenty Three theme – https://gtb.bda.dev/calorie-calculator-elementor/.
The problem occurs when registering a script with the ‘elementor-frontend’ dependency:
wp_register_script( ‘wpcc-elementor-class-script’, WPCC_PLUGIN_URL . ‘/public/js/wp-calorie-calculator-public.js’, array( ‘elementor-frontend’ ), $version, true );In fact, I already solved this problem yesterday using the solution suggested recently here – https://github.com/elementor/elementor/issues/19709 – by connecting scripts not in function get_script_depends() as written in the documentation, but manually via add_action( ‘wp_enqueue_scripts’, array( $this, ‘manually_enqueue_scripts’ ), 9999 ).
I described this problem back in Nov 22, but so far it still hasn’t been solved. However, I noticed that this problem is marked ‘evaluating’, so it’s probably already in the works.Hi, Ben!
As soon as I wrote you, I figured out how to refresh the slider by clicking on the tab myself.
Thanks, it worked! 🥰Forum: Plugins
In reply to: [Bogo] Posts category 404This is a self-written theme. Of the plugins that could affect this is Rank Math, but when I deactivate it (and add /category/ to the url) the result does not change.
@djennez, really, it did help. I didn’t see any problems with the encoding on the website, so I had no idea that something was wrong with us.
Thank you, you are awesome ♥♥♥!Hi @djennez!
Of course:
define(‘DB_CHARSET’, ‘utf8_general_ci’);
define(‘DB_COLLATE’, ”);