nppbc
Forum Replies Created
-
Yep, That’s correct. Here is what I get when I use the debug.
“og:image could not be downloaded or is too small: og:image was not defined, could not be downloaded or was not big enough. Please define a chosen image using the og:image metatag, and use an image that’s at least 200x200px and is accessible from Facebook. Image ‘https://www.nppbc.com/upgrading/wp-content/uploads/2014/03/nppbc-logo-FB-e1394894061599.jpg’ will be used instead.”This is what I’ve told it to use which FB does see in the debug, “meta property=”og:image” content=”https://www.nppbc.com/upgrading/wp-content/uploads/2014/06/FB_Image.jpg”
I’m using RSS Graffiti to post to FB. It’s worked before and I have other sites posting as well that work fine. They are all setup the same way within RSS-G.
I’m having a similar problem. The og:image will not post to FB after the update. Here is the link: https://www.nppbc.com/sermons/?sermon_id=459
I’ve checked the settings and as far as I can tell, nothing has changed. I went and checked the box for custom post type just to see if that would help.
The odd thing is this. Paste the link into FB’s dev. Scrape it. The first scrape pulls no image, get new scrape and it will grab the image. I’ve even created the image that it says it will use instead as the same image I want it to use. But, when it posts to FB it’s missing the image.Forum: Plugins
In reply to: [Sermon Browser] DeadYea, tried that. No reply :/
Forum: Plugins
In reply to: [Sermon Browser] DeadI had the issue fixed working with Ben.
So, I went back through checking and troubleshooting.
Extrafino, you are correct about the theme having the built in mediaelements player. Since WP has it built in the theme removed it.
Ben and I had a work around because I believe he too used the same theme.
For anyone else that has the same issue, player on tope of another player and not able to start it playing. Update your theme and deactivate mediaelements player. At least that is what worked for me.
Thanks guys/gals for the support. Let’s hope and pray that SermonBrowser comes back. I think we all agree, we love it!!Forum: Plugins
In reply to: [Sermon Browser] DeadYea, I tried that. Didn’t make a difference. I also tried to back date it with an older version. Still didn’t make a difference.
Forum: Plugins
In reply to: [Sermon Browser] DeadEverything works except the player. It just shows a black bar. When the page first loads it does show the play triangle and other items. But, when the page is fully loaded, black bar.
https://www.nppbc.com/sermons/Forum: Themes and Templates
In reply to: [Matheson] Menu on mobile screenI’m having the same problem with the mobile menu. I’ve went through all of the plugins disabling them and nothing seems to fix the issue.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Not working Properly on Events PageCheck out the forum on what they helped me fix it.
https://time.ly/forums/topic/actual-event-changes-entire-page/page/2/Here is the code just in case someone needs help with it.
Add below code to functions.php in your theme directory.
function fix_sharing_elements_workaround( $title, $post_id ) { if ( get_post_type( $post_id ) === AI1EC_POST_TYPE ) { $title = strip_tags( $title ); } return $title; } add_filter( 'the_title', 'fix_sharing_elements_workaround', PHP_INT_MAX, 2);
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Not working Properly on Events PageI’ve been using it for mine and love it. I’ve used it both ways. Adding the shortcode to what I want to be able to share or clicking the box to add it automatically. Either way, it works very well. It’s the only one I’ve found that works well with CPTs.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Not working Properly on Events PageI had originally started this thread so I don’t know if it could help anyone. I also am not a programmer.
https://www.ads-software.com/support/topic/title-plugin-conflict
I just submitted a report. Thank you so much!
I do not want portrait thumbnails. I want them all to be just as the normal galleries are, cropped like I have set them in the beginning. I would imagine that this shouldn’t be a feature request because a TagGallery should be pulling the same thumbnail as a normally gallery. I’ve always had it set this way but for some reason the TagGallery has always presented a portrait photo with a portrait thumbnail regardless of how I cropped the thumb.
All of that has been done. The portrait issue only occurs with the Tag gallery only.
I checked my settings and everything looks good. Here is a normal gallery page (ATP). Notice the first photo in the second row. That is a portrait photo.
https://www.katiespix.com/family/photo-album/best-family/Here is the same photo in the Tag gallery. I cleared the cache just as you recommended. This is how it’s displayed now. Third row, fourth photo.
https://www.katiespix.com/family/photo-album/photo-tags/nggallery/tags/best/page/2ATP
I need the captions. Is there another Effect that I can use that will not produce the same issue?