Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Term and Condition is Blank in Register page
Tagged: register, terms and conditions
- This topic has 25 replies, 7 voices, and was last updated 8 years, 7 months ago by H.K. Latiyan.
-
AuthorPosts
-
March 21, 2016 at 2:55 pm #37922H.K. LatiyanParticipant@riley : Credentials are not working. For remaining users, please try creating a new page and add plain text to it. Since the content is displayed in a division, using visual composer or page builder inside terms and conditions page would simply not work. Please check the knowledge base for more information.March 21, 2016 at 3:30 pm #37930Mat_kkoSpectatorI created a new page called "Terminos y Condiciones" (in Spanish) with plain text and change the name in the preferences of LMS with the new page, but still does not work. continuous blank.March 22, 2016 at 3:03 pm #38172Anshuman SahuKeymasterWordpress native function get_post_field is not working which is really strange. Please disable third party plugins you're using which may be altering this behavior.March 22, 2016 at 3:17 pm #38176Mat_kkoSpectatorHi Alex It can be wp Mandrill or plugin WP Ninja Forms or wp mail SMTP, Wordfence Security, Recaptcha or WP Super Cache. I have nothing but your plugins and Woocommerce, BuddyPress and bbpress, Groups. What do you think may be causing get_post_field not work? Thanks for the feedbackMarch 23, 2016 at 12:32 pm #38402Anshuman SahuKeymasterdo not know why this is happening in your site only . We are not able to replicate the issue on any of our test and demo sites . You can also try out this plugin of wpmudev for terms and conditions : https://premium.wpmudev.org/project/terms-of-service/March 23, 2016 at 2:58 pm #38418rileydongParticipantHi, I am wondering if this is related to child theme? I tried to refer to term and condition page from wp login page which is in the child theme root directory (I copied the code segment doing this job from wplms) ../themes/my_child_theme/file_name.php The information showed up with no problem. However when I move this file into ../themes/my_child_theme/registration/file_name.php then the section is blank. Is it a directory set up issue?March 25, 2016 at 2:40 pm #38717Anshuman SahuKeymasterYou do not need to modify the register.php file in you child theme for "terms and conditions" page this option is now already given in lms settings . You just need to select the page . I am sorry but i was not able to get you on this . Can you please share the code and steps how it is work . Were you modifying the register.php file in your child theme before ?March 31, 2016 at 9:14 pm #40123info2growSpectatorSame problem, no visual composer, no formatting at all, plain text in the text tab not Visual. No child theme either. Looks like the conflict is with a filter ('the_content') If you edit wp-content/plugins/vibe-customtypes/includes/tips.php line 474 = echo apply_filters('the_content',$content); change it to = echo $content; Works for me but not really a sustainable fix when it comes to updates.April 1, 2016 at 1:28 pm #40316Anshuman SahuKeymasterThanks for the suggestions there @ info@grow. But this is working fine at our end .Only some of the users are facing this issue . So we cannot remove this the_content filter form the code . If any user faces the same issue then i would recommend to remove the terms and conditions page from lms -> settings and use other third party plugin for that .April 1, 2016 at 3:54 pm #40348rileydongParticipant@info2grow‘s method solved my problem. Thanks! :D Is there a way to keep the changes to plugins like child theme to a theme?April 2, 2016 at 7:45 am #40475H.K. LatiyanParticipantThanks for confirming. Your changes will be kept safe if you make changes in your wplms customizer plugin or the child theme.
-
AuthorPosts
- The topic ‘Term and Condition is Blank in Register page’ is closed to new replies.