how to remove pop up purchase reminder from menucool
menucool web sliders and menus are freely available for download but it shows pop up purchase reminder for purchase full version. here the simple trick to avoid purchase reminder from your webpage
STEP 1:
go to menucool script and css folder(theme)
STEP 2:
open tooltip.js file
STEP 3:
find following line
/* JavaScript Tooltip v2012.11.22. Copyright www.menucool.com */
and remove all after this command.
STEP 4:
then save your document here after it will not shows popup reminder
Create Free Android Application for you Business/Website
menucool web sliders and menus are freely available for download but it shows pop up purchase reminder for purchase full version. here the simple trick to avoid purchase reminder from your webpage
STEP 1:
go to menucool script and css folder(theme)
STEP 2:
open tooltip.js file
STEP 3:
find following line
/* JavaScript Tooltip v2012.11.22. Copyright www.menucool.com */
and remove all after this command.
STEP 4:
then save your document here after it will not shows popup reminder
Create Free Android Application for you Business/Website
if i erase all the lines after the /* JavaScript Tooltip v2012.11.22. Copyright www.menucool.com */
ReplyDeleteand remove all after this command.
it dissapears ...
i´m talking about the slider...but i think it must be the same code...
or not ?
thks
look at following site
ReplyDeletehttp://vtorkcontrols.com/
slider of this site is configured by same method...
Thanks dinesh raja it was helpful to me. :)
Deletewhich page..please provide the full URL
Deletehahahah MF! you just remove all the code
ReplyDeleteyes exactly this removes the whole code itself. is there a viable free solution?
ReplyDeletelook for this code in js-image-slider.js
ReplyDeletefor(var b=[],a=0;a<e[d];a++)b[b[d]]
start this for loop from 24 i.e a=24
logic is simple.... they iterating the for loop to 24 i.e making the string "slider purchase reminder" count to 24 including spaces. if you iterate the loop from 24 the string making logic will not work hence it will not displayed on page. so your code snnipet should look like for(var b=[],a=24;a<e[d];a++)b[b[d]]
bhai hatesoff popup query solved
Deletethanks
Deletethank, this is solved
DeleteThank you Anonymous! That worked, but you knew that. I spent hours looking, after de-minifying it. That return always has the 'reminder' sting in it, just wish I could find where it decides to use it, and it shows up in different places.. drives me nuts :)
ReplyDeleteOne problem with your solution... If you are using the 'alt' tag to display your own messages, and the program decides to put its 'message' inside an 'alt' tag(which it does a lot), your 'alt' tag will be empty!! IE: your message is empty. I will keep working, and see if I can find a final solution. IF the 'license' was not good for only ONE URL, I would pay for it!!
ReplyDeleteYes, me again (and above 2 anonymous)... After trying several variations, I decided to go with your code... Only do not use an 'alt' or 'title' tag on the first image. It will use either one! I only found one other way to stop it, but yours is simpler. Thank You!! :)
ReplyDelete