• Resolved app103

    (@app103)


    The Aster Recent Posts widget only shows the thumbnails on the main page, not individual post pages. How do I get the thumbnails to show on every page the widget is visible?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Rubel Miah

    (@rubel_miah)

    Hi,

    I see you are using custom CSS for single post image hiding.

    .single-post .wp-post-image {
        display: none;
    }

    Please replace the CSS code with this CSS.

    .single-post .thumbnails .wp-post-image {
        display: none;
    } 
    Thread Starter app103

    (@app103)

    Thank you very much. That worked. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No thumbnails on post pages’ is closed to new replies.