• Resolved BlackBoXz

    (@blackboxz)


    Hello,
    When I tried to save my custom post type the caption is lost unfortunately.
    Does the plugin supports custom post types?
    I do see a metabox in my custom post editor and WPBakery also but it seems I can’t save them?
    Greetings,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author fesomia

    (@fesomia)

    Hi @blackboxz

    Yes the plugin supports custom post types (and just tested it to be sure it wasn’t some problem with a wordpress version).

    That said, it may be a problem with a third party plugin; specially with pagebuilders like WPBakery, or a custom post type editor with a layer of customizations that don’t play well with this plugin. Yo may try to disable some of those to try to find the culprit

    Thread Starter BlackBoXz

    (@blackboxz)

    I’ll investigate than…
    Greetings,

    • This reply was modified 2 years, 1 month ago by BlackBoXz.
    Plugin Author fesomia

    (@fesomia)

    I’ve been investigating a bit more into that and found an scenario where this would happen: If the custom post type it’s not allowed to have “Custom Fields”. If you created the post type with a plugin like i.e. CPTUI or similar, you can activate the option in the post type definition page.

    If you did it within your theme code with register_post_type, you can append ‘custom-fields’ to the ‘supports’ option

    If the post type was created by another plugin and it doesn’t allow to customize you may be out of luck, unless you contact the plugin author or try to programatically hook into it to enable the parameter

    Thread Starter BlackBoXz

    (@blackboxz)

    Ok, I use this plugin which creates custom post type News.
    https://www.ads-software.com/plugins/sp-news-and-widget/

    • This reply was modified 2 years, 1 month ago by BlackBoXz.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Post Types support ?’ is closed to new replies.