Navbar is hidden behind carousel when using wp-boostrap-navwalker

Well figured it out by myself. z-index was set on the wrong element. Add a new class to the container_class property: <?php wp_nav_menu( array( ‘theme_location’ => ‘header-menu-left’, ‘dept’ => 2, ‘menu_class’ => ‘navbar-nav justify-content-end’, ‘container_class’ => ‘collapse navbar-collapse YOURCLASS’, ‘container_id’ => ‘navbarNav’, ‘fallback_cb’ => ‘WP_Bootstrap_Navwalker::fallback’, ‘walker’ => new WP_Bootstrap_Navwalker(), ) ); ?> and change the … Read more

How can I order these pages in this navigation bar on this old wordpress theme?

I suggest you change code of your greenday_get_menu_from_pages() function a little bit, just so that the results are not ordered by post_title which is default for get_pages(), but ordered by menu_order, which is what most “page ordering” plugins you have tested actually work with. So here is one new line in your function: function greenday_get_menu_from_pages() … Read more

add_theme_support( $feature=’menus’ )

From the documentation for add_theme_support(): The following parameters are read only, and should only be used in the context of current_theme_supports(): … menus: Use register_nav_menu() or register_nav_menus() instead. … So your theme shouldn’t be using add_theme_support($feature=”menus”) to begin with. Support is automatically added by register_nav_menu(). If you don’t want menu options for your theme, make … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)