Once upon a time you've decided to put WOWSlider plugin into your web-site. It is good, it looks stylish so here we go.
After you've installed its software, added photos to your future gallery and published it.
You'll find such a things as wowslider copyrights. To be more precise you'll find "wowslider.com" in right bottom corner.
To fix this follow next steps:
1. slider creates its own directory with photos you've chose and adds watermarks to them data1/images - you should replace photos with the same file name and picture size selected in plugin settings.
2. after step 1 do next: open 'script.js' engine1 folder in any code editor (NetBeans adviced) put in search "www" keyword. when you find just delete the line and save file.
it is done. have a nice day.
--Blank - people loves you! Here the solution of one guy who write this in comment. Respect and Thank You again! --
English Instructions:
Since wow slider changed their javascripts again, all you can do now is move the logo down or to the side. Do the first step like stated in the main post and then follow these instructions:
1. Open wowslider.js in the folder engine1 in a program that can edit javascript. (I used word pad)
2. Locate somehow the clue words: 'bottom' or 'right' or the following string: ({position:"absolute",right:"2px",bottom:"2px",padding:"0 0 0 0","z-index":10});
3. Change the bottom:"2px" to at least bottom:"-15px"
4. All this does is move the logo to the bottom were it will not be visible.
5. Enjoy
Source From:solveitproblems.net
After you've installed its software, added photos to your future gallery and published it.
You'll find such a things as wowslider copyrights. To be more precise you'll find "wowslider.com" in right bottom corner.
To fix this follow next steps:
1. slider creates its own directory with photos you've chose and adds watermarks to them data1/images - you should replace photos with the same file name and picture size selected in plugin settings.
2. after step 1 do next: open 'script.js' engine1 folder in any code editor (NetBeans adviced) put in search "www" keyword. when you find just delete the line and save file.
it is done. have a nice day.
--Blank - people loves you! Here the solution of one guy who write this in comment. Respect and Thank You again! --
English Instructions:
Since wow slider changed their javascripts again, all you can do now is move the logo down or to the side. Do the first step like stated in the main post and then follow these instructions:
1. Open wowslider.js in the folder engine1 in a program that can edit javascript. (I used word pad)
2. Locate somehow the clue words: 'bottom' or 'right' or the following string: ({position:"absolute",right:"2px",bottom:"2px",padding:"0 0 0 0","z-index":10});
3. Change the bottom:"2px" to at least bottom:"-15px"
4. All this does is move the logo to the bottom were it will not be visible.
5. Enjoy
Source From:solveitproblems.net