Virendra
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Photon bandwidth statistics?Sorry, I posted answer to wrong question. Hence, removing it.
It would be great to have all the CSS and JavaScripts files used by Jetpack to be minified. This would help speed up the sites. Is there any way we can have it automatically minified.
I don’t want to minify them manually, because they would be lost in the next update.
I think I found the solution. There is some conflict with the WP-HTML-Compression (https://www.ads-software.com/extend/plugins/wp-html-compression/) plugin. I disabled that plugin and it solved the issue.
I am having the same issue. I am using Chrome.
Why I check the Chrome developer console, I saw the following file didn’t exist:
https://s0.wp.com/wp-content/plugins/audio-player/player.swf
I think this might be an issue causing the audio player not working.
Forum: Plugins
In reply to: [FeedWordPress] Duplicate postsI have added both the workarounds, but it seems I am still getting duplicate posts. Will try to debug and post if I have any updates.
Forum: Plugins
In reply to: [FeedWordPress] Duplicate postsI have added both the workarounds. Hopefully now my duplicate posts issue is resolved.
You can login into your server and then go to wp-content/plugins/ and deleted the jetpack folder. After that you can reinstall the plugin.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Get the Google and Twitter linksI found a way to do it in author.php file
Just use the following to display the Google+ and Twitter links:
<?php $curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author)); echo $curauth->googleplus; echo $curauth->twitter; ?>
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Help us improve WordPress SEOThis message is really very annoying. It appears on every page load, whether or not it is related to the plugin.
To disabled this I manually edited the plugin file, and now I don’t see it again ??
I just commented line 32 in file wp-content/plugins/wordpress-seo/admin/class-pointers.php
Here is the updated code.
if ( !isset( $options['presstrends'] ) ) { // add_action( 'admin_print_footer_scripts', array( $this, 'presstrends_request' ) ); } else if ( !isset( $options['ignore_tour'] ) || !$options['ignore_tour'] ) { add_action( 'admin_print_footer_scripts', array( $this, 'intro_tour' ) ); add_action( 'admin_head', array( $this, 'admin_head' ) ); }
This message is really very annoying. It appears on every page load, whether or not it is related to the plugin.
To disabled this I manually edited the plugin file, and now I don’t see it again ??
I just commented line 32 in file wp-content/plugins/wordpress-seo/admin/class-pointers.php
Here is the updated code.
if ( !isset( $options['presstrends'] ) ) { // add_action( 'admin_print_footer_scripts', array( $this, 'presstrends_request' ) ); } else if ( !isset( $options['ignore_tour'] ) || !$options['ignore_tour'] ) { add_action( 'admin_print_footer_scripts', array( $this, 'intro_tour' ) ); add_action( 'admin_head', array( $this, 'admin_head' ) ); }
I did a little debugging into the code and I think I may have found the problem. Let me know if I should post the problem here or I should email it to someone.
Updated to latest WordPress and it fixed.
I also tested it on few other blogs that use the social sharing buttons and see that even they have the same error.
Example URL from Tim Moore’s blog:
https://dreaminginbetween.com/2012/07/25/germany/?share=google-plus-1Unfortunately, there are no errors in the error log. Earlier I had a plugin “WP-HTML-Compression” enabled which was giving 500 errors as below. But when I disabled the plugin I don’t get any errors, I only get a blank white page.
[02-Aug-2012 01:49:13] PHP Catchable fatal error: Method WP_HTML_Compression::__toString() must return a string value in /wp-includes/functions.php on line 2494 [02-Aug-2012 01:49:13] PHP Catchable fatal error: Method WP_HTML_Compression::__toString() must return a string value in Unknown on line 0
I also tried, enabling the default “Twenty Eleven” theme, and the problem was still there.
Also, I tried installing a fresh WordPress and just adding jetpack to it and goolge+1 and facebook sharing buttons and tried to add the similar parameters to the URL and I still get a white page, without any error logs.
Forum: Fixing WordPress
In reply to: An unexpected error occurred.Resolving the topic.