-
AuthorPosts
-
December 16, 2015 at 6:02 pm #553903
Hi there,
Two questions concerning the menu of my Enfold website:
1) On the starting page of my website (= “Projekte”) the corresponding menu entry “Projekte” should be marked as active (color #808080 + blue bar at the bottom of the header section), but it isn’t. When selecting the same page in the english version of the website (= “Work”), the menu is displayed correctly. How can I adjust this?
2) Is it possible to display the blue bar at the bottom of the header section (like on every other menu entry) also when rolling over the magnifier icon (= search function)?
Best regards,
Till.December 21, 2015 at 7:03 pm #556131Hey Till!
Sorry for the delayed response.
I’m trying to log into your backend, what is the login link for your website? I get a 404 page with wp-admin and wp-login.php.
Best regards,
DakeDecember 22, 2015 at 4:26 pm #556623Hi Dake,
I compiled the login data again – should work now.
Best regards,
Till.December 27, 2015 at 10:34 pm #557619Hi!
1- You have added your “Projeckte” menu item as a custom link but custom link was wrong, so i changed URL to your projecte page in Appearance > Menus and it worked.
2- I added following code to Functions.php file in Appearance > Editorfunction add_custom_indicator(){ ?> <script> jQuery(window).load(function(){ jQuery('li#menu-item-search a').append('<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span>'); }); </script> <?php } add_action('wp_footer', 'add_custom_indicator');
and following code to Quick CSS in Enfold theme options under General Styling tab
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }
Please review your website now
Regards,
YigitDecember 28, 2015 at 7:48 pm #557814Great! Thanks for fixing it.
Cheers,
Till.December 28, 2015 at 10:14 pm #557858Hi!
Glad you made it work out!
Feel free to let us know if you need anything else, we will be more than happy to help you out!Regards,
Basilis -
AuthorPosts
- The topic ‘Menu adjustments’ is closed to new replies.