Hi,
I used icon list two weeks ago and created an icon list with title and text above.
Now I want to change that text but it’s impossible because the text edit option is no longer available. It has disappeared.
That is really annoying. I could send you a picture but there doesn’t seem to be that option on the forum
I seem to only be able to send media but no longer write text and as a consequence, can’t change mine.
I really need a fix for that. I work locally and can’t send you a link.
Kind regards
Hi,
Please add this at the very bottom of your functions.php.
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
It will set the Avia Layout Builder to debug mode. You will see the actual shortcode at the bottom of the Advance Layout Editor.
Regards,
Ismael