Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Checkbox in form and instructor remarks in quiz not working
Tagged: checkbox, instructor remarks
- This topic has 26 replies, 4 voices, and was last updated 5 years, 8 months ago by Ava.
-
AuthorPosts
-
March 13, 2019 at 11:49 am #200504OBmeSpectatorThis reply has been marked as private.March 13, 2019 at 1:22 pm #200530OBmeSpectatorThis reply has been marked as private.March 13, 2019 at 1:29 pm #200533OBmeSpectatorThis reply has been marked as private.March 14, 2019 at 6:39 am #200580loganMemberDear 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/mxn1pxMarch 14, 2019 at 10:39 am #200604OBmeSpectatorAwesome, 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)March 15, 2019 at 5:07 am #200703loganMemberHello, Please share the page url and screenshot where have you placed that button. then i will share the custom codes to fix this issue.March 15, 2019 at 2:53 pm #200790OBmeSpectatorI'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 requirementMarch 16, 2019 at 9:36 am #200909loganMember
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.March 16, 2019 at 2:35 pm #200934OBmeSpectatorI updated in the google analytics code. and usedLogged 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 workingMarch 18, 2019 at 10:31 am #201057Anshuman SahuKeymasterPlease 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>March 19, 2019 at 10:45 am #201227OBmeSpectatorawesome, 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.March 19, 2019 at 11:52 am #201240AvaMemberThanks for confirmation. Closed !!! -
AuthorPosts
- The topic ‘Checkbox in form and instructor remarks in quiz not working’ is closed to new replies.