WordPress RSS

Posted in: Newspaper
Post count: 25

Wordpress RSS widget is not displayed properly.
I think stylesheet is missing in the theme.

Post count: 9544

In every theme I’ve used I’ve always had to create my own CSS for that pesky widget. You will likely need to add some CSS for that in the custom css box to use it. I’ve actually found it’s easier to use one of the third party RSS widget plugins which have a style panel, and options to grab thumbnail, etc. You and I are in the minority of folks who still use RSS 🙂

(We used it on some of our sites to show “news from our sister sites”…)

Post count: 25

I know I can use plugins But if I use plugin for widget that plugin’s Widget wont be shown in Visual Composer.

Post count: 3343

Hi,
You can use this CSS:

.widget_rss .block-title a {
  color: #FFFFFF;
  padding-left: 0px;
}
.widget_rss .block-title img {
  padding-bottom: 3px;
}
.widget_rss ul {
  padding-top: 9px;
}

We will fix this in the next update.
Thanks for the message!

Post count: 25

Hi,
These are for aligning the blocks I would be happy if there would be option to set colors and give this block looking like other blocks on the website.
means when user looks at the feed post it should not look like feed but normal post heading styles should be there.

Post count: 3343

Hi,
Is not possible, see here: http://wordpress.stackexchange.com/questions/120884/how-to-have-featured-image-show-in-standard-rss-widget

What you can do is to use a plugin that grab the image from feed.

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.