Checkbox in form and instructor remarks in quiz not working

Home Forums Legacy Support Support queries How-to & Troubleshooting Checkbox in form and instructor remarks in quiz not working

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #200504
    OBme
    Spectator
    This reply has been marked as private.
    #200530
    OBme
    Spectator
    This reply has been marked as private.
    #200533
    OBme
    Spectator
    This reply has been marked as private.
    #200580
    logan
    Member
    Dear friend, Its fine, i do not mind. Please goto wp-admin > appearance > customize > custom css > paste & save. #vibe_bp_login div#wplms_custom_registration_form .bp-profile-field legend,  #vibe_bp_login div#wplms_custom_registration_form .bp-profile-field select{     color: #ffffff !important;      font-size: 10.5px;      font-weight: 600;      margin: 10px 0px 5px 0px;     border-bottom: none;     display: block;     width: 100% !important;     }  #vibe_bp_login div#wplms_custom_registration_form .bp-profile-field p {color: #ffffff !important;} Refer: http://prntscr.com/mxn1px
    #200604
    OBme
    Spectator
    Awesome, thanks Logan. Can you also assist on - *) How to call AJAX login popup using the custom link. Like, when the user clicks on a hyperlink or button, ajax login will popup to login or signup. Tried this -> thread (didn't worked)
    #200703
    logan
    Member
    Hello, Please share the page url and screenshot where have you placed that button. then i will share the custom codes to fix this issue.
    #200790
    OBme
    Spectator
    I'm using a Plugin "Members" to which helps you with user roles permission to view content. Use case - I'm using this, to force user to LOGIN to view the content (Like a page or blog).  Check out this blog - https://theenthu.com/list-of-vr-and-ar-startups-in-pune/ Now the plugin has a 'text field' which shows the message to "non-loggedin" users. Screenshot - https://prnt.sc/mybz9l I want to create a 'hyperlink 'or a 'button click' action, for which the 'non-loggedin' users clicks. The 'ajax popup login ' should popup. I hope this explains the requirement
    #200909
    logan
    Member

    Hello,

    add this code in wp-admin > wplms > footer > google analytics code.

    <script>

    jQuery(document).ready(function(){

    jQuery('a#button1944').click(function(){

    jQuery('body').find('.vbplogin').trigger('click');

    });

    });

    </script>

    when you will click that button this will open the ajax login.
    #200934
    OBme
    Spectator
    I updated in the google analytics code. and used
    Logged In
    to call using hyperlink, but it's not working   and used
    [button url="#login" class="a#button1944" bg="" hover_bg="" size="0px" color="" radius="0px" width="0px" height="0px" target="_self"] Login [/button]
    to call using button, not working
    #201057
    Anshuman Sahu
    Keymaster
    Please remove the script given previously and add this script in wp-admin > wplms > footer > google analytics code.       <script>jQuery(document).ready(function (){jQuery('a[href="#login"]:not(.vbplogin)').on('click',function (event){event.preventDefault();event.stopPropagation();jQuery('body').find('.vbplogin').trigger('click');});});</script>
    #201227
    OBme
    Spectator
    awesome, it worked. Thanks for quick support guys. I'll keep track of this card for the other two errors -> <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;"> </span><span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">https://trello.com/c/Dztyu1bN</span> You can close the thread. Just let me know when the other error will be solved.
    #201240
    Ava
    Member
    Thanks for confirmation. Closed !!!
Viewing 12 posts - 16 through 27 (of 27 total)
  • The topic ‘Checkbox in form and instructor remarks in quiz not working’ is closed to new replies.