mcarpenter2004
Forum Replies Created
-
Forum: Plugins
In reply to: [Sermon Manager] Sermon Images Not Showing with ShortcodeThanks. Yeah. It’s all set up properly. I have a custom image resized to create that size and have updated the code in a child theme and all that. It’s running great on my site. I’m trying to help someone else on their site.
Thanks for checking it out!
Forum: Plugins
In reply to: [Sermon Manager] Sermon Images Not Showing with ShortcodeThanks! So I’m assuming a theme issue? Not sure how to proceed
Forum: Plugins
In reply to: [Sermon Manager] Sermon Images Not Showing with Shortcode[sermons per_page=”10″ image_size=”medium_large”]
I have already setup a custom image size. But even without using the custom image size, nothing shows up.
Forum: Plugins
In reply to: [Sermon Manager] Sermon Images Not Showing with ShortcodeAre you on the Sermons page? This is what I’m getting >> (Click for Screenshot)
Forum: Plugins
In reply to: [Sermon Manager] Blurry Sermon Image@hikinmike Thank you for your help again!
Forum: Plugins
In reply to: [Sermon Manager] Blurry Sermon ImageDo you know which plugin file is this found in so I can edit it? I can’t locate it.
Forum: Plugins
In reply to: [Sermon Manager] Blurry Sermon ImageThat didn’t change anything. It’s like the code calls for the thumbnail, because without the above css, the sermon image is super small. All the CSS above does is blow up the smaller image and then pixelates it. If it can’t be fixed, I can live with it, but it doesn’t look very clean.
Forum: Plugins
In reply to: [Sermon Manager] Blurry Sermon ImageOK. Thanks. I’ll try.
Forum: Plugins
In reply to: [Sermon Manager] Blurry Sermon ImageI haven’t done that. I just implemented this plugin in the last week or two and haven’t changed my theme in over a year.
This is the CSS code I used to change the size of the image (I only wanted it bigger on desktop):
@desktop_only:~’only screen and (min-width: 1025px)’;
.wpfc-sermon-single-image-img{
@media @desktop_only{
min-height:400px;
}
}- This reply was modified 6 years, 1 month ago by mcarpenter2004.
Forum: Plugins
In reply to: [Sermon Manager] Individual Sermon View & Sermon Images@hikinmike Thank you so much for the help! It looks much better now.
@nikolam I appreciate this plugin so much. Thanks for all your help so far too!
Forum: Plugins
In reply to: [Sermon Manager] Sermon Shortcode image problemWas there ever a solution to this? My images are cropped on desktop, but work on mobile.
Forum: Plugins
In reply to: [Sermon Manager] Plyr in Shortcode ModeThanks so much!
@nikolam You guys are awesome! I love this plugin. Thank you so much!
Same Here. Following
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Space between title and calendarPast the code in your theme’s Custom CSS field. It would usually be under Appearance -> Theme Options (or something like that)