I cannot select one of my posts of a CPT to use as the ‘demo’ data that gets displayed when editing in blocks mode.
Solution:
The issue was that the Content Template needed to be assigned to a specific Usage: either single page, etc. When I assigned it "Work" (one of my CPTs), I could then select a Work in the "View with" dropdown, and the correct custom fields for Work are now visible when editing dynamic fields.
I'd like to add a class to wpv-post-previous-link and wpv-post-next-link but can's seem to do it. I've tried adding a class on the outside of the shortcode to create a button but then I have a button that has no content when it reaches the start or the end.
Solution:
As a workaround, you can wrap those shortcode in a HTML element, for example:
The issue here is that the user wanted to render custom fields that were not created in Types.
Solution:
Our Types plugin allows you to display custom fields that were not created in Types.
When you're using the fields and text block and you click the fields button you will need to scroll to Post Fields and then select Load non-Types custom fields.