Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1205510

    Hello.

    I just installed WP-Client on my page, and are now ready to start editing client pages. In instruction video, they tell me I simply need to allow WP-Client somewhere in layout builder settings, but I can not find anywhere to do this.

    I would like to edit WP-Client pages using advanced layout builder, please.

    I understand that I most likely can use debug mode. But in instruction video, they show Elementor and WPBakery directly in client page, so I was hoping for something similar in Enfold.

    #1206266

    Hey snitt,

    Here are the docs for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1206746

    How do I know what my custom post type is?

    • This reply was modified 4 years, 5 months ago by snitt.
    #1206790

    I think I found custom post type, but still no luck. This is how it looks now.

    `//—————————————————–
    // ALB for any post type (WP-client)
    //—————————————————–

    function avf_alb_supported_post_types_mod( array $supported_post_types )
    {
    $supported_post_types[] = ‘portal-hub’;
    $supported_post_types[] = ‘portal-hub’;
    return $supported_post_types;
    }
    add_filter(‘avf_alb_supported_post_types’, ‘avf_alb_supported_post_types_mod’, 10, 1);

    function avf_metabox_layout_post_types_mod( array $supported_post_types )
    {
    $supported_post_types[] = ‘portal-hub’;
    return $supported_post_types;
    }
    add_filter(‘avf_metabox_layout_post_types’, ‘avf_metabox_layout_post_types_mod’, 10, 1);

    #1207245

    Hi snitt,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1207453

    Sure. See private content

    #1208076

    Any luck?

    #1208247

    Hi snitt,

    I do not think that this is the correct post type. Can you ask the plugin support or check their docs for the post types used?

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.