I created the Menu using the plugin. Although it works fine, I want to now, if it is possible to open the menu from dropdown in a new window.
]]>First, No URL was provided because the website is behind a COMING SOON wall. I installed the plugin, and it seems to be working. I have on my website the regular site menu. However, one of the items on that menu has a list of 78 other items. For Example, That page is named TOWNS: I have made a page for all those 78 individual towns/municipalities and out of the box, WordPress is only showing some 11 when the menu drops. So, I thought that the Plugin was going to help me when it occurred to me to add a menu via short code on the TOWNS page. The plugin does its intended job, but only shows the same amount of municipalities that WordPress shows without the plugin.
I’m using LIST or DROPDOWN on the plugin options, but neither does the trick. Any help will be greatly appreciated. It is a nice plugin, I’ll have it in mind for future projects, but in this particular case, it is not working for my specific need. :o(
]]>Since version 1.2.2 I’m getting php warning about an undefined array key “mipshowappearancemenus” at the end of admin/admin.php file. I think this is because I don’t use a block-based theme and there’s no such key (even with a default or uninitialized value) in plugin options stored in database. The default value passed to the get_option() function, which might have helped, never applies in my situation, because the existing option is returned.
]]>This plugin is truly remarkable, moreover, it respects the styles of the theme, which is rare.
I hope it stays up to date for a long time because I plan to use it regularly.
Many thanks to the awesome developer!
Since WordPress 5.9, the classic menu editor (Appearance > Menus), used to add/edit menus for Menu In Post has been hidden for block-enabled themes.
Version 1.2.2 of Menu In Post adds an option (Settings > Menu In Post) called “Show Appearance > Menus” to bring back the menu link for the classic menu editor so that you can add/edit menus for use with Menu In Post even if you’re using a block-enabled theme.
I don’t know how long WordPress will continue to support classic menus, but this will buy you some time if you want to upgrade to a block-enabled theme and continue using Menu In Post.
]]>Another possible advantage of the native Navigation block which came to mind:
Whereas menu-in-post once it is activated includes a <script>
reference to src="/wp-content/plugins/menu-in-post/js/main-min.js"
(200 bytes full, 122 bytes minified) in each page/post, regardless whether that has a menu-in-post shortcode in it or not. It does not have that conditional inclusion mechanism.
I guess you don’t want to change much anymore on this phase-out plugin: But one possible efficiency improvement could be to include the minified script inline (just 122 bytes) on each page which is not much more than the markup for loading it from its src but spares the additional HTTP request (only once initially, then anyhow cached with a long max-age and cache busting).
Also with web acceleration plugins like W3 Total Cache you can minify and embed external JS/CSS resources inline the HTML but this is yet another layer of abstraction one needs to understand, master and manage.
So if source plugins could offer web acceleration options themselves, would be great. Seems to be technically feasible. E.g. Max Mega Menu has the General Settings → CSS Output where you can choose:
<head>
I created a Menu in Post Dropdown menu with the placeholder “Choose a topic”. The placeholder does not show as the page is loaded; some random page shows instead. How do I get the placeholder to stay “in place”? Thanks!
]]>Can this plugin “Menu In Post” be considered obsolete in a Gutenberg only working environment?
Or does “Menu In Post” have any extra features that are not possible with the native Gutenberg navigation block?
Thanks for infos.
]]>Hi,
I noticed two notices coming from plugin after switching to PHP 8:
Deprecated: Required parameter $content follows optional parameter $atts in menu-in-post/menu-in-post.php on line 24
Deprecated: Required parameter $shortcode_tag follows optional parameter $atts in menu-in-post/menu-in-post.php on line 24
Can you do something about it?
]]>Hi, I have some pages, I want a custom menu on, not a list, not a dropdown, but exactly like what the main header menu looks like or similar. I hide the header in the page settings, I am also using wp visual composer .. I tried html and other things but no luck, lots of problems I use the visual composer free starter theme
thanks in advance
]]>Hi,
1. Is it possible to have my three menu items in a row instead of the drop down?
2. How can I make it match the black backgound?
3. Can if change to a hamberger menu on mobile?
Thank you
]]>Hi
I wonder how I can style the list in the dropdown? Now it doesn’t have the right font, weight and background.The container also change color after I have clicked it.
See this image:
https://drive.google.com/file/d/16Ww5bFOh9uUoVPt3tFVMIvLnrhw4IKUn/view?usp=sharing
Regards Peter
]]>I just installed this on my multisite and I am getting no text for the list items. When I change it to the drop down it has for each “#[post_id] (no title)”.
]]>Is it compatible with WPML?
e.g. display the Italian menu in Italian page and English menu in English version.
]]>Support,
Will your plugin work with custom post types. For example a listing site with user listings pages.
Please advise.
Thanks
Vishan
Hi.
Appreciate your plugin.
Where do I go to find the files to stylize the placeholder text, change the background color and remove border?
Also, I would like to place 3 or 4 menus across the page horizontally inline, but can only seem to get them vertically aligned. (I’m referring to the menu buttons, not the menu content). How would I go about getting this done?
I realize that this may not be a Menu In Post support issue, but would appreciate any help — as detailed as possible since I am not a true “techie.”
Thank you.
]]>Hi,
I managed to create the menu in horizontal view, but how would I make it more presentable in mobile view. Its too long for horizontal view now, i would like it to wrap around…maybe flex wrap?
My current code is
.inlinemenu {
float: none;
padding-right: 25px;
padding: -20px;
padding-bottom: 10px;
width: -3px;
height: 0px;
top: 9px;
margin: 0px;
list-style: none;
}
]]>
Hi, I have read the support post regarding the horizontal view, but it is not working for me, can you help?
Got it working
#menu-towns-cities.inlinemenu {
display: inline-flex;
float: none;
padding-right: 2px;
padding: 19px;
width: -1px;
height: 0px;
top: 3px;
margin: 6px;
list-style: none;
}
]]>
Is it possible to make the dropdown menu display the selected record after loading the new page?
Otherwise the “Select” option will always be left first.
Tank
Hello, is it possible to split the menu into two columns? Many Thanks.
]]>I like this plugin and would really like to adapt it to append an anchor to the end of every menu item (based on a shortcode attribute). Can you point me in the direction of how to do this?
]]>Hi,
I used your plugin to make a dropdown menu in a content block which is very handy. Only problem is the instead of showing the menu item it shows “Select” at the top fo the dropdown. Is there a way to change this?
Thank you!
]]>super plugin !!!
how can you highlight individual options via html? example:
point 1 = abc
point2 = 123
123 should be in bold.
formatting in the menu area is unfortunately ignored (code is not passed).
Hello! You plugin is great!
Could you assist with tips how to make its display with horizontal view not vertical please!
I am going to use it in footer section! Now it displays but just with vertical view.
Thanks in advance!
G
Hello,
Thanks for the plugin, it works great. I wondered if you would consider adding an option for menus with child links to convert to a dropdown?
The use case would be if there are many links and a dropdown is more functional.
]]>