overflood
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] CORS errors on SSL pageForum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] CORS errors on SSL pageCan be fixed by replacing
WP_CONTENT_URLtocontent_url()in init.php:if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { //winblows define( 'BSF_META_BOX_URL', trailingslashit( str_replace( DIRECTORY_SEPARATOR, '/', str_replace( str_replace( '/', DIRECTORY_SEPARATOR, WP_CONTENT_DIR ), content_url(), dirname(__FILE__) ) ) ) ); } else { define( 'BSF_META_BOX_URL', apply_filters( 'bsf_meta_box_url', trailingslashit( str_replace( WP_CONTENT_DIR, content_url(), dirname( __FILE__ ) ) ) ) ); }Pictures are still loaded not via SSL, so this bugfix will be left after changing lines above.
Forum: Plugins
In reply to: [Autoptimize] Comments not removedOh frank, thank you very much. This works wonderful!
This was the last point to…
http://s.plat.in/Bildschirmfoto%202015-11-27%20um%2020.50.49.png😉
Thank you for this amazing plugin and keep coding!
Patrick
Viewing 3 replies - 1 through 3 (of 3 total)