freeweaver
Forum Replies Created
-
Yes – this is the one:
http://stevengliebe.com/projects/wordpress-themes/risen/docs/#multimedia
In the end, I don’t think it was their fault, but I had to figure out how to categorize “sermons” which seem to be a custom post type.
New feed is here: http://stlvineyard.org/multimedia-category/podcast/feed/ and I have to manually add each sermon to that category and make sure the podcast field is filled in.Thanks, that got me pointed in the right direction.
Our site theme has a sermons feature. I created a new category for podcast, and pointed the feed URL there. It seems to be updating correctly now.Yes
I’ve gone to existing posts and added the media URL, but it doesn’t seem to make a difference.
Yes, we post every week, so we’re over year now since an item has made it into the feed.Forum: Plugins
In reply to: [Digg Digg] Problem on IOSI fixed this manually by adding a media query to the CSS file:
Go to plugins, edit the DiggDigg plugin, and edit diggdigg-style.css, by wrapping all the CSS in a statement like this:
@media only screen and (min-device-width: 480px) { /* the existing CSS goes inside the brackets */ }It’s not really about iOS so much as screen size.
I hope that helps…
Yep, that absolutely worked. Thanks!