Site logo

Archived topic

Question about items outside hamburger menu on mobile

21 replies · Started by Hernan on March 5, 2023

Viewing posts 16–22 of 22

That's right, I need that search icon. It is a custom post type with a custom search page

I sense that what I want to do is not possible. It would be great if there was a hook before the menu, it would be very useful for adding icons. While in the menu_bar_items hook it would be very useful to add buttons after the menu. I'm not sure how frequent this need can be but I think it would be very cool

I think I prefer to leave it here. What I can comment on my menu is that it is a "common" menu, the current search icon is font-awesome:

The final two buttons are inserted by hook.

At one point I thought of replacing the search icon with one inserted by hook. But I couldn't properly insert or select the container to apply the "order:-1" property to it

I see.

Well, if you're using the Mobile Header, the other way would be to add a Block Element - Hook hooked to inside_mobile_header.

Then, re-add the Search Icon there.

Thank you ! Extremely interesting that hook

I am going to work on a mobile menu (that does not have a search icon) and I will insert the icon there using this hook

Thank you so much !

You're welcome, Hernan!

This archived topic is closed to new replies.