Title: Tsybin's Replies | WordPress.org

---

# Tsybin

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/tsybin/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/tsybin/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Ajax Search Lite and SEO](https://wordpress.org/support/topic/ajax-search-lite-and-seo/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/ajax-search-lite-and-seo/#post-7448632)
 * Solution:
 * In plugin settings section Compatibility Settings ([http://yourdomain.com/wp-admin/admin.php?page=ajax-search-lite%2Fbackend%2Fcompatibility.php](http://yourdomain.com/wp-admin/admin.php?page=ajax-search-lite%2Fbackend%2Fcompatibility.php))
 * Change “Javascript init method” to “Blocking”.
 * After ASL setting load not in DIV, but in javascript code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Ajax Search Lite and SEO](https://wordpress.org/support/topic/ajax-search-lite-and-seo/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/ajax-search-lite-and-seo/#post-7448631)
 * Same problem! WTF? How can fix this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Can't switch to default language using language switcher – causes redirect](https://wordpress.org/support/topic/cant-switch-to-default-language-using-language-switcher-causes-redirect/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/cant-switch-to-default-language-using-language-switcher-causes-redirect/page/3/#post-6342066)
 * And how this resolved? Same problem with webkit browsers (ex. chrome, safari)!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Modal Login] In search for contributors!](https://wordpress.org/support/topic/in-search-for-contributors/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/in-search-for-contributors/#post-4331788)
 * please, fix reset password problem: [http://wordpress.org/support/topic/password-reset-key-has-expired-please-try-again?replies=3](http://wordpress.org/support/topic/password-reset-key-has-expired-please-try-again?replies=3)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Modal Login] Password reset key has expired. Please try again.](https://wordpress.org/support/topic/password-reset-key-has-expired-please-try-again/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/password-reset-key-has-expired-please-try-again/#post-4519223)
 * same problem 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Infinite-Scroll] jPlayer & IS callback with multi post id](https://wordpress.org/support/topic/jplayer-is-callback-with-multi-post-id/)
 *  Thread Starter [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/jplayer-is-callback-with-multi-post-id/#post-4582848)
 * I try find solution over half year from diferent forum, but can`t…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Emphaino] infinite scroll](https://wordpress.org/support/topic/infinite-scroll-17/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/infinite-scroll-17/#post-3847484)
 * I don`t understand how can fix overlapping image problem?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Emphaino] infinite scroll](https://wordpress.org/support/topic/infinite-scroll-17/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/infinite-scroll-17/#post-3847482)
 * Hi guys. I have same “masonry” problem, but with plugin infinite scroll for wordpress.
   Jetpack infinite scroll not work on my site, i don`t know why! I try put callback
   function in plugin settings:
 *     ```
       jQuery( document ).ready( function( $ ) {
            infinite_count = 0;
            // Triggers re-layout on infinite scroll
            $( document.body ).on( 'post-load', function () {
       		infinite_count = infinite_count + 1;
       		var $container = $('#dynamic-grid');
       		var $selector = $('#infinite-view-' + infinite_count);
       		var $elements = $selector.find('.hentry');
       		$elements.hide();
       		jQuery('#dynamic-grid').masonry({isAnimated: false});
   
       		$container.imagesLoaded( function() {
       		   $container.masonry('reload');
       		});
   
       		$elements.show();
       	});
       });
       ```
   
 * New content loaded, but not correct with masonry. Please, look screenshot, maybe
   you understand what happened. Thanks!
 * Screenshot: [](http://wymy.ru/masonry.jpg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Avatar] User cannot close window after uploading Avatar](https://wordpress.org/support/topic/user-cannot-close-window-after-uploading-avatar/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/user-cannot-close-window-after-uploading-avatar/#post-3406961)
 * plugin use thickbox, i install this and work fine!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Avatar] User cannot close window after uploading Avatar](https://wordpress.org/support/topic/user-cannot-close-window-after-uploading-avatar/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/user-cannot-close-window-after-uploading-avatar/#post-3406960)
 * same problem. you can fix that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Full Screen (Page) Background Image Slideshow] Better Resizing](https://wordpress.org/support/topic/better-resizing/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/better-resizing/#post-3759521)
 * Thank you for this resolve!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Theme my Login breaks Simple Local Avatars plugin](https://wordpress.org/support/topic/theme-my-login-breaks-simple-local-avatars-plugin/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/theme-my-login-breaks-simple-local-avatars-plugin/#post-3754392)
 * Same problem with TML & new version plugin Simple Local Avatar. So, wait when
   Mr. Jeff fixed this! Where i can download old version plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WTI Like Post] Can't make it work](https://wordpress.org/support/topic/cant-make-it-work-2-2/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/cant-make-it-work-2-2/#post-3323239)
 * Now i try plugin with another themes, but still have conflict. Maybe problem 
   with new wordpress version 3.5.1?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WTI Like Post] Can't make it work](https://wordpress.org/support/topic/cant-make-it-work-2-2/)
 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/cant-make-it-work-2-2/#post-3323238)
 * Have same problem but with a difference think. Plugin works fine for a few hours.
   After, when clicking any of them get only loading animation (loading wheel). 
   Reinstalling or upgrading wordpress can help just for some hour. I try disabled
   all another plugins, but this not help. Not have more including jQuery scripts,
   just default wordpress <?php wp_enqueue_script( ‘comment-reply’ ); wp_head();?
   >. I think problem with this, but can`t find solution 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GD Star Rating] Not correct work in Firefox](https://wordpress.org/support/topic/not-correct-work-in-firefox/)
 *  Thread Starter [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/not-correct-work-in-firefox/#post-3178473)
 * So, in 1 website help me just update again WordPress. Try, maybe this help for
   you same. But on second site after sometime problem come again :\

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/tsybin/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/tsybin/replies/page/2/?output_format=md)