andy.mcdonald
Forum Replies Created
-
Forum: Plugins
In reply to: Jetpack not showing the "related Posts Images"If you go to hope361.com/xmlrpc.php you get a successful message. I’m realizing now that your message from copied from jetpack, and not specifically directed towards my case, thank you for the response anyway
Forum: Plugins
In reply to: Jetpack not showing the "related Posts Images"Thank you for the response. I will try reinstalling wordpress like you suggested. I also have a CDN with my hosting, could this be causing issues?
I’ll let you know if any of your suggestions work, be back soon.
Forum: Plugins
In reply to: Jetpack not showing the "related Posts Images"I think I figured it out, it seems you have to have at least one image on your post for jetpack to assign the “related posts” widget that same image, it doesn’t just grab the featured image from the post.
https://hope361.com/give-one-family-hope-red-barn-farms/
You’ll notice the 1 image showing up and the other two are not.
Forum: Plugins
In reply to: Jetpack not showing the "related Posts Images"I clicked through to your website and noticed that your related images are showing.
https://www.adswikia.com/cpmstar-nl-cpm/
Did you do anything to fix this? The same thing you explained in your post is happening to me. I have related posts showing up but the featured images don’t seem to work.
Forum: Plugins
In reply to: User-Submitted Nominations, Voting and RankingWow looking for the kind of the exact same plugin. I want people to be able to nominate their favorite Youtube video or Picture, and then let people vote on which one they like best. Sorry this comment doesn’t help you at all, but glad to know there are like minds out there!
Forum: Plugins
In reply to: Best Plugin for preventing spam user registrationI will definitely look into this plugin. Thank you very much!
Forum: Plugins
In reply to: Caching plugins slow for WordPress 3.3I’ve never even thought of that, but I will give it a try. Thanks alot!
Forum: Plugins
In reply to: Caching plugins slow for WordPress 3.3Hey Thanks for the response Avid. You’ve helped me successfully achieve my first forum post!
Have a great rest of your day:)
Forum: Plugins
In reply to: [Invite Anyone] The plugin does not have a valid header need help :(I had the same problem as everyone else. When I installed this plugin the code already looked like
<?php /*
What I did is I also removed the blank line right after the header comments and right before
define( ‘BP_INVITE_ANYONE_VER’, ‘1.0.6’ );
define( ‘BP_INVITE_ANYONE_DB_VER’, ‘1.0.6’ );So it looks like this
<?php
/*
Plugin Name: Invite Anyone
Plugin URI: https://teleogistic.net/code/buddypress/invite-anyone/
Description: Allows group admins to invite any member of their BuddyPress community to a group or to the site
Version: 1.0.6
Author: Boone Gorges
Author URI: https://boonebgorges.com
*/
define( ‘BP_INVITE_ANYONE_VER’, ‘1.0.6’ );
define( ‘BP_INVITE_ANYONE_DB_VER’, ‘1.0.6’ );Then when I saved it and clicked activate, It finally worked.