Skip Navigation

[Resolved] A Layout for a CPT prevents the Genesis Layout Options buttons from showing

This support ticket is created 7 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 1 voice.

Last updated by Jon Burr 7 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#572793
Screen Shot 2017-09-22 at 10.50.38 PM.png

I am trying to:
I need to disable the left sidebar for a CPT/Layout

Link to a page where the issue can be seen:
hidden link

I expected to see: HOPED to see
Genesis Layout Options in the post editor for the CPT
Layout options show for Pages and Posts with Toolset active, but not the CPT layout I created.
I see no way to activate it.

Instead, I got:
No options

I need to find a way to disable the left sidebar without waiting for an update of Toolset. CSS won't do it. It just leaves a hole...

#572795

Simpler than I thought... although hopeless if you don't know...
// Add support for Genesis Layouts to Conference CPT
add_post_type_support( 'conference', 'genesis-layouts' );