crazypsycho
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Conditions] Conditions within Loops breaks siteSoo, now the issues should be really fixed with 1.7.4.
Forum: Plugins
In reply to: [Dynamic Conditions] v1.7.2 update bugSoo, now the issues should be really fixed with 1.7.4.
Forum: Plugins
In reply to: [Dynamic Conditions] Any known incompatibilities with ACF?Soo, now the issues should be really fixed with 1.7.4.
Forum: Plugins
In reply to: [Dynamic Conditions] v1.7.2 breaks the whole shop pageSoo, now the issues should be really fixed with 1.7.4.
Forum: Plugins
In reply to: [Dynamic Conditions] Any known incompatibilities with ACF?I can′t reproduce an issue with acf, but found some other issues, maybe it es fixed now with 1.7.3
Forum: Plugins
In reply to: [Dynamic Conditions] 1.7.2 update not workingThis happens if you compare by month or day.
I have a hotfix for that, just replace the parseShortcode-Method in Line 663 with following.
I will deploy a new version soon.private function parseShortcode( $value, array $settings = [] ) { if ( !is_string( $value ) ) { return $value; } if ( empty( $settings['dynamicconditions_parse_shortcodes'] ) ) { return $value; } return do_shortcode( $value ); }
Forum: Plugins
In reply to: [Dynamic Conditions] v1.7.2 breaks the whole shop pageThats weird. Can I have access to a staging-system, to find out what the problem is?
Pls send to [email protected]Forum: Plugins
In reply to: [Dynamic Conditions] Since 1.7.x seems bugged, i got a error in 1.6.3, tooThis happens when you select acf as dynamic-tag, but didn′t select a key.
It should also happens without dynamicconditions.With access to Kyles Website i was able to fix the issue. Thanks for that.
Not sure what caused it, but I was able to get around it.Acutally i have tested on different wordpress-installations, with php 7,4, 8.2, 8.3, with acf-fields, with columns, sections, widgets and so on.
But I cannot reproduce it. So I think this issue only occours with specific settings.So I need some more information. Did it work when all conditions are disabled? If yes, than activate every condition one by one, to found out which condition breaks the page. Then activate debug-mode and post the debug-output here.
And set WP_DEBUG to true in your wp-config.php und paste the warnings/errors here. Maybe this gives me the needed information.Forum: Plugins
In reply to: [Dynamic Conditions] Fatal error after 1.7.0 and 1.7.1Can you give some more details? Like a link to the website? So i can have a look.
Or you could set WP_DEBUG to true in your wp-config.php und paste the warnings/errors here. Meybe we can find the problem.- This reply was modified 3 months, 2 weeks ago by crazypsycho.
Can I have a link to your staging-website, so I can have a look?
Or you could set WP_DEBUG to true in your wp-config.php und paste the warnings/errors here. Meybe we can find the problem.
- This reply was modified 3 months, 2 weeks ago by crazypsycho.
Forum: Plugins
In reply to: [Dynamic Conditions] Fatal error after updating to 1.7.0This is fixed with 1.7.1, sorry for that
Forum: Plugins
In reply to: [Dynamic Conditions] Bug related to WPML in 1.7.0This is fixed with 1.7.1, sorry for that
Forum: Plugins
In reply to: [Dynamic Conditions] DynamicConditons not working with Elementor 3.21.2For the question about spaces, please look here:
https://www.ads-software.com/support/topic/empty-space-when-the-field-is-unvisible/#post-17941533