• I’m no longer getting the option to add photos to the box below the page for the gallery, and when I add them to the main box it doesn’t appear in the masonry view. The last update seems to not have broken the display code, because other pages are working, but I can’t load more up now ??

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • It seems like it’s not really compatible with the latest Gutenberg, for me it was missing the Categories on the side. I’ve just disabled Gutenberg for the Portfolio plugin only by adding the following to the photography-portfolio.php file:

    /**
     * This file should work without errors on PHP 5.2.17
     * Use this instead of __DIR__
     */
     
    add_filter( 'use_block_editor_for_post', '__return_false' );
     
    $__DIR = dirname( __FILE__ );
    
    Thread Starter Tarianel

    (@tarianel)

    Thanks!

    Not sure I have access to this file with the theme I’m using. But will dig a bit more.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin not working?’ is closed to new replies.