OMNINOGGIN Forum

Plugin Support => WP Minify => Topic started by: Gem on March 05, 2010, 08:31:38 AM



Title: WP Minify and Platinum SEO plugin compatibility
Post by: Gem on March 05, 2010, 08:31:38 AM
For some reason the platinum SEO doesn't work whenever WP minify is enabled. Rewrite titles stopped working, and so are the meta descriptions and keywords associated with each post.

I tried using All-in one SEO and I encounter the same issues too.

I encountered this problem in two blogs that uses different themes, and one of these two blogs uses the latest version of wp.

I also tried using an older version of the platinum SEO plugin and I still encountered the same problem.

Please help. Thanks!


Title: Re: WP Minify and Platinum SEO plugin compatibility
Post by: Thaya on March 05, 2010, 11:24:06 AM
I'll try to fix this on the next release. Thanks!


Title: Re: WP Minify and Platinum SEO plugin compatibility
Post by: Gem on March 11, 2010, 03:08:44 AM
I'll try to fix this on the next release. Thanks!

I just got the minify plugin upgraded to 0.7.3 and activated it. It works! Thanks a lot!


Title: Re: WP Minify and Platinum SEO plugin compatibility
Post by: godkid on April 01, 2010, 06:45:09 PM
I'm running 0.7.4 and title rewrites are still broken - maybe if I knew the javascript to exclude?

Screenies - http://www.dropbox.com/gallery/5176384/1/WPMIN%20Screenies?h=022a87

Notably - the other things seem to work fine.


Title: Re: WP Minify and Platinum SEO plugin compatibility
Post by: Thaya on April 04, 2010, 01:56:08 PM
I'm not sure why it's still not working for you. What version of PHP are you using? Also, can you search to see if there are any other plugins that calls the ob_start() function?

Also, can you try changing the line in wp-minify.php from:
Code: [Select]
add_action('init', array($this, 'pre_content'), 99999);
to:
Code: [Select]
add_action('init', array($this, 'pre_content'), 1);
and see if it work?


Title: Re: WP Minify and Platinum SEO plugin compatibility
Post by: godkid on April 04, 2010, 02:38:32 PM
code change didn't make a difference.

regarding plugins calling ob_start() - checking and will update this soon.

However, I know the following probably call it...

- WP Super Cache
- Platinum SEO
- WP Minify

Will edit that list as soon as I can confirm


Title: Re: WP Minify and Platinum SEO plugin compatibility
Post by: godkid on April 04, 2010, 03:43:08 PM
Did a search and the following plugins call ob_start();

Advanced Category Excluder
FormBuilder
PhotoSmash
Search Unleashed
Theme My Login
TubePress
TwitterTools
WP Minify
WP Super Cache

Turning off WP Minify brings back Plat. SEO headers. I toggled each plugin on/off and WP Minify is the only one that once on breaks Plat. SEO title rewrite.

Any ideas?