formapp2021
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with articles , WSODHi George excuse me for the late reply i was quiet busy lately,
i’ve added this lines in the wp-config.php file:`// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( ‘SCRIPT_DEBUG’, true );`but i can’t find the debug.log file in the wp-content folder,
am i missing something? What i should watch for ?Thank you.
Forum: Fixing WordPress
In reply to: Problem with articles , WSODThanks for asking George, but unfortunately i’m not allowed to show my site.
The point is that clicking on every article will lead to a perfect empty page.
Like the whole article section is broken in the front-end.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Issue with Woocommerce product variationsThank you Joey!!You saved me It was exactly my problem ! I was stucked on this for so long.
All the bests !
Forum: Plugins
In reply to: [WooCommerce] Issue with Woocommerce product variationsSure, thank you! I try to be more specific:
for instance my ecommerce has lessons as products, some of them are online and others are in streaming (webinar).
If I select 1st dropdown variant “type of lesson > webinar” the 2nd dropdown variant should only be “webinar”.But if I select “type of lesson > classroom” I should select the class from the 2nd dropdown.
And this is working only when I have less than 30 variants, when I create more variants in the 2 dropdown menu (with “classroom” option selected) I have the list of all classroom AND the value “webinar” which I absolutely don’t want to.I hope I was clear enough.
Thank you very much.