WPIntell

Source evidence

Used to work

Disable Parent Menu Link · support · 2012-12-21T04:28:00+00:00

complaintsentiment
mediumseverity
0.93relevance
13replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 29 rows with source links

24.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
jwk unresolved
Worked great until I updated to v3.5. Too bad… great plugin. http://wordpress.org/extend/plugins/disable-parent-menu-link/ Yes it was really usefull. Is there a way to edit the plugin to restore its function. Found an easy way: http://www.cybercoded.net/how-to-disable-a-parent-item-link-on-wordpress-menu/ I m really sorry for delayed feedback. I’ll check this issue on this weekend and will get back to you on Monday. With standard WP menus, the previous tip works. On my website: http://www.celloarte.org/ it’s ok without your great plugin. Thanks passive-house for the link to the tip. After you have added the link to your WP menu you can remove the # Then it becomes unclickable, the way it should work. That is a great tip, passive-house . Thanks! And thanks to fuzegraphics for the addition! I’m looking forward to trying those out. Now the only problem is getting the cursor to be default instead of pointer . A little javascript should do the trick… but might it be possible with only CSS? Kapil, any chance you’re fixing this? fuzegraphics , it worked! Thank you! Not only is the link unclickable, but the cursor is appropriately not the pointer that indicates it’s hovering over a link. Do we still need the plugin? Was this trick only made possible recently? So, just to summarize, one can in Appearance > Menus make a non-clickable menu item by creating a Custom Link with “#” as the URL. Once the item is added to the list of menu items, one can delete the # from the URL, leaving a blank URL. (Save the menu, of course.) Then the new item appears in your menu as unclickable text. Brilliant! Thanks again to both passive-house and fuzegraphics ! I never used custom menus before (someone else made my website for me – I have only very basic knowledge) and can’t get it working. :/ I would be very happy if this plugin would still be fixed. It was so very helpful! You can get the bug free version from http://wordpress.org/extend/plugins/advanced-disable-parent-menu-link/ Thank you so much! It’s a big help. 🙂 My Pleasure 🙂 Please note, this plugin calls wp_print_scripts a second time. Every other plugin hooked to that action will be called twice now. And it doesn’t not enqueue a JavaScript file; it prints its code directly into every page, without even checking if there is a nav menu. Here is a PHP solution without these problems .

Comments

13 shown
passive-house 2012-12-21T12:39:00+00:00

Yes it was really usefull. Is there a way to edit the plugin to restore its function.

passive-house 2012-12-21T12:47:00+00:00

Found an easy way: http://www.cybercoded.net/how-to-disable-a-parent-item-link-on-wordpress-menu/

Kapil Chugh 2012-12-21T13:09:00+00:00

I m really sorry for delayed feedback. I’ll check this issue on this weekend and will get back to you on Monday.

passive-house 2012-12-21T13:10:00+00:00

With standard WP menus, the previous tip works. On my website: http://www.celloarte.org/ it’s ok without your great plugin.

fuzegraphics 2013-01-15T14:33:00+00:00

Thanks passive-house for the link to the tip. After you have added the link to your WP menu you can remove the # Then it becomes unclickable, the way it should work.

jwk 2013-01-15T17:39:00+00:00

That is a great tip, passive-house . Thanks! And thanks to fuzegraphics for the addition! I’m looking forward to trying those out. Now the only problem is getting the cursor to be default instead of pointer . A little javascript should do the trick… but might it be possible with only CSS?

alpha4 2013-01-18T00:55:00+00:00

Kapil, any chance you’re fixing this?

jwk 2013-01-18T03:57:00+00:00

fuzegraphics , it worked! Thank you! Not only is the link unclickable, but the cursor is appropriately not the pointer that indicates it’s hovering over a link. Do we still need the plugin? Was this trick only made possible recently? So, just to summarize, one can in Appearance > Menus make a non-clickable menu item by creating a Custom Link with “#” as the URL. Once the item is added to the list of menu items, one can delete the # from the URL, leaving a blank URL. (Save the menu, of course.) Then the new item appears in your menu as unclickable text. Brilliant! Thanks again to both passive-house and fuzegraphics !

Anshie 2013-01-20T00:33:00+00:00

I never used custom menus before (someone else made my website for me – I have only very basic knowledge) and can’t get it working. :/ I would be very happy if this plugin would still be fixed. It was so very helpful!

Kapil Chugh 2013-01-24T11:13:00+00:00

You can get the bug free version from http://wordpress.org/extend/plugins/advanced-disable-parent-menu-link/

Anshie 2013-02-03T00:20:00+00:00

Thank you so much! It’s a big help. 🙂

Kapil Chugh 2013-02-04T07:57:00+00:00

My Pleasure 🙂

fuxia 2013-03-24T02:03:00+00:00

Please note, this plugin calls wp_print_scripts a second time. Every other plugin hooked to that action will be called twice now. And it doesn’t not enqueue a JavaScript file; it prints its code directly into every page, without even checking if there is a nav menu. Here is a PHP solution without these problems .