Title: Rain3r's Replies | WordPress.org

---

# Rain3r

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async Social Sharing] OMG Did you rename the main function ????](https://wordpress.org/support/topic/omg-did-you-rename-the-main-function/)
 *  [Rain3r](https://wordpress.org/support/users/rain3r/)
 * (@rain3r)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/omg-did-you-rename-the-main-function/#post-4315614)
 * Hi,
    I used function async_share_display() in my theme in order to display buttons
   in places I wanted. After update it doesn’t work anymore. Temporarily I fixed
   it this way: 1) In the main plugin file async-share.php replaced `private function
   __construct()` with `public function __construct()` 2) In functions.php is new
   function
 *     ```
       function social_buttons() {
        $buttons = new Async_Social_Sharing())
        return $buttons->display_output_view();
       }
       ```
   
 * 3) In my theme I am now using
    `echo social_buttons();`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] [Plugin: Slideshow Gallery] jquery conflict since updating slideshow gallery this morning?](https://wordpress.org/support/topic/plugin-slideshow-gallery-jquery-conflict-since-updating-slideshow-gallery-this-morning/)
 *  [Rain3r](https://wordpress.org/support/users/rain3r/)
 * (@rain3r)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-jquery-conflict-since-updating-slideshow-gallery-this-morning/#post-3040373)
 * All problems mentioned above were solved, instead of streetview. Finaly, I recognized
   the source of conflict. I am convinced that file responsible for conflict with
   google street view is gallery.js. No matter if jQuery is runnig in noConflict()
   mode, streetview doesn’t work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] [Plugin: Slideshow Gallery] jquery conflict since updating slideshow gallery this morning?](https://wordpress.org/support/topic/plugin-slideshow-gallery-jquery-conflict-since-updating-slideshow-gallery-this-morning/)
 *  [Rain3r](https://wordpress.org/support/users/rain3r/)
 * (@rain3r)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-jquery-conflict-since-updating-slideshow-gallery-this-morning/#post-3040372)
 * Update: I noticed that without jquery.noconflict() works gallery and fancybox
   which I use to contactform but doesnt work google street view. With jquery.noconflict()
   works google street view, but fancybox doesnt work and gallery neither.
    Google
   maps works in the both cases.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] [Plugin: Slideshow Gallery] jquery conflict since updating slideshow gallery this morning?](https://wordpress.org/support/topic/plugin-slideshow-gallery-jquery-conflict-since-updating-slideshow-gallery-this-morning/)
 *  [Rain3r](https://wordpress.org/support/users/rain3r/)
 * (@rain3r)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-jquery-conflict-since-updating-slideshow-gallery-this-morning/#post-3040371)
 * Hi,
    I am trying to get this nice gallery work, unfortunately there is some jquery
   conflict I think. It only shows gallery when the “jQuery.noConflict()” line in
   views/gallery/gallery.php is removed (FF). In order to view gallery in IE9 as
   well, I had to remove the line with “console.log(slideshow.imagesthickbox);” 
   Colorbox doesnt work anyway. What is important, Google streetview disappeard 
   after hardcoding the gallery into template. I would be very happy if you provided
   me with any tips to solve this. Thankyou
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Qtranslate Slug] [Plugin: Qtranslate Slug] Backend -> Menu language switcher doesn't work](https://wordpress.org/support/topic/plugin-qtranslate-slug-backend-menu-language-switcher-doesnt-work/)
 *  [Rain3r](https://wordpress.org/support/users/rain3r/)
 * (@rain3r)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-qtranslate-slug-backend-menu-language-switcher-doesnt-work/#post-2827695)
 * Hi teonsight, would you be so kind and show me your manual solution? I have the
   same problem whith menu created before qtrasnlate was installed. Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Tabs] [Plugin: Quick Tabs] How to insert quick tabs directly into template](https://wordpress.org/support/topic/plugin-quick-tabs-how-to-insert-quick-tabs-directly-into-template/)
 *  Thread Starter [Rain3r](https://wordpress.org/support/users/rain3r/)
 * (@rain3r)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-quick-tabs-how-to-insert-quick-tabs-directly-into-template/#post-2514430)
 * I solve it this way: <?php echo do_shortcode(‘[quick-tabs tab_group=###]’); ?
   >

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