Dezine DZ-GR100-WHT-BRW Men's Watch

Friday 11 April 2014

how to remove pop up purchase reminder from menucool
menu-cool-tricks


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

13 comments:

  1. if i erase all the lines after the /* JavaScript Tooltip v2012.11.22. Copyright www.menucool.com */
    and 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

    ReplyDelete
  2. look at following site
    http://vtorkcontrols.com/
    slider of this site is configured by same method...

    ReplyDelete
    Replies
    1. Thanks dinesh raja it was helpful to me. :)

      Delete
    2. which page..please provide the full URL

      Delete
  3. hahahah MF! you just remove all the code

    ReplyDelete
  4. yes exactly this removes the whole code itself. is there a viable free solution?

    ReplyDelete
  5. look for this code in js-image-slider.js
    for(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]]

    ReplyDelete
  6. Thank 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 :)

    ReplyDelete
  7. One 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!!

    ReplyDelete
  8. Yes, 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

Blog Widget by LinkWithin 09 10 /