Archived topic
WooCommerce - User area button only visible on homepage
5 replies · Started by David on June 25, 2020
Hello GP team!
We have a website with WooCommerce, but the "User zone" is only displaying on the homepage.
Is very strange, because I have the custom link on the global menu.
For example, if you go to the blog page, the icon disappears.
You can see the link on menu -> https://ibb.co/QnszYqb
Thank you!
Hi there,
GeneratePress does not load FontAwesome. The pages that display the icon must be using a plugin that does instal FA.
Read here about adding FA:
It works! Thank you David.
One last question.
On the mobile mode... How I can maintain the user account icon always on the screen? Like the serach button for example.
It can be wright place it next to the search button.
Thanks :)
Use the Hook Element to add your own <a> element with the icon to the inside_mobile_header Hook.
https://docs.generatepress.com/article/hooks-element-overview/
Give the the <a> a CSS class that we can target as it will need some CSS to position it
Thank you!
You're welcome