The plugin loads Select2 version 4.0.3, but sets its version number as 3.5.4 when registering the script. This causes a conflict with Advanced Custom Fields Pro plugin.
ACF Pro checks for Select2 scripts registered by other plugins and loads styles for Select2 V3 if it detects that version. This causes V3 styles to be loaded while Select2 is initialized using V4 and the styles look broken in admin.
As a temporary workaround I created this script to fix the conflict, but it would be nice to have this fixed in the plugin itself:
add_action('acf/input/admin_enqueue_scripts', 'modify_ess_select2_version', 9);
function modify_ess_select2_version() {
global $wp_scripts;
// Modify ESS Select2 version to fix style conflicts with ACF Pro
if (
!empty($wp_scripts->registered['select2']) &&
strpos($wp_scripts->registered['select2']->src, 'easy-social-sharing') !== false &&
strpos($wp_scripts->registered['select2']->ver, '3.') == 0) {
$wp_scripts->registered['select2']->ver = '4.0.3';
}
}
]]>
As soon as I activate that blog posts can also be shared, the “click area” of certain buttons and areas moves on the page.
At the moment it has been deactivated that sharing planning is also displayed for blog posts. We are happy to change this as soon as I am in contact with someone from the 2nd level support team.
]]>Not sure where to add a feature request, so doing it here. I like this plugin, but I wish Parler was included in the available social media platforms.
]]>I recently replaced my theme with a newer one by the same company (Cryout). The ESS buttons still display but the service icons on the button left are missing. There’s the little box icon that indicates a missing image.
The plugin seems to be working fine otherwise.
Suggestions?
hi, how to whatsapp button make?
]]>Hello. Great plugin, works perfect, except with AnsPress plugin.
It works on the homepage of AnsPress, but once you write Q&A posts, like in website.com/xyz/title it doesn’t show up.
It works on posts and pages just fine, but not AnsPress Q&A posts.
Any suggestions? Please.
Thank you.
]]>Hi,
I have installed your plugin recently, a couple of issues have listed it down:
1. The sharing buttons don’t appear on the front page of the blog. (have enabled the option where it mentions (enable share icon on front page display) in general options).
2. The past share counts do not appear along with the sharing buttons: are there any other settings to be addressed for the same.
3. Have chosen to display top of the post and below the post, the sharing buttons feature only top of the post and not on bottom of the post.
Regards,
Kalyon SR
]]>I am using only 3 share buttons: Facebook, Twitter and Gmail
The count doesn’t work on Facebook at all, it doesn’t show any number.
As for Twitter and Gmail, it shows “1” after the first share, but won’t increase anymore. I have tried multiple PCs/mobiles on different networks, it just stays on “1”.
Minimum count is set to 0 for all of the networks. I am not using any caching plugin.
What could be the problem?
]]>Great plugin, thanks.
It has been noted in the changelog on GitHub that the shortcode was added in April 2019, which was 4 months ago, but it hasn’t been mentioned anywhere at all, even though some people were asking this very thing in this forum, with no reply at all, their topics are closed now.
Guys, there is a shortcode for inline sharing buttons, that you can add anywhere. Here you go:
[ess_inline_network]
I hope I’m not breaking any rules or anything. Thanks for the great plugin btw.
]]>We have users who are receiving an error message of “Could not save this page” when trying to share to Pinterest. Any idea what is happening here?
]]>When using “show all sharing options” button is activated on example: iPhone, the popup cant be removed or scrolled. The only way to “close” is to reload the page. Tested with diffrent themes, including WordPress defaults.
]]>Debugger says:
is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.)
WordPress v.5.1
Plugin v.3.2.4
Hey, I want the buttons to appear in between the post and the comments, not inside the post itself as it is now
]]>Hi,
First, thanks for the great plugin, it’s just what im looking for.
Only one point: when i share a post on Facebook it display the image used in the template, and not the image of the post/message. Is there a way to change this?
Thanks in advance,
Jelle
]]>Hi There,
I would like to have control over where I output the sharing buttons.
Is there a function I can call from my theme that would allow me to do this?
I cant find it in the docs anywhere.
Many thanks,
George
I can’t seem to get the custom colors option to work.
]]>Just a suggestion on some of the wording used and what might be better alternatives:
Enable to All Screens ==> Display on all screens
Enable to All Screens, Except For… ==> Display on all screens, except for…
Enable to Specific Screens ==> Display on specific screens
The bit after ==> is what I think sounds a little clearer. ??
]]>Hello,
Nice plugin! I like how it’s pretty lightweight and doesn’t offer a truckload of options to confuse users.
Under general options we can allow specific screens and my configuration allows:
Page, Post, Products
Why isn’t the last one “Product”? Is there a reason that the first two post types are singular but the last one is plural?
Or perhaps it should be the other way around? Why aren’t the first two “Pages” and “Posts”? Now that I think about it, this probably makes more sense.
Either way, it would be nice if the terminology was consistent. ??
]]>Hello, I need help resolving this. The sharing button is putting space in between my twitter handler. I have disconnected and reconnected Twitter to no affect. I don’t see a customize option or at least the settings doesn’t allow me the option of updating or fixing this myself? How do I fix this?
]]>Hello, Shiva and ThemeGrill crew. Please, how can I put Easy Social Sharing on Home? I saw move the Home from custom screen setting section. Thank you.
]]>