WPIntell

Source evidence

Plugin not working?

Easy Photography Portfolio · support · 2022-01-25T09:19:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 37 rows with source links

24.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Tarianel unresolved
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] 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__ ); Thanks! Not sure I have access to this file with the theme I’m using. But will dig a bit more.

Comments

2 shown
tbob21 2022-01-27T22:53:00+00:00

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__ );

Tarianel 2022-01-28T05:27:00+00:00

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