• Resolved rickstar123

    (@rickstar123)


    I have the homepage banner installed and it appears on the first page of my blog homepage. However when you scroll to the bottom of the page click to next page the banner is still there. How do I make it appear only on the fist page of the homepage. Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter rickstar123

    (@rickstar123)

    As a clarification to my question, my home page displays the latest posts so the homepage banner sits above my first post which is fine. However when I scroll to the bottom of the first page and select next page to view more posts the banner is still on the 2nd, 3th etc pages.

    How do I have the banner only appear on the first page of the homepage?

    Does this require some extra code?

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @rickstar123,

    A piece of CSS, something like

    .paged .home-page-banner {
        display: none;
    }

    should work.

    Kind regards,
    Herman ??

    Thread Starter rickstar123

    (@rickstar123)

    You’re a genius Herman!!! That’s exactly what I needed.

    Thank you soooo much. I really appreciate your time.

    Thread Starter rickstar123

    (@rickstar123)

    You may also be able to assist me with a follow up question Herman?

    I’d like to add additional functionality to this banner like you would add a text or button block in the Gutenberg editor.

    I’m hoping to make this into a welcome banner with a “start here” button.

    Is this possible?

    @rickstar123 Does not look like this is working without the premium addon

    Thread Starter rickstar123

    (@rickstar123)

    I have Astra Pro but I can’t see how I can add texts and buttons to the Homepage Banner?

    Then you dont need this addon I guess. You must create a new layout and apply it to the homepage. https://wpastra.com/docs/page-headers-overview/

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @rickstar123,

    Just like @nicohood said, there’s no feature on this plugin to do that.

    As the Forum Guidelines doesn’t allow us to discuss the pro features, I would suggest you reach out to us through our Support Portal if you need further help.

    Kind regards,
    Herman ??

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi guys,

    I am closing off this topic due to the lack of activity. Feel free to reply to this thread or open a new topic if you need further assistance.

    Kind regards,
    Herman ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to display banner only on first homepage.’ is closed to new replies.