I’m having an issue with a Pods CPT where revisions are enabled, but are not displaying on the edit screen. I’ve been doing a bit of digging and am wondering: is it still true that custom fields don’t ‘do’ revisions? And that it would only be the ‘editor’ that would trigger a revision?
The Pod in question is 100% custom fields, with no editor, so I’m wondering if this lack of revisions is a result of that peculiarity or if it’s something else.
Thanks very much for your time.
Allen
]]>So I’m not sure where the problem is. It works with Blocksy until Site Kit is activated, but it works with Site Kit and another theme. Only the download manager post type has this problem in combination with Blocksy and Site Kit.
Blocksy version: 1.8.32 (premium)
Pods 2.8.17
Google Site Kit Version 1.74.0
Download Manager Version 3.2.41
With Site Kit enabled these messages appeared in the console.
This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”. ads
Content Security Policy: Ignore “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified.
Content Security Policy: Ignorerer “https:” innenfor script-src: ‘strict-dynamic’ spesifisert
Content Security Policy: Ignorerer “http:” innenfor script-src: ‘strict-dynamic’ spesifisert
Content Security Policy: Ignorerer “'unsafe-inline'” innenfor script-src: ‘strict-dynamic’ spesifisert
Content Security Policy: Ignorerer “https:” innenfor script-src: ‘strict-dynamic’ spesifisert
Content Security Policy: Ignorerer “http:” innenfor script-src: ‘strict-dynamic’ spesifisert
Content Security Policy: Ignorerer “'unsafe-inline'” innenfor script-src: ‘strict-dynamic’ spesifisert
Content Security Policy: Ignorerer “https:” innenfor script-src: ‘strict-dynamic’ spesifisert
Content Security Policy: Ignorerer “http:” innenfor script-src: ‘strict-dynamic’ spesifisert
WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. 6kAZB2R2IkMw87P0-iGviT-Bq_noDLkkkR6BhhZ9kEI.js line 1 > eval line 397 > eval line 1 > eval line 1 > eval:1:118
Console errors also appear in other post types, where auto-template is loading without any problems.
]]>Example:
/wp-json/pods/v1/pods/promos/
{“code”:”rest_forbidden”,”message”:”Sorry, you are not allowed to do that.”,”data”:{“status”:401}}
In fact, /wp-json/pods/v1/ is accessible but /wp-json/pods/v1/pods/ is not
]]>I want to integrate it with Pods Framework, but I cant seem to make relationships between the tickets and Pods.
I’m not too knowledgeable about building websites or working with code, so I don’t know how to make it work.
Any ideas?
]]>wp_insert_post_data
(I do this to make form filling of custom post types more coherent and flexible).
It used to be that publishing the post would update the post title right away but now if I check the list of posts in admin instead there is a (no title) placeholder.
Only by opening the post again and hitting update will the custom meta be applied and the intended title appears in the list of posts.
Is this something to do with Gutenberg and if so how do I now force posts to add custom meta to Post Title etc as soon as they are published?
]]>echo '<td><a class="modal-link iframe" href="' . $mypod->display( 'reseberattelse' ) . '">Klicka h?r</a></td>';
echo '<td><a class="modal-link iframe" href="' . $mypod->display( 'permalink' ) . '">Kontakta mig</a></td>';
I’ve tried with “Use Legacy Method” both checked and unchecked, same goes for “Use iFrame Method for external links” as well as trying with and without the iframe class. What might be the problem?
For what it’s worth I’m using Elementor and Pods Framework.
Other than that, this seems like an awesome plugin, keep up the good work!
]]>i can’t change the layout on my archive page of cpt using Pods Framework.
The following function within childtheme doesn’t help
function my_post_layout_class( $class ) {
// Alter your layout
if ( is_singular( ‘wissenswertes’ ) ) {
$class = ‘full-width’;
}
// Return correct class
return $class;
}
add_filter( ‘ocean_post_layout_class’, ‘my_post_layout_class’, 20 );
Please help me to get the layout fullwidth.
Thanks
]]>