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
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: engine\wonderplugingridlightbox.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!
CSS
JS
A simple solution
because free version link is the 3rd child div in parent div with class- amazingcarousel-image
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.
Open
engine\wonderplugingallery.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.
search for
this.options.watermarktext=this.options.vermk;
and replacethis.options.vermk
withnil