jobinjose01
Forum Replies Created
-
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Only page is shared instead of imagesFrom Facebook App version 2.7 or above It doesn’t support Custom Image sharing , thats why it get shared the page not the image.
The issue is from FB not due to my plugin, You can check it on web there are many open thread belongs to this issue.Forum: Plugins
In reply to: [WWM Social Share On Image Hover] share not clickable on divi gallery?In some gallery it may not compatible, that’s why you may face issues like this.
Regarding pro options its all available in the plugin settings page.Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Not working on featured thumbnailsYou have to enable Javascript mode in plugin config section.
then only it works on featured images and gallery.Hope it helps..
Forum: Reviews
In reply to: [WWM Social Share On Image Hover] Poorly CodedHello,
Can you please describe what are the bugs so I can fix those ?
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Featured imagesYes it can share the featured image as well.
you have to use JS rendering option for that.Forum: Plugins
In reply to: [WWM Social Share On Image Hover] “Undefined index” after upgradesorry for the delay .
It seems the new version uses a new plugin param called mode , that is not already in your param list, so once you save the plugin setting it will fix the issue itself.Hope it make sense.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] [Resolved] Facebook button not workingSorry for the delay , it seems you solved it yourself.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Doesn’t Share with Jetpack Mosaicsorry for the delay
is the plugin disabled now ?
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Disable Hover / Always visibleSorry for the delay.
that is more complicated you have to edit the plugin JS files.Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Problem with :beforeSure thanks will update soon.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Plugin InstallYou just need to activate it and set the App key if you’re using FB.
The plugin will shows social share icons automatically when you hover the post image in your website.thanks
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Mobile?Basically this plugin doesn’t have well mobile support.
due to following reason,
1) Plugin mainly works based on hover effect that is not available in mobile (there is touch only).
2) In mobile device the Social account login and Popup are from browser is not that much effective.For me its works fine on Chrome and Firefox in Linux machine.
which version of chrome are you using ? also can you try it from any other machine, bcoz it might be the browser version issue.
I will also check from other machines.
You don’t need to touch theme script, just add that inside my plugin JS.
plugins/wwm-socialshare/js/wwm_custom.js at the end of the line just add above script, I can’t update this script in my plugin bcoz this issue happen only with your theme.Popup issue is not showing for me it works just like expected see the image.
Sorry for the delay.
1.For me its works fine means FB share poup appears above the lightbox. also there is nothing to do with coding its browser defualt features.
2. The issue is due to lightbox thumbnail have a class that required for my plugin it get conflict. so please add below JS Script to any of the js file.
jQuery(document).ready(function(){ jQuery('.light-dropshaddow').hover(function(){ jQuery(this).parent('a').removeClass('wwm_socialshare_imagewrapper'); }); });
Please let me know is that fixed or not.