Perials
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Social Share] Warnings and ErrosHi pintillo86,
Thanks for using our plugin and pointing out the bug to us.
We have fixed the issue and updated the modified code on WordPress plugin repository. So please download the plugin once again and replace your old plugin files with the new one.
In case the issue is not solved or you have any further doubts feel free to ask.
Just for the record, by unchecking all the options on ‘Select services’ and/or ‘Show on’ you are indirectly disabling the plugin.
Thanking you,
Perials Team.Forum: Plugins
In reply to: [Simple Social Share] Align buttons centerDear CoffeeandTango,
Thanks you for using our plugin.
The first code that you have written is correct. You just need to remove the anchor tag. So the modified code will be as below.
#s-share-buttons { text-align: center; }If this doesn’t work then please provide the url for your website.
Thanks & Regards,
Perials Team.Forum: Reviews
In reply to: [Simple Social Share] Perfect, exactly what I needed.Dear rotaercz,
Thanks for the rating. We promise we would include Pinterest in the forthcoming version of the plugin which is due to release very soon.Regards,
Perials Team.Forum: Plugins
In reply to: [Simple Social Share] Insert Text & Title for The PluginDear lisalambert,
Thank you for using our plugin.
As of now, the plugin does not support facility for adding text before the icons.
But if you know a little bit of PHP you can easily do that by following below steps (Do take a backup before doing this).
1) In the simple-social-share plugins folder (wp-content/plugins/simple-social-share), search for the file simple-social-share.php. Open it in a text editor like Notepad++.
2) Find line number 158 that contains the code
return '<div id="s-share-buttons" class="'.$class.'">'.$html_markup.'</div>';
3) Replace it with the below code$text = "<h3>Share this article</h3>"; //this variable contains the html text that you want to append return $text.'<div id="s-share-buttons" class="'.$class.'">'.$html_markup.'</div>';Let us know if this works.
Thanks & Regards,
Perials Team.Forum: Plugins
In reply to: [Simple Social Share] Bug when turn off tooltip animation.Hi Alicadabra,
Thanks for using our plugin.
You are correct. Turning off both the animation effects does trigger the above mentioned PHP notices. We have made the necessary correction in the code and updated the same on the WordPress plugin repository. Please download the plugin once again and replace the old plugin files with the new one. The notices should go off.
Now, regarding the shortcode. Please elaborate the issue in more details like are you getting any errors? Do the icons show up when you put the shortcode anywhere in the content? Kindly note that the settings in the Settings page apply to the shortcode too. So if you choose not to display the icons in the Post and Page by unticking them in ‘Show On’ fields, then the shortcode simply wont show any icons.
Please let us know if this works for your issues.
Awaiting your response,
Perials Team.