• Resolved crusin316

    (@crusin316)


    Hey Team, love the plugin wanted to know if we can add a title to the popup form couldnt find that option can u help us with the code for the same.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    Where would you like to add the text? Please point in screenshot.
    You can use the below snippet to add it after tabs.

    add_action( 'xoo_el_after_header', function(){
                    ?>
                    <p>Custom text</p>
                    <?php
    } );
    
    Thread Starter crusin316

    (@crusin316)

    here is the link where the image is there : https://prnt.sc/n8YwSmRpNjfA

    do let us know which file the code needs to be added and where,

    thanks.

    Plugin Author xootix

    (@xootix)

    This is the snippet. Goes in your theme’s functions.php or you can use a code snippet plugin

    add_action( 'xoo_el_before_header', function(){
                    ?>
                    <p>Custom text</p>
                    <?php
    } );
    Thread Starter crusin316

    (@crusin316)

    done, thanks a ton…

    Plugin Author xootix

    (@xootix)

    You’re welcome.
    Would appreciate if you leave a rating here

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Add title to the form popup’ is closed to new replies.