Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #283630

    Hi, wondering would be it be possible to add a custom button to the enfold navigation menu similar to a login in button.

    thanks in advance

    #283632

    Hey ste_thumbs!

    Thank’s for using our theme.

    There is an action hook:

    
    do_action('ava_after_main_menu');
    

    that allows you to echo HTML code right after the <nav> closing tag of the menu.

    Cheers!
    Günter

    #283666

    Hi Günter
    Thanks for the reply good to know its possible, havent used action hooks much with wp.
    would i add that action to the function.php file ?
    and would i then need to add some custom css to add my html code after the <nav>

    #283790

    Hey!

    You can add a new link in Appearance > Menus. Then you can customise it using menu item ID as following

    #menu-item-5995 { color: red !important; background-color: black !important; }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

    #285021

    ive been trying to use this plugin to get the effect client wants ( custom image button in navigation menu ) https://wordpress.org/plugins/menu-image/ but there seems to be a conflict with enfold. any suggestions ?

    thanks in advance

    #285220

    Hi!

    Please try contacting plugin authors, as they should have better insight on the issue.
    Does custom CSS code i posted not help?

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.