Title: zanjoho's Replies | WordPress.org

---

# zanjoho

  [  ](https://wordpress.org/support/users/zanjoho/)

 *   [Profile](https://wordpress.org/support/users/zanjoho/)
 *   [Topics Started](https://wordpress.org/support/users/zanjoho/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zanjoho/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zanjoho/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zanjoho/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zanjoho/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zanjoho/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Images, srcset](https://wordpress.org/support/topic/images-srcset/)
 *  Thread Starter [zanjoho](https://wordpress.org/support/users/zanjoho/)
 * (@zanjoho)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/images-srcset/#post-7151548)
 * Resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Images, srcset](https://wordpress.org/support/topic/images-srcset/)
 *  Thread Starter [zanjoho](https://wordpress.org/support/users/zanjoho/)
 * (@zanjoho)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/images-srcset/#post-7151547)
 * 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,
    Z
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Images, srcset](https://wordpress.org/support/topic/images-srcset/)
 *  Thread Starter [zanjoho](https://wordpress.org/support/users/zanjoho/)
 * (@zanjoho)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/images-srcset/#post-7151467)
 * Am I doing something wrong? Why no respone? 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Problems with facebook login](https://wordpress.org/support/topic/problems-with-facebook-login/)
 *  Thread Starter [zanjoho](https://wordpress.org/support/users/zanjoho/)
 * (@zanjoho)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/problems-with-facebook-login/#post-7127249)
 * 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,
    Z
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Problems with facebook login](https://wordpress.org/support/topic/problems-with-facebook-login/)
 *  Thread Starter [zanjoho](https://wordpress.org/support/users/zanjoho/)
 * (@zanjoho)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/problems-with-facebook-login/#post-7127234)
 * Super Socializer -> General options -> Delete all the options on plugin deletion-
   > is now disabled/deselected
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Problems with facebook login](https://wordpress.org/support/topic/problems-with-facebook-login/)
 *  Thread Starter [zanjoho](https://wordpress.org/support/users/zanjoho/)
 * (@zanjoho)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/problems-with-facebook-login/#post-7127213)
 * Again thanks for such quick answers!
    I have sent the mail for you at support[
   at]heateor[dot]com.
 * Sincerely,
    Z
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Problems with facebook login](https://wordpress.org/support/topic/problems-with-facebook-login/)
 *  Thread Starter [zanjoho](https://wordpress.org/support/users/zanjoho/)
 * (@zanjoho)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/problems-with-facebook-login/#post-7127138)
 * Thanks 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/](http://www.fanzone.se/)

Viewing 7 replies - 1 through 7 (of 7 total)