montygothic
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Sharing – No twitter countThanks, this answered my question about the same issue regarding tweet counts.
Forum: Networking WordPress
In reply to: Sudden change in WYSIWYG appearanceFixed! Just updated Safari to 8.0.2
Hi all,
I just wanted to say thanks for pushing this in the latest Jetpack update. Display WordPress Posts is much more usable now when featured image is enabled.
Appears to be working for me now.
This seems to have worked `remove_filter( ‘the_content’, ‘sharing_display’, 19 );
remove_filter( ‘the_excerpt’, ‘sharing_display’, 19 );add_filter( ‘the_content’, ‘share_buttons_above_post’, 19 );
add_filter( ‘the_excerpt’, ‘share_buttons_above_post’, 19 );function share_buttons_above_post( $content = ” ) {
if ( function_exists( ‘sharing_display’ ) ) {
return sharing_display() . $content;
}
else {
return $content;
}
}`Tutorial credit: https://wpsites.net/best-plugins/moving-jetpack-sharing-buttons-above-post-content/
Forum: Plugins
In reply to: [WP-PostViews] Migrating WP-Postviews to new domainHey there,
I should have mentioned I’m moving server, hence the exporting.
OK thanks for the fix on the 1 issue, I’ll keep that as option b.
Cheers.
Forum: Plugins
In reply to: [WP-PostViews] Migrating WP-Postviews to new domainHi,
Thanks for responding.
Sorry, I meant WordPress Importer not wp-importing (whatever that is).
I am moving my blog from and to the following domains: wembleycity.blogontheblock.co.uk
to
As you can see, if you click on a post of the former blog and click on a post on the current the post views have not migrated. The new blog, the post views stick at 1 view.
How did I import the meta? I simply used Tools> export all content from the old blog and then imported the XML file to the new WordPress install.
I should also note, that the old blog was a single site and the new blog is multisite.
Is there anything else I can do to migrate across the views?
Many thanks
Forum: Plugins
In reply to: [Weather Underground] icons-ecast hosedMy icons have been impacted to as has everyones I guess. Can you elaborate how you updated the wunderground.php to use different icons?
Forum: Plugins
In reply to: [Urtak] My own questions are not appearingWow that was quick! I’ll check it out.
Thanks.
Forum: Plugins
In reply to: [Urtak] My own questions are not appearingHi,
Thanks for your speedy reply!
I’ve got a work around for now and that’s pasting the code of a single Urtak directly on the WP page and disabling the plugin.
Will keep an eye out for an update, great work by the way, love it.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] No comments showing up in the Moderation ToolYep, just delete the plugin and and use the scripts, works for me and now I’ve got my hundreds of old comments back. Follow this tutorial if you need some guidance: https://richwp.com/add-facebook-comments-wordpress-website/
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] No comments showing up in the Moderation ToolMe to, any support for this, it’s a high priority.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Comments suggestionsIf I leave a comment as a Facebook Page, it doesn’t show publicly, anyone know why?
If I post a comment from the same account but not as a page, it does show publicly.
So does FB for WP not support comments from Facebook Pages?
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] WP Touch and iFrame incompatibilityFound a fix for this, uninstall FB plugin and WPTouch. Re-install FB plugin and set it up, then install WPTouch plugin, seems to fix the comment problem for me.
@256 your solution doesn’t address the problem of the ‘View Comments’ link not working. Thanks for providing your response none the less.