ADEGBAYI

  • ADEGBAYI posted an update 8 years, 11 months ago

    Toolbar Log in and Register different from overlay Log in and Register.
    How do I make the toolbar log in and register buttons behave exactly like the overlay function in OneSocial theme. Right now they are inconsistent

  • ADEGBAYI replied to the question Groups Page in the forum OneSocial theme 8 years, 11 months ago

    Did not work

  • ADEGBAYI posted an update 8 years, 11 months ago

    Hi,
    You overlay custom registration page does not display any error when there is a duplicate email. I added the snippet in the file ajax_register.php file:

    if (email_exists($email) ){

    $txt = __( “Entered email is already in use.”, ‘onesocial’ );
    echo ‘
    jQuery(“#ajax_register_messages”).html(“‘ . escapeJavaScriptText( $txt ) .…[Read more]

  • ADEGBAYI started the question Groups Page in the forum OneSocial theme 8 years, 11 months ago

    Hi,
    How do I make my groups page look like your demo group page. I purchased your theme and followed all your instructions
    however, the group page does not show any groups.