jobinjose01
Forum Replies Created
-
The error log already gives a detailed information regarding the error.
The issue is in your Server (cloud ) the
DOMDocument
library is not enabled, Normally all server’s by default this library is enabled. So just enabled it,will work fine.Check here to enable
Hope this thread will get resolved.The width option is for avoiding small images. when you set the width to 500 it will not show share icons on <= 500. so set it to 150 or less.
If you configured everything correctly still facing issue ,
Please share site URL then i will be able to help you.You can disable the parent image click!
check this
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Exclude Images From Hover Social IconsA Premium version available with exclude class and images with short URL options.
If you are interested buy from hereForum: Plugins
In reply to: [WWM Social Share On Image Hover] How to get Twitter links to use shortlinks?Hello ScottLush,
A Preimum version of the plugin is now available with your requirement and more you can purchase it from WWM Social Share PRO.
If you have difficulty to purchase it from site you can shoot an email ([email protected]) bcoz my site down due to high resource usage 500 error.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] How to get Twitter links to use shortlinks?This version don’t have URL shortening option.
I understand your point will include in next version.
Thanks for the suggesion.Forum: Plugins
In reply to: [WWM Social Share On Image Hover] icons do not appearTry this instead of above one.
.post-entry ul.wwm_social_share li { cursor:pointer; background:url(../images/social_icons.png) no-repeat; display:inline-block; width:30px; height:30px; margin:5px 0 0 5px!important; line-height:0!important; padding:0!important; content:none }
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] No icons showingYou’re site is under maintenance and unable to check! No need of admin access Once I check the site front end I will suggest the change and fix.
Please remove admin access to your site from this forum.!
Its not safe. If you need such situation please use my contact optionsForum: Plugins
In reply to: [WWM Social Share On Image Hover] Exclude Images From Hover Social IconsYes, Future update come with exclude options!
Please be patient.Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Facebook Error When ClickedI think you’re not set the FB app properly.
Please check documentation.This is not due to WordPress version or template.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] No icons showingCan you share the site URL, so I can take a look at it and suggest the fixes?
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Missing characters with Czech diacriticsPlugin updated with French character support too.
So the support thread is closing.Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Missing characters with Czech diacriticsHello Bucee,
The characters removing automatically is due to one JS function on wwm_custom.js the function name is WWWM_FilterData In some case the FB will prevent some special characters that’s why I filter out every special chars,
function WWWM_FilterData(e) { if (jQuery.trim(e) != "") return e.replace(/[^\w\s]/gi, ""); else return "" }
to
function WWWM_FilterData(e) { if (jQuery.trim(e) != "") return e; else return "" }
for avoid filtration.
Hope it helps.Forum: Plugins
In reply to: [WWM Social Share On Image Hover] SuggestionsI’m making the suggestion as Resolved.
Please create new support thread for any suggestion.
thanks for the feedback.Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Missing characters with Czech diacriticsHello janpencik,
Can you just explain the issue in more details ?