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.
Hey snitt,
Here are the docs for you:
If you need further assistance please let us know.
Best regards,
Victoria
How do I know what my custom post type is?
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);
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
Sure. See private content
Any luck?
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