As specified in the docs, the newer version brings some important changes in the plugin structure.
You need to edit the css file at special-recent-posts/css/css-front.css to apply your styles.
I’m not sure I understand. I think I’m just missing something. I don’t really want to go in and edit every little style in the css to match my theme. How do I get it to just pick up the theme styles? Is that not possible anymore?
Sure. It’s http://www.csastrategies.com/
I’ve switched all the other widgets back to the built in versions of the theme just to have it looking somewhat correct for now. But the video gallery at the bottom is what shows up when i activate the special recent posts version. Before the update, all I had to do was drag the widget over and fill in the info. It matched perfect. Now it looks like what you see.
@bazookaman i don’t see the SRP plugin on that site sorry.
The Video Gallery section at the bottom of the page uses the SRP widget. It’s right next to the Photo Gallery widget which is using the built in recent posts widget. Just so you can see the difference in how they are rendered.
@bazookaman Ok, let’s start with the titles.
Your theme uses the <h4> selector to render every widget title and this is a choice made by the theme’s author. Of course, other plugins can use different selectors with different css classes. The SRP widget uses the <h3> selector with the “widget-title” class which is exactly the same used by the twenty theme default wordpress theme. The older SRP version also used the “widget-title” class for widget titles.
Please understand that “widget-title” is a default wordpress class name.
There isn’t a rule for this. Your video gallery is looking bad because of a different html markup.
At the moment, the only choice you have is to manually edit the classes/class-main.php at line 793 and change the “h3” to “h4” and the “widget-title” to “main-title”.