I reached out to you on themeforest comments with this questions and you referred me to https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode link and I added the code below to the functions.php
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
BUT IT’s not working me. Or I just can’t locate it???
ALSO
Is it possible to add a link to the grid rob background image? Is it possible to add link to any background image?
Looking forward to hear back with your help.
This is the temporary ULR where we build the site
Hey IntactMarketing,
Thank you for the inquiry.
Which element are you using? When using a slider (Fullscreen, Fullwidth), you can apply a link to a specific slide by adjusting the Advanced > Link Settings. If you need to directly apply the link to the image, you have to set the Apply a link or buttons to the slide? settings to the second option.
The snippet that you used above will set the builder to debug mode and display the actual shortcodes below the Advance Layout Builder (ALB).
Best regards,
Ismael