Rain3r
Forum Replies Created
-
Forum: Plugins
In reply to: [Async Social Sharing] OMG Did you rename the main function ????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 functionfunction social_buttons() { $buttons = new Async_Social_Sharing()) return $buttons->display_output_view(); }
3) In my theme I am now using
echo social_buttons();
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.
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.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.
ThankyouHi 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
I solve it this way: <?php echo do_shortcode(‘[quick-tabs tab_group=###]’); ?>