Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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.

    #556131

    Hey 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,
    Dake

    #556623

    Hi Dake,

    I compiled the login data again – should work now.

    Best regards,
    Till.

    #557619

    Hi!

    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 > Editor

    function 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,
    Yigit

    #557814

    Great! Thanks for fixing it.

    Cheers,
    Till.

    #557858

    Hi!

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu adjustments’ is closed to new replies.