I am relatively new to the WordPress. I am using free version of the WonderPlugin slider in my site. There is a link coming in the top left corner of the slider showing wonderplugin.com.
Is it possible to remove that link from the free version of the WonderPlugin.
I am using WordPress 4.0 and WonderPlugin Slider Free Version 2.6
First of all if you want to use free version of the WondePlugin, you should be fine to show the wonderplugin link on the slider. You can avoid that link by using commercial version of plugin.
As far as free version is concern, the link can be removed by the custom css.
On the edit slider screen of the plugin click on Option tab.
Click on Advance Option and put following css in the Custom CSS box.
This will hide the link.
CSS
JS
Thanks for the answers but it doesn’t work with the WonderPlugin Grid Gallery Free Version 2.2., which I was looking for when I stumpled over the thread. To remove the watermark from the grid gallery, go to wonderplugin-carousel/engine/wonderplugingridgallery.js and look for
Change the display:block to display:none and the watermark is no longer visible.
You have to search for:
wpositioncssdefault:"display:block;position:absolute;bottom:8px;right:8px;
line 162in the wonderplugincarousel.js and then you change
display:block;
todisplay:none;
. Cheers!wonderplugincarousel.js
Line No.259 replace
display:block
withdisplay:none
,change
visibility:visible
tovisibility:hidden
and remove
!important
and change
mklink.css("visibility")=="visible"
tomklink.css("visibility")==""
Open
enginewonderplugingallery.js
and search forvar commonOptions
. Then changeto
and the plugin will take care rest(no custom CSS and JS headache).
I have checked it with Version 8.6 and it’s working.
These solutions are all updated and solved by WonderPlugin admins. But here is the new solution for WonderPlugin Portfolio Grid Gallery (Version 11.8):
open: enginewonderplugingridlightbox.js
on line 66 :
title='WordPress Gallery'><div style='display:block;width:180px;height:20px;text-align:center;border-radius:3px;-moz-border-radius:3px
Change
display:block
todisplay:none
And here we go!
Open your style.css and then put the code below
A simple solution
because free version link is the 3rd child div in parent div with class- amazingcarousel-image
search for
this.options.watermarktext=this.options.vermk;
and replacethis.options.vermk
withnil
Good way to purchase the plugin and it is removed automatically but in free version you can add the following css to make it invisible.
There is no style.css file. There are only wonderpluginslider.css and wonderpluginsliderengine.css
So do you know where the file and code?
Also i inspected that element on my internet browser and i saw this codes:
“Wonder Plugin” (Free WordPress Slider Plugin)