• Resolved sweety1923

    (@sweety1923)


    My web story is being displayed double time on the web story home page. How do i solve this. This is affecting the page speed of my blog as well. Can someone please help me resolve this issue.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pascal Birchler

    (@swissspidy)

    Hi there

    This appears to be a display issue with your theme, which shows both the interactive story player and the poster image on top of it, hence the “double display”.

    You can remove the poster image using some custom CSS, which you could add in the Customizer under “Additional CSS”.

    The following CSS should do the trick:

    .post-type-archive-web-story .web-story.has-post-thumbnail .wp-post-image {
    display: none;
    }
    Thread Starter sweety1923

    (@sweety1923)

    Thanks a lot, the issue is resolved.

    Just wanted to check one more thing about the display, like other blog posts can we also add the title & excerpt of the web-story?

    Plugin Author Pascal Birchler

    (@swissspidy)

    The archive page layout and what’s displayed on there is determined by your theme. We don’t control that.

    However, you could create a custom stories archive page in the settings and then use the Web Stories block or the Query Loop to have more control over the appearance.

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