[Support request] Awesome “full width” photo header

Home Forums Support [Support request] Awesome “full width” photo header

Home Forums Support Awesome “full width” photo header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222673
    Michaelrobbert

    I have a question about an plugin. Does someone knows a free awesome “full width” photo header that I can place ABOVE the menu on my site. Let me know. See my GP website and let me know what you think. Michaelrobbert

    #222674
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You should be able to use the Page Header add-on, and then just move it above the menu:

    add_action( 'after_setup_theme','generate_move_page_header' );
    function generate_move_page_header()
    {
        remove_action('generate_after_header','generate_page_header', 10);
        add_action('generate_after_header','generate_page_header', 4);
    }

    Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/

    Hope this helps 🙂

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