Tagged: , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #174967

    As the title suggests, I’m quite new to all this. Still, I have a question I hope someone can answer?

    I’m using Enfold and wish to insert a customised button into a text box field. I tried using the Avia table layout, but it only allows for buttons on the rowsI need them in a column.

    Any help would be greatly appreciated!

    Cheers,
    JD

    • This topic was modified 11 years, 1 month ago by JD.
    #175029

    Bump?

    #175167

    Hey!

    FYI, no. Our queue system goes from the oldest queries to the newest ones. So bumping actually replaces your query from its current position to the end of the queue.
    Can you post a screenshot and show where exactly you would like to display button? You can use Text Block element and insert codes in Text Tab

    Regards,
    Yigit

    #175295
    This reply has been marked as private.
    #175446

    Hey!

    Create the button using the Magic Wand instead of the Avia Builder:

    It will generate a [shortcode], simply paste it wherever you want.

    Regards,
    Josue

    #175458
    This reply has been marked as private.
    #175460

    Hello!

    It kinda works, can you provide us with a link to that page?

    Regards,
    Josue

    #175463
    This reply has been marked as private.
    #175476

    Hey!

    There is some issue regarding the table width, try adding this code to the Quick CSS:

    td {
    width: 100% !important;
    }

    Result:

    Cheers!
    Josue

    #175481
    This reply has been marked as private.
    #175484

    Hi!

    Add this CSS code too:

    td .avia-button-wrap{
    vertical-align: middle;
    }

    Regards,
    Josue

    #175486
    This reply has been marked as private.
    #175603

    Hey Jim!

    Glad Josue could help! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Newb Question’ is closed to new replies.