Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #953484

    I was using the debug code in functions php to get shortcode for items, then place in footer, which doesn’t seem to work any more, and then I tried getting the shortcode myself by using the text editor and adding elements there and then pasting the shortcode into the footer, but see my screenshot attached. I don’t know what to change or do to fix this.

    I just want to be able to add simple things, like a phone icon or any other icon in the footer, or an icon list… how do you recommend doing this now?

    This is the code I used before in theme functions. php – and it was great because I could create an icon list element on a page, get the code, then place in the footer, but this doesn’t seem to work anymore:

    //set builder mode to debug
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    #954290

    Hey Eleina_Shinn,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #954564

    Admin URL:

    • This reply was modified 6 years ago by Victoria.
    #955105

    Hi Eleina_Shinn,

    You need to have the “Alway load elements” option to be set for now in Theme Options > Performance.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.