Archived topic
3 questions
3 replies · Started by Bárbara Merino on February 1, 2019
- How do I do it so that under the articles in the box the Bio of the author comes out?
- can the mobile version remove the word menu and only the 3 horizontal stripes appear?
- I changed the logo, but erasing the cache and everything, the old version comes out in the mobile version.
Hi there,
1. Create a new Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Add this to the Hook content:
<div class="author-bio">
<h3><?php the_author_posts_link(); ?></h3>
<p><?php the_author_meta('description'); ?></p>
</div>
Select Hook: after_main_content
Check Execute PHP
On Display Rules set to Posts > All posts.
2. Customizer > Layout > Primary Navigation --> Mobile Menu Label - remove this text.
3. Customizer > Layout > Header > Mobile Header Logo - change this.
How can you leave the headboard fixed when you scroll down?
In Customizer > Layout > Sticky Navigation - will do that.
https://docs.generatepress.com/article/sticky-navigation/
It only applies to the Navigation though. So you may be interested in this article to make your navigation the header:
https://docs.generatepress.com/article/navigation-as-a-header/