Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #286254

    Hello,

    I created a Facebook icon using the avia content builder. Is there any way to add this to the widget area or can you recommend a plugin that will give me the same simple functionality. Thanks!

    #286483

    Hey robertwood04!

    Thank you for using the theme.

    Just copy the shortcode then go to Appearance > Widgets. Place the shortcode on a Text widget.

    Regards,
    Ismael

    #286486

    I used the icon content element to create it but I don’t see a short code

    #286489

    Hi!

    If you don’t want to recreate it on a post or page using the shortcode wand. Please switch your advance layout builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder.

    Regards,
    Ismael

    #286847

    I didn’t realize you could switch and I didn’t realize the smart wand existed. Incredible thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Facebook icon in widget area?’ is closed to new replies.