• Resolved Sergey L

    (@sergey-l)


    Have anybody face the problem that FooGallery menu item disappear from Admin menu after Contact Form 7 plugin activation?

    I thought it’s maybe because plugins try to use one position in menu but in custom post types defining function of Contact Form 7 plugin they do not specify menu position for the plugin at all.

    https://www.ads-software.com/plugins/foogallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi there,

    We have seen this before from someone else, but we could not find what the conflicting plugin was. I just tried installing CF7 on my dev box but FG still shows in the menu, so I am wondering if it is perhaps another plugin?

    Thread Starter Sergey L

    (@sergey-l)

    Actually I use Types, Views, Cred plugins from Toolset, but FooGallery working fine with them. Until I activate CF7. Well may be I’ll try to ask at CF7 support.

    I’m having the same problem.

    I found a workaround by changing the line #7 in plugins/contact-form-7/admin/admin.php from
    add_object_page( __( 'Contact Form 7', 'contact-form-7' ),
    to
    add_menu_page( __( 'Contact Form 7', 'contact-form-7' ),.

    It does move the cf7 menu-item to the end, but at least now the foogallery menu-item shows up.

    hope this helps someone. Maybe folks @CF7 can change this line in their code, then it won’t break after updates.
    and maybe it helps @bradvin and team figure out, what causes the conflict.

    Thread Starter Sergey L

    (@sergey-l)

    Look like it was fixed with last updates

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Foogallery and Contact Form 7 conflict’ is closed to new replies.