hey guys,
I tried to overwrite the default options of a slider by inserting the JSON custom options (see attachment)
But unfortunately it doesn’t render in the frontend:
Cheers!
hey guys,
I tried to overwrite the default options of a slider by inserting the JSON custom options (see attachment)
But unfortunately it doesn’t render in the frontend:
Cheers!
Thanks so much for reporting this issue via the forum
We’ll provide a fix in 1.5 stable. If you need a fix locally now, you can replace line 989 in slider-nested.php
with:
$options_type = ! empty( $settings['optionsType'] ) ? $settings['optionsType'] : 'default';
Please let me know if that’s working for you.