Description
This is a fork of my similarly named Alligator Popup Plugin. Unlike the original plugin, this one enables you to open the target of a menu item of your WordPress custom menu in a popup window.
Add the ‘mpopup’ class to a menu item in a custom menu to open the target in a popup Window.
Enables you to specify that a menu item on your WordPress custom menu will open in a new popup window. An admin page allows you can control the size of the popup window and whether it has scrollbars.
Usage:
You will find the Menu Popup Settings Page at Settings => Menu Popup
- Set the dimensions of the popup window and whether you want the popup window to be scrollable
Then edit your custom menu at Appearance => Menus
* Enable the CSS Classes option in the Screen Options pull-down panel on the menu editor page.
- Add the mpopup class to any menu item where you want the target page to open in a popup window.
When the menu item is clicked, the link should now open in a popup window.
Installation
Install the same as any other plugin
see: https://codex.wordpress.org/Managing_Plugins#Installing_Plugins
FAQ
-
Where is the admin page?
-
You’ll find it at settings => Menu Popup
-
How do I get a link to popup if it is not a menu item?
-
You can use the Alligator Popup plugin for that
-
Why doesn’t it work for me?
-
It works for me, but all sites are different. Post a support request and I’ll try my best to help you get it working
-
What levels of support are available?
-
You can receive free support for the plugin if you have problems getting it working. To access this, please open a new topic on the plugin support forum. Don’t forget to post a link to a page on your site where the issue can be seen.
I can provide free support if all communication takes place on the forum as that support becomes a public resource where people can look for an answers if they have a similar issue in future.
If the free support on the WordPress.org forum does not meet your requirements, and perhaps you prefer not to post the url on the public forum and require private communication as you are making a site for a client, you can request support via the premium email support form for cubecolour plugins form.
Reviews
Contributors and Developers
“Alligator Menu Popup” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Alligator Menu Popup” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change Log
1.0.1
- Tooltips added to links in the plugins table
- Used new heart icon in dashicons WP 3.9
- added ‘resizable=yes’ for IE to enable maximise button on popped up window
1.0.0
- Initial Version