Here are links to 4 images – two from the pre-migration site and two from the site migrated to – the post-migration site
Pre-migration
Under event-management-rights three options are shown, which are absent after migration
https://sacredspace.menneske.dk/event-organizer_screenshots/pre-migration.png
post migration
These rights now absent
https://sacredspace.menneske.dk/event-organizer_screenshots/post-migration.png
Pre-migration
Under WP-menus four options – Events, Event Categories, Event Tags and Venues – are available for Menus
https://sacredspace.menneske.dk/event-organizer_screenshots/pre-migratio2.png
Post-migration
these 4 options now absent
https://sacredspace.menneske.dk/event-organizer_screenshots/post-migration2.png
I obviously have not thought of everything, but I am stymied.
Can you help?
https://www.ads-software.com/plugins/event-organiser/
]]>Thanks for the neat plugin. Works fine with Woocommerce products even within categories.
However, there is a weird thing I notices.
When I used search, the results were fine, but the WP Menus on the search results page were hijacked by the plugin & was displaying search results as menu items.
This happened on all custom menus showing on the site.
During diagnose, I disabled your plugin & the search results page came back to normal with desired Menus on their places.
This of course did not happen on the ‘No results page’
FYI & see what’s wrong.
Thanks & regards
https://www.ads-software.com/plugins/intuitive-custom-post-order/
]]>Anyone know how to write a custom walker function for wp_nav_menu that will…
1) Display the item description for parent items only.
2) Wrap the parent item (title, link and description) in it’s own div only if it has children.
(I’ve simplified the div’s, li’s and ul’s to have no classes)
<div>
<ul>
<!-- Parent With Children -->
<li>
<div class="parent">
<a>Parent Item</a>
<span class="desc">Description</span>
</div>
<ul>
<li><a>Child Item</a></li>
<li><a>Child Item</a></li>
<li><a>Child Item</a></li>
<li><a>Child Item</a></li>
<li><a>Child Item</a></li>
</ul>
</li>
<!-- Parent Without Children -->
<li>
<a>Parent Item</a>
<span class="desc">Description</span>
</li>
</ul>
</div>
Judging by the flexibility of the walker function I’m pretty sure this shouldn’t be hard at all but I’m not a PHP wiz by any means. Thanks in advance.
Luke
]]>https://www.ads-software.com/extend/plugins/dsidxpress/
]]>add_action( 'init', 'register_my_menus' );
function register_my_menus() {
register_nav_menus(
array(
'navigation' => __( 'Navigation' ),
'secondary-menu' => __( 'NavUnterseite' ),
'tertiary-menu' => __( 'Leistung' )
)
);
}
This is the only code I got so far regarding menus.
If there is no way to do it, it would work fine if there’s a code that prevents WP from adding every new site to the navigation.
This is what I’m currently using where I so far don’t have a menu. Is there any like exclude but instead of “Include everyone, except the mentioned” like “Exclude everyone, except the mentioned”:
<?php wp_list_pages('title_li=&exclude=214,215,216,243,252,254'); ?>
The resolutions I got where only working globally, for every menu I have and add.
The Menu doesn’t update. Even if I prefix the Menu values with HTTPS, it resolves to standard URLs. What am I overlooking?
Thank you for reading this
Has anyone seen anything along these lines?
]]>I am running a WP theme which supports 1 menu. 3 days ago I successfully created a menu, saved it and enabled it. Worked fine.
A couple of hours ago I realized the menu I created was not displaying on the website, but rather the menu from the theme. I was puzzled as I did not make changes to the ‘menus’ menu in WP and did not make any changes to any php files of the theme as well as WP, since I activated the custom menu.
I went back to ‘Menus’. Deleted the menu I created previously and created a new one and saved it. Then when to the ‘theme locations’ to activate the menu. I selected it from the drop down menu and clicked on the save button.
When back to my site (on chrome), refresh the page -> nothing.
Emptied the cache and everything else of the browser -> nothing.
Opened my site on Safari and firefox -> same result.
When back to WP admin panel -> Menus -> only to realize the menu I selected from the drop down menu at Theme Locations -> primary navigation was ‘deselected’. I selected it again and clicked on the save button. Same result. In fact when I go to a different section of the WP admin panel and come back to ‘Menus’, the menu would be deselected from the primary navigation drop down menu. An empty space is displayed, instead of the name of the navigation menu I created and selected from the drop down menu of primary navigation.
I am currently at a total loss…
Please help.
Sincerely,
Anthony