tami73
Forum Replies Created
-
Actually never mind. Just found another thread and you can add this to your functions file to have the featured image generated when the post is scheduled
add_action(‘save_post’, ‘save_other_video_thumbnail’, 100, 1);
function save_other_video_thumbnail($post_id) {
$postdata = get_postdata($post_id);
if ($postdata[‘post_status’] == ‘future’) {
get_video_thumbnail($post_id);
}
}+1 for this feature. Our posts are also scheduled in advance so having posts sent to FB without thumbnails means that I’m having to repost them manually each time.
Mind sharing how you edited the plugin to get it to work for drafts?
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Videos not playing and showing blackI am having the same problem too and your solution did not work.
Forum: Plugins
In reply to: [Social Login] Registration page shows 4 password fieldsMy apologies, it turns out that it was another plugin causing the issue.
Forum: Plugins
In reply to: [Social Login] Registration page shows 4 password fieldsI had to remove the plugin from the registration page but I’ve added a screenshot of what happens when it is activated at this link https://www.blackhairinformation.com/community/wp-content/uploads/2014/11/Screen-Shot-2014-11-22-at-18.32.36.png
Forum: Plugins
In reply to: [Auto Affiliate Links] WordPress collapse/expand menu issue – Jquery?It appears to work fine now. Thanks!
Forum: Plugins
In reply to: [Pinterest Pin It Button For Images] After Update doesn't workMine too. My images are no longer aligning to the left with text wrapped around it.
Forum: Plugins
In reply to: [Disqus Comment System] New Comment UpdatesI’m having the exact same issue so I’m having to manually export comments into disqus multiple times a day which is infuriating.
I am considering switching either to livefyre because they have this functionality built in or just use standard wordpress comments.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] No Longer Posting To FacebookForum: Plugins
In reply to: [Related Posts] Exclude categories from results but don't exclude widgetThanks for your help Silvo. I actually use the genesis theme and I managed to get it showing in the sidebar by using the simple hooks plugin.
Much appreciated!
Forum: Plugins
In reply to: [WP-Print] donotprintI managed to do it by hiding the share options with css. Just find the div id of the share options with firebug then use display:none in print-css to remove it. In my case I use sharebar so I added this and it worked
ul#sharebar {display:none;}
You will probably need to do this again when you update the plugin
Did you ever find a solution for this because I am having the same issue.
Forum: Plugins
In reply to: [All In One Favicon] Version 4.2 displays warning messagesYes, works great for me too. Thanks!
Forum: Plugins
In reply to: [All In One Favicon] Version 4.2 displays warning messagesMe too. I’ve reverted back to the old version.
Forum: Plugins
In reply to: [Post Pay Counter] [Plugin: Post Pay Counter] New update crashes site+1 on this. I keep getting white screens on updates.