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

    I’m trying to add a Light Transparent button to widgets in my footer area. Is there a simple way to do this? Is there a list of the code for all of the shortcodes to add to areas that do not support the Avia Layout Builder?

    #404007

    Hey John!

    For button in a footer widget you can try this code inside a text widget:

    <button class="button">
    Hello I'm a button
    </button>

    Here’s a list of shortcodes: https://kriesi.at/support/topic/documentation-list-of-avia-shortcodes/#post-82045

    Cheers!
    Rikard

    #404120

    Thanks Rikard,

    I tried to use the following below but it does not seem to work. The button shows up but the link and style are not working. What corrections to this code do I need to make?

    <button class=”button” link=”http://myURL” style=”light-transparent”>CONTACT US</button>

    Also, where do I control the font color for the titles in the footer Widgets?

    Thanks

    John

    #404515

    Hey!

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Regards,
    Yigit

    #404615

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How do I add a button to a footer widget?’ is closed to new replies.