[Support request] 3 questions

Home Forums Support [Support request] 3 questions

Home Forums Support 3 questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #798723
    Bárbara Merino

    – 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.

    #798761
    David
    Staff
    Customer Support

    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.

    #799025
    Bárbara Merino

    How can you leave the headboard fixed when you scroll down?

    #799046
    David
    Staff
    Customer Support

    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/

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