…the //’std’ – fix didn’t help, my own text is still not shown but instead the default “Click to add your own text here”
pls help!
I have the same Problem :-(
Hi,
Thanks for contacting us and sorry for the inconvenience!
Could you please create temporary admin logins and post them here privately so we can install the fixes for you? :)
Regards,
Yigit
Hi Yigit,
i solved the problem with the //st– fix i found after i write the post :-)
Greets mexi
Hi Mexi,
Glad you figured it out!
Final fix is following so please apply this one instead :)
For Icon Box element, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 553rd line
$default = $this->sync_sc_defaults_array( $default );
and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );
For Animated Numbers element, please go to /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php in Appearance > Editor and find following on 631st line
$default = $this->sync_sc_defaults_array( $default );
and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );
Best regards,
Yigit