Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • in reply to: Sidebar Manager #214536
     costicozma
    Participant

    Hi,

    Sidebar manager works fine now on CPT.
    The other post/pages theme options don’t work.
    Thank you!

    in reply to: Sidebar Manager #214342
     costicozma
    Participant

    Hi 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!

    in reply to: mobile menu keep closing #192373
     costicozma
    Participant

    Hi,

    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!

    in reply to: mobile menu keep closing #192365
     costicozma
    Participant

    Just 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.ro

    in reply to: mobile menu keep closing #192360
     costicozma
    Participant

    Hi,
    Thank you for your ansewar.
    Din you check the site on mobile phone? The menu issue is only on mobile.

Viewing 5 posts - 1 through 5 (of 5 total)

Log in with your credentials

Forgot your details?