Forum Replies Created
-
Author
-
costicozma
ParticipantHi,
Sidebar manager works fine now on CPT.
The other post/pages theme options don’t work.
Thank you!costicozma
ParticipantHi Kieran_SQ,
Thank you for reply.
I had the plugin installed but is uninstalled now.
I solved the problem temporarily with a plugin from wordpress repository: Content Aware Sidebars – Unlimited Widget Areas Yes.
The Kleo options appear correctly on wordpress original post but not in custom post types create with learndash.
The sidebar manager is missing and also the all other kleo options for posts and pages:
– post layout
– main menu options
– theme post settings
– header content(optional)
– bottom content(optional)
I manage to add Theme Options using a function copied from Kleo documentation, but it shows only theme options:
// Add Theme Settings to CPT //
// Replace yourCPTslug with your CPT slug //
function my_cpt_sq_metabox_general_settings($post_types) {$post_types[] = [‘sfwd-courses’, ‘sfwd-lessons’, ‘sfwd-topic’];
return $post_types;
}
add_filter(‘sq_metabox_general_settings’, ‘my_cpt_sq_metabox_general_settings’);I would like to have all the options in custom post types cause they are useful.
Thank you for help!
costicozma
ParticipantHi,
I checked all plugins. Wp support plus its causing the problem. I will keep it disabled till new updates.
Thank you very much for help!
costicozma
ParticipantJust disabled the plugin and nothing happen.
I also use cache plugin on https://gestiunepfa.ro/ and menu works here on mobile.
I couldn’t find a solution on comunitate.gestiunepfa.rocosticozma
ParticipantHi,
Thank you for your ansewar.
Din you check the site on mobile phone? The menu issue is only on mobile. -
AuthorPosts