• Resolved anjxed

    (@anjxed)


    I was just wondering why the conditional menu does not work anymore. It worked before, but now when I head over to the conditional menu tab, when I want to add a new condition for the menu, there’s only a grey overlay and the options to show the menu at different pages does not show. What could be the problem? Thanks

    P.S. I did not update my wordpress site or the plugin. It just stopped working

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem here!!

    Same :c

    WP 4.7.2

    Thread Starter anjxed

    (@anjxed)

    oh, some people have the same problem, anyway I emailed the theme creator and they fixed it

    They downloaded the Safecode plugin and put this into it.

    <?php

    function themify_conditional_menus_patch( $post_types ) {
    unset( $post_types[‘product’] );
    return $post_types;
    }
    add_filter( ‘themify_hooks_visibility_post_types’, ‘themify_conditional_menus_patch’ );

    Hope this works for you too

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conditional Menu Option does now show’ is closed to new replies.