• Hi, this plugin is really useful tome. thank you for sharing and maintaining it.
    Im just wondering, i created a condition to show some menu under a specific page. but it doesnt show for the page’s children pages.
    Is this a bug, or is it not intended to work this way ?
    Thank You !

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    Unfortunately we have a bug with Child Pages, the conditions are not applying to the child-pages due to this bug, but it will be fixed in the next update.

    Thread Starter buzibuzi

    (@buzibuzi)

    Hi themifyme, first of all im happy to hear its just a bug and not a feature.
    can i ask when do you expect to release the fix. is there an older version i can use in the mean time ?
    Thanks a lot.

    Plugin Author themifyme

    (@themifyme)

    Hi,

    Unfortunately we do not have a schedule for that, but using an older version may not be a good idea, as that may not work well with the latest WordPress version, but in case you know of an older version that worked for you, then please let us know which version, so we can send it to you.

    Thread Starter buzibuzi

    (@buzibuzi)

    Hi, thanks for taking the time to answer this.
    Can you direct me to where in the code the bug may be ? i might be able to create a temporary fix in the code until the fix is distributed.
    This plugin is serving me quite well and i need this feature quite urgently.

    Plugin Author themifyme

    (@themifyme)

    Hi,

    If you need the fix urgently, please contact us via email at [email protected], so we can send you the necessary fix.

    Thread Starter buzibuzi

    (@buzibuzi)

    Hi
    look at the check_visibility function. in (init.php)
    i replaced the line
    in_array( '/'.$this->child_post_name($query_object).'/', $posts ) )
    with
    in_array( get_page_uri($query_object->post_parent), $posts) )

    it seems to fix this, i hope you dont mind me posting this here
    what do you think ?

    Plugin Author themifyme

    (@themifyme)

    Hi,

    If it works fine for you, then it is okay to use and no problem for posting this here. If you need more help, please let us know.

    @themifyme can you please merge the fix provided by @buzibuzi and release a new version?

    Plugin Author themifyme

    (@themifyme)

    Hi @yaplex

    I asked our developer to check that fix, if it is correct we will implement it in the next update.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘conditional menu doesnt appear in child pages’ is closed to new replies.