• Resolved archerindustries

    (@archerindustries)


    Hello,

    I am developing a members forum using bbpress and BuddyPress. I installed and activated the BuddyPress Activity Plus plugin early in development and it seemed to work fine. Somewhere along the way I noticed the buttons were no longer there to add media to a post. I am using the Avada theme. I have since disabled all plugins but to no avail. There is still some sort of conflict. I have looked at the console and all I see is: JQMIGRATE: Migrate is installed, version 1.4.1
    Please guide me in resolving this. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @archerindustries,

    Is it working if you switch to default WordPress theme like 2016? If yes, that means there is problem with Avada. What version of Avada do you have?

    I have looked at the console and all I see is: JQMIGRATE: Migrate is installed, version 1.4.1

    That is not conflict, that is information that jQuery migrate is installed.

    kind regards,
    Kasia

    Thread Starter archerindustries

    (@archerindustries)

    Hey Kasia,

    No, I read all the similar situations I could find and I switched to the Twenty Fifteen theme but still no solution. Any other suggestions? site is test.archerindustries.org

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @archerindustries,

    Please check if there is a conflict with anther plugin.

    Deactivate all other plugins and test if the buttons are showing. If everything is well, activate one plugin at a time to find the one that causes this.

    You could also enable WordPress debugging by putting the following to the wp-config.php file:

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    

    Please make sure that you insert this line BEFORE /* That’s all, stop editing! Happy blogging. */ in the wp-config.php file.

    Open the activity page, this way all errors will be saved in the debug.log file inside the /wp-content/ directory.

    Let us know the errors or warnings you see there

    Would you please share a link with us to your site?

    Cheers,
    Nastia

    Plugin Author jdailey

    (@jdailey)

    We have not heard from you in a while. Thank you for giving BuddyPress Activity Plus a try. I’m gonna mark this resolved for now but if you’re still having issues please reopen and we’ll get right back to you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Media buttons have disappeared’ is closed to new replies.