BuddyBoss Home – Web Support Forums Solutions Social Learner page content disappears

Viewing 9 posts - 1 through 9 (of 9 total)
  • Question

    #46427
    @cheech1981

    Just updated to Boss for LearnDash 1.0.1 (no other changes made prior to this), and the content disappears for my main pages (about, contact, etc.). I tried installing the Boss for LearnDash update with and without updating to the new LearnDash, and in both cases, the pages disappeared (so it does not seem related to the LearnDash update).

    Here is an example of one of the pages: http://dev.businesswritingtutorials.com/about/

    It looks like my LearnDash course pages are still intact, so it seems to just be the main pages.

    Answers

    #46428
    @cheech1981

    Also, a couple minutes after the update, I got a message from my WordFence plugin–not sure if it’s related:

    This email was sent from your website “Business Writing Tutorials” by the Wordfence plugin.
    Wordfence found the following new issues on “Business Writing Tutorials”.
    Alert generated at Wednesday 16th of September 2015 at 08:30:03 PM
    Critical Problems:
    * WordPress core file modified: wp-includes/nav-menu.php

    #46450

    Anonymous
    @

    Hi @cheech1981, you have some malicious codes as well which had modified core files
    wp-includes/nav-menu.php

    and for content display we have pushed an update which need one filter edit.

    inside boss-learndash/includes/main-class.php line 1112

    
     public function boss_edu_deregister_theme_css_learndash( $content) 
        {
            wp_deregister_style( 'sfwd_template_css' );
    	return $content;
        }
    

    Regards
    Varun Dubey

    #46464
    @cheech1981

    Hi Varun,

    Thanks for letting me know about the code. So I should just delete those lines, correct?

    Any idea when the content update will come through so that the pages display?

    Thanks as always.

    #46466

    Anonymous
    @

    Hi @cheech1981 ,
    You do not have to make any changes there, those are correct
    I was just telling you which was responsible for the content issue.
    If you are still getting issues let me know.
    Regards
    Varun Dubey

    #46469
    @cheech1981

    I tried deleting the lines of code that you mentioned and I did not see a change (pages still don’t show). The problem occurred immediately after running the Boss-Learndash plugin update. So I should put the lines of code back into the main-class file and wait for Boss’s next update to fix the issue?

    #46471

    Anonymous
    @

    🙂 sorry for confusion, please put them back and it will fix the issue.
    Regards

    #46527
    @cheech1981

    Okay I put those lines of code back, and it looks like the udpate worked, as the page content is displaying now. Thanks!

    So you mentioned some malicious code. I think you are referring to the files from last week. If so it’s not a problem, as I know you fixed some (some spam files had gotten transferred from my previous account to my new account, but I have cleaned it out). If you are referring to something else though, please PM me so that I know whether there is a problem that I have to address. Thank you!

    #46565

    Anonymous
    @

    you will need to use a professional service to clean all like Sucuri
    Regards

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘page content disappears’ is closed to new replies.