• Resolved Flávio

    (@flaviot7)


    Hello, firstly congratulations on this excellent work.
    I would like to know how I can include a message at the bottom of the registration/login popup, which is blank for mobile devices. This message would be of great importance for the type of content I want to offer.

    • This topic was modified 8 months, 2 weeks ago by Flávio.
Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    Please add this snippet

    add_action( 'xoo_el_container_end', function(){
    	?>
    	<p>This is custom text</p>
    	<?php
    } );
Viewing 1 replies (of 1 total)
  • The topic ‘Message at the bottom of the registration/login popup,’ is closed to new replies.