• Resolved bsanderse

    (@bsanderse)


    Hi guys,

    I’m using your plugin to display latest news on my home page with this code:

    [sp_news limit=”10″? grid=”list” limit=”5″ show_date=”true” show_content=”true” show_category_name=”true” content_words_limit=”30″]

    Some news items have featured images, but I don’t want to display them on my home page (they are displayed on a separate ‘news’ page). How can I disable the images on the home page?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    Thanks for reaching here.

    Please go to your Admin Panel->Appearance->Customize->Additional CSS and add below CSS.
    .home .news .news-thumb { display: none !important; }

    Let me know if you are any queries.

    Thanks,

    • This reply was modified 5 years, 5 months ago by Ketan Patel.
    Thread Starter bsanderse

    (@bsanderse)

    Thanks Ketan, that was a very good suggestion.

    It seems however that the new items are not aligned anymore. For example, the second item is slightly indented compared to the first. See https://www.thinkingslow.nl/wordpress/

    Any suggestions for this?

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching Again.

    Please go to your Admin Panel->Appearance->Customize->Additional CSS and add below CSS.
    .home .news-col-list .news-content{ width:100% !important; }

    Let me know if you are any queries.

    Thanks,

    • This reply was modified 5 years, 5 months ago by Ketan Patel.
    Thread Starter bsanderse

    (@bsanderse)

    Thanks, I tried this, but I don’t see a difference. Do you have any other suggestions perhaps?

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    I checked your home page and found that news are displaying without featured image.
    Are you still facing the issue?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display news without featured images’ is closed to new replies.