Support » Plugin: Responsive Menu - Create Mobile-Friendly Menu » Using on a Shared Menu on Multiple WordPress Sites

  • Resolved carnini

    (@carnini)


    I have wordpress installed in a multi-site mode, where many blog sites are using the one install of wordpress for their blogs.

    On the main blog I have a menu that is shared across all blogs. The menu is called via some php code, and shown on all the other blogs. We did this so that the listing of blogs can be maintained via the main blog and all the other blogs will have an up to date menu.

    My issue, is I want to use the responsive menu on all my blogs for this main share menu but it is asking for what menu to use. The menu doesnt show up since it is not a menu on the blog is question but on the main blog.

    Is there anyone to get responsive menu to work for a shared menu like this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi carnini,

    Im not sure how you can achieve this. My plugin uses the wp_nav_menu() function which needs a created menu id, name or theme location.

    Is the menu you have created completely custom php code or has it been created somewhere in your WordPress admin at all?

    All the best

    Thread Starter carnini

    (@carnini)

    I thought there might not be a workaround but wanted to check.

    For those with multi sites using a menu from 1 blog, the following may be an option for you. The menu on the main blog does not change much so I did the following.

    What I did to make this work is use the duplicator plugin, I added a line in the plugin to be able to change what blog the duplicate menu plugin writes to. By doing this I was able to take my menu from the main blog and replicate it on the other blogs. I then went into the Responsive plugin and choose to use those new duplicated menus.

    Worked fine

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey carnini,

    Thanks a lot for the update and for helping those that may need it in future.

    All the best

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using on a Shared Menu on Multiple WordPress Sites’ is closed to new replies.