Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Doodlebee

    (@doodlebee)

    What does “not working” mean? Are you getting any error/warning messages? What’s it not doing that it should be? I need a little more to go on, please. Thanks!

    Thread Starter tobyhage

    (@tobyhage)

    When i activate one of the plugins wordpress SEO or Google analytics for wordpress the menu-item in the mainmenu is disappeared.

    There are no errors/warnings.

    When is use the direct link https://www.example.com/wp-admin/edit.php?post_type=instructions after the menu-item is disappeared i will get the overview with instructions.

    So probably the only problem what occurs is the removal of the menu-item.

    Plugin Author Doodlebee

    (@doodlebee)

    Okay thanks – I’ll look into it an see what I can find.

    Plugin Author Doodlebee

    (@doodlebee)

    Okay, I’ve found the issue. For some reason, when you activate either plugin, it’s rendering the options for my plugin as “null”. Turn them off, and there’s no interference with my plugin options. (if you print_r($options) within any of my functions, they are returned as “null” when the Yoast SEO or GA is activated. Turn ’em off, and my options show up fine.)

    I’m currently trying to sort out *why*. But at least now I know what’s going on – as far as why the menu item is disappearing…

    for the time being, you can open up the instructions.php file, scroll down to the lines that start at 443 ( $args = array(‘labels’ => $labels,) and just replace ‘$show’ with ‘true’ on the show_in_menu and show_ui lines. That makes it come back.

    Thanks for letting me know about this. I’ll continue to try and sort out why these two plugins make everything ignore my options.

    Plugin Author Doodlebee

    (@doodlebee)

    Okay – got it. It was a variable naming conflict (absolutely my bad – I forgot to prefix one!) I’ll upload the changes in a moment. Thanks again for letting me know ??

    Thread Starter tobyhage

    (@tobyhage)

    Thank you for solving the problem ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘version 3.0 not working with wordpress SEO and Google Analytics for WordPress’ is closed to new replies.