How would you suggest we add other input types such as checkboxes, selects etc?
I can customize the example file for each type and do this:
require_once(‘menu-item-custom-fields-text.php’);
require_once(‘menu-item-custom-fields-select.php’);
require_once(‘menu-item-custom-fields-checkbox.php’);
…etc.
Seems kind of inefficient.
Thanks
]]>Iam using events manager, and I wanted to pull in the next upcomping event inside my custom menu field using
[events_list limit="2" category="9"]
<div class="image half drop-column">
<a href="#_EVENTURL">"#_EVENTIMAGE"
<span class="image-text">
<strong>#_EVENTNAME</strong>
<span>#_EVENTDATES</span>
</span>
</a>
</div>
[/events_list]
It’s pulling in my content as html, not rendering my shortcodes. Is it possible to render shortcodes in the Custom menu fields?
]]>Hi there,
I’m having some trouble displaying my custom field’s value on a page.
Getting the custom field to be displayed in the “Menus” works fine, but I’m not sure how to print out the value.
I’ve created the following custom field:
( 'Image URL', 'imageurl' )
How do I get my custom nav walker to display the value?
Thanks in advance
]]>Hello,
Everything working smooth and I already built what I want. But, when I try to add pages to my menu “Please Try Again” message returns, and it seems about permission check here;
check_admin_referer( 'update-nav_menu', 'update-nav-menu-nonce' );
whenever I disable this row, all back to work as expected. Tried to find a solution but no success. Do you have any solution?
Thank you for your time,
(Sorry about my English, never been good to learn foreign languages ??
Kind regards.
]]>