-
AuthorPosts
-
January 5, 2020 at 12:48 am #1170396Ole Andre WerdalGuest
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.
January 5, 2020 at 1:22 am #1170400Hey Ole Andre Werdal,
This is possible but would require a bit a css/js to make this work.
Best regards,
Jordan ShannonJanuary 5, 2020 at 1:23 am #1170401Hey!
Is that something you could figured out for me?January 5, 2020 at 1:38 am #1170403Hi,
Yes, do you have a link to your site? We would need admin access.
Best regards,
Jordan ShannonJanuary 5, 2020 at 1:41 am #1170404Yes, of course. See private content.
January 5, 2020 at 4:52 am #1170417Hi,
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,
RikardJanuary 5, 2020 at 11:54 am #1170434Ole Andre WerdalGuestHello,
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.
January 5, 2020 at 8:56 pm #1170554Hi,
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,
MikeJanuary 5, 2020 at 9:35 pm #1170564Hello, 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.January 7, 2020 at 1:57 am #1170878Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.