I have this plugin installed and it looks like it isn’t compatible with 6.5.2. I don’t see Enable PDP anymore, or any indication the plugin is live in the editor. Not sure what update broke compatibility but seems to not currently work.
]]>I’m using the plugin on a custom post type that uses ACF fields. For one particular field, a “File” field, the template is set up to render a file array, which it does correctly when viewing a published post. However, when viewing the same page a Post Draft Preview URL, it returns an integer (the file ID). Any suggestions?
Here’s the code in the template:
$file = get_field('pdf');
$url = $file['url'];
$title = $file['title'];echo esc_attr($url);
echo esc_html($title);
I have tried it with CPTs and simple post types, Kudos to you.
It doesn’t work well with The Event Calendar plugin, either it is not creating the link or even one link which was created is not disabling now and showing https://d.pr/i/u50YQs
Looking forward.
]]>Getting a vendor.js 404 error, which is causing a loooong delay in page loading on all pages.
Disabling this plugin fixed, but ideal would be knowing what this is, and having it solved ??
]]>Great idea, and works well for Posts, but we need it to work for Pages and Custom Post Types.
Any plans to support these other post types, please?
]]>Hi is there any ways to make the button always enabled when post was created?
Because i developed an mobile apps and need get the code generated from your plugins using API.
The code will generated and show on API when the button “Enable PDP” clicked manually.
Thanks for creating this cool plugins
]]>