This bootstrap.css file has generic classes like “.col-1” overriding styling in my theme. If I delete this file, my theme loads correctly with minimal impact to the calendar.
Please consider loading a slimmer version of this file only when needed. Thank you!
]]>And that the two previous two posts look like?
https://ibb.co/C1krWqC
]]>Error information:
WordPress versión 5.4.1
Tema actual: Salient (versión 11.0.4)
Plugin actual: Ultimate Member (versión 2.1.6)
PHP versión 7.3.17
What I can do?
thanks
Detalles del error
==================
Se ha producido un error del tipo E_ERROR en la línea 59 del archivo /home/az70e2mygyzz/public_html/wp-content/plugins/ultimate-member/includes/admin/core/class-admin-navmenu.php. Mensaje de error: Uncaught ArgumentCountError: Too few arguments to function um\admin\core\Admin_Navmenu::wp_nav_menu_item_custom_fields(), 4 passed in /home/az70e2mygyzz/public_html/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in /home/az70e2mygyzz/public_html/wp-content/plugins/ultimate-member/includes/admin/core/class-admin-navmenu.php:59
Stack trace:
#0 /home/az70e2mygyzz/public_html/wp-includes/class-wp-hook.php(287): um\admin\core\Admin_Navmenu->wp_nav_menu_item_custom_fields(0, Object(WP_Post), 0, Object(stdClass))
#1 /home/az70e2mygyzz/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /home/az70e2mygyzz/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/az70e2mygyzz/public_html/wp-content/themes/salient/nectar/assets/functions/wp-menu-custom-items/walker-nav-menu-edit.php(67): do_action(‘wp_nav_menu_ite…’, 0, Object(WP_Post), 0, Object(stdClass))
#4 /home/az70e2mygyzz/public_html/wp-content/themes/salient/nectar/assets/functions/wp-menu
any help much appreciated.
]]>I have this navcode in my theme:
<nav class="art-nav">
<?php
echo theme_get_menu(array(
'source' => theme_get_option('theme_menu_source'),
'depth' => theme_get_option('theme_menu_depth'),
'menu' => 'primary-menu',
'class' => 'art-hmenu'
)
);
get_sidebar('nav');
?>
</nav>
It works as is should, but I’m trying to add this code
<?php wp_nav_menu( array(
'container' => 'none',
'container_class' => 'menu-header',
'theme_location' => 'primary',
'menu' => get_post_meta( $post->ID, 'MenuName', true)
)
);
?>
to get custom menus. The code is working but I can’t figure out how to get it in the right format. ( same font / color etc )
]]>For an idea of what I’m attaching a link. My question therefore, is like most blogs, where there is a menu navigation that can dynamically add menu items, is this a requisite for a wordpress theme to work or can I move forward and use php and link to different pages and posts with what I have?
]]>Love this theme!
And having a problem with the Main Nav … it stopped behaving earlier today. I select in Customzr the menu I am using and pffft it gets bumped out and I visit site and I get the Add A Menu notice … crikey.
I have reinstalled WP several times. I have deleted the Customizr theme and re-downloaded and re-installed the theme. I clear my browser constantly of history and I do the ipconfig /flushdns so my readings/viewings of the site are as clear and fresh as possible.
If this is a conflict with a plugin, which I did delete earlier today, wouldn’t the reinstalling WP overwrite any nonsense caused by the plugin, if that’s my problem?
Thanks people,
B
]]>dev.ussailing.org/index.php/education
On that page I have a child page navigation plugin in use and below that is the menu I am trying to work with…The reason I am trying to do this is basically because I have pages that I want to be on multiple pages in their navigation and wordpress only lets you set one parent page in the page tree.
]]>When i do submenus with pages, all subitems but only the pages have the class .current-menu-item. What do I wrong?
here is my current output:
<li id="menu-item-51" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2 current_page_item current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-51"><a href="https://ofroom.enabled.io/sample-page/">MATERIAL FüR DIE ZUKUNFT</a>
<ul class="sub-menu">
<li id="menu-item-52" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2 current_page_item menu-item-52"><a href="https://ofroom.enabled.io/sample-page/">Votteler</a></li>
<li id="menu-item-53" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2 current_page_item menu-item-53"><a href="https://ofroom.enabled.io/sample-page/">Interface</a></li>
<li id="menu-item-54" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54"><a href="https://www.tompeak.com">3M</a></li>
<li id="menu-item-55" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2 current_page_item menu-item-55"><a href="https://ofroom.enabled.io/sample-page/">BASWA</a></li>
</ul>
</li>
]]>