Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1170396
    Ole Andre Werdal
    Guest

    Hello,

    I was wondering if it was possible to add one menu item in addition to the primary menu? And this menu item has just to be visible at one page. Not the others.

    #1170400

    Hey Ole Andre Werdal,

    This is possible but would require a bit a css/js to make this work.

    Best regards,
    Jordan Shannon

    #1170401

    Hey!
    Is that something you could figured out for me?

    #1170403

    Hi,

    Yes, do you have a link to your site? We would need admin access.

    Best regards,
    Jordan Shannon

    #1170404

    Yes, of course. See private content.

    #1170417

    Hi,

    Thanks for that. Did you add the menu item already? If so then which is it? If not then pleas add it then we can give you CSS to hide the menu item on all pages except the page in question.

    Best regards,
    Rikard

    #1170434
    Ole Andre Werdal
    Guest

    Hello,

    Yes. I have the primary menu and the search icon already. But on the IT-Drift site i want an extra menu item to the left for the search icon.

    Is that possible? This menu item is going to be a url to another page.

    #1170554

    Hi,
    Thank you for the login, so I see that you are using the mobile menu for all screen sizes, I believe in this case adding a custom header widget area would work best, please see this in our documentation.
    This function in your functions.php will add the widget area after the logo and before the menu:

    add_action( 'ava_before_bottom_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header' );
    }

    then you can add your button shortcode or html link to the widget and use css to position it next to the search icon, and make it show on the one page only.
    Your WordPress > Appearance > Editor was not showing on your site so I couldn’t add the function for you, perhaps you will need to add via ftp, or unhide the editor. Once you have added the widget area and link we can help with the css.

    Best regards,
    Mike

    #1170564

    Hello, now i think i have added the code you wrote to the functions.php.
    I can provide you the FTP credentials and then you can check.

    #1170878

    Hi,

    Thank you for contacting us.

    For technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.

    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Vinay

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