zanjoho
Forum Replies Created
-
Resolved
I “fixed” it on my own after 21 hour no support 😛
The srcset fix is just a quickfix for local development version (since the prob is only here).
I just stopped wp from using srcset:// Clean the up the image from wp_get_attachment_image() add_filter( 'wp_get_attachment_image_attributes', function( $attr ) { if( isset( $attr['sizes'] ) ) unset( $attr['sizes'] ); if( isset( $attr['srcset'] ) ) unset( $attr['srcset'] ); return $attr; }, PHP_INT_MAX ); // Override the calculated image sizes add_filter( 'wp_calculate_image_sizes', '__return_false', PHP_INT_MAX ); // Override the calculated image sources add_filter( 'wp_calculate_image_srcset', '__return_false', PHP_INT_MAX ); // Remove the reponsive stuff from the content remove_filter( 'the_content', 'wp_make_content_images_responsive' );The link problem was because of WAMP, i had to enable rewrite_module.
WAMP -> Apache -> Apache Modules -> rewrite_module enabled!Sincerely,
ZAm I doing something wrong? Why no respone? 🙁
I must say excellent support! Very quick answers here on the forums and also at support[at]heateor[dot]com.
A big thank you!
Sincerely,
ZSuper Socializer -> General options -> Delete all the options on plugin deletion -> is now disabled/deselected
Again thanks for such quick answers!
I have sent the mail for you at support[at]heateor[dot]com.Sincerely,
ZThanks for the quick answer.
I currently only use Akismet, bbPress, Limit login attempts, rename wp-login.php and super socializer plugins. All updated to latest versions.I tried deactivate them one by one, no luck there.
Here is the site: http://www.fanzone.se/