• When scrolling through the carousel there are areas of white space that appear to be blank posts. All published posts contain images. There are a number of posts in “draft” mode that do not contain images. “Select Posts” in carousel settings is set to “All Posts”. Is it possible that the carousel is displaying all posts including drafts?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, sorry this option is not available at the moment. One workaround is to edit following file.

    In render.php file in inc directory on line 18, add following code

    'post_status' => 'any',

    Regards

    Thread Starter tbereika

    (@tbereika)

    How can I exclude posts that have visibility: private from the carousel?

    Thanks.

    • This reply was modified 6 years, 3 months ago by tbereika.
    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    You can also provide array of possible values

    'post_status' => array('publish', 'draft', 'trash'),

    Thread Starter tbereika

    (@tbereika)

    Great! Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Carousel displaying blank posts’ is closed to new replies.