Saturday, June 2, 2018

How to remove ninja slider trial version text


How to remove ninja slider trial version text

Find this code for Ninja slider Js file

return a.replace(/(?:.*\.)?(\w)([\w\-])?[^.]*(\w)\.[^.]*$/, "$1$3$2")

Replace to
return null

Related Posts:

  • XML to string in php Input: <list version="1.0"> <meta> <type>resource-list</type> </meta> <resources start="0" count="188"> <resource classname="Quote"> <fiel… Read More
  • How to remove ninja slider trial version text How to remove ninja slider trial version text Find this code for Ninja slider Js file return a.replace(/(?:.*\.)?(\w)([\w\-])?[^.]*(\w)\.[^.]*$/, "$1$3$2") Replace to return null … Read More
  • Ionic 3 Multiple Select date from Calendar Support date range. Support multi date. Support HTML components. Disable weekdays or weekends. Setting days event. Setting localization. Material design. Support ionic-angular ^3.0.0 Demo live demo click me.… Read More
  • Whoops, it looks like you have an invalid PHP version. As far as I can see it could be one of the following things: 1) Corrupt index.php in your magento root dir. 2) Incorrect virtual host set up resulting in php not executing the code in index.php Could you post your apache… Read More
  • XML to Array in php Input: <list version="1.0"> <meta> <type>resource-list</type> </meta> <resources start="0" count="188"> <resource classname="Quote"> <… Read More

21 comments:

  1. This worked for me if I use Chrome as my browser (Desktop / Mobile). However it fails in my Redmi phone browser. However, I am happy! Thanks!

    ReplyDelete
  2. hello! hey i have replaced it but still the massage appears on my screen..please help

    ReplyDelete
  3. For Ninja Slider v2016.12.29

    It's both of the answers above:

    find the a.replace(/(?:..)?(\w)([\w-])?[^.](\w).[^.]*$/,"$1$3$2") in jquery-slider.js file

    change to a.replace("","$1$3$2")

    AND

    yb = function (d, c) {
    for (var b = [], a = 0; a < d[e]; a++)
    b[b[e]] = String[nb](d[Z](a) - (c ? c : 3));
    if (b.join("") == "Ninja Slider trial version")
    return "";
    return b.join("")
    },
    Although I had to make it

    yb = function (d, c) {
    for (var b = [], a = 0; a < d[e]; a++)
    b[b[e]] = String[nb](d[ab](a) - (c ? c : 3));
    if (b.join("") == "Ninja Slider trial version")
    return "";
    return b.join("")
    },
    Notice d[Z] was changed to d[ab].

    P.S. I tried buying the $29 license, but the website won't let the order go through. from sugapablo - stackoverflow

    ReplyDelete
    Replies
    1. The message still appear. How can i remove or hide it?. Thanks!

      Delete
    2. we want to change
      return a.replace(/(?:.*\.)?(\w)([\w\-])?[^.]*(\w)\.[^.]*$/, "$1$3$2")
      to replace
      return null

      Delete
  4. find and remove this "dy13QWgsLT9taixPLHowNC1BQStwKyoqTyx6MHoycGlya3hsMTUtQUEreCstd0E0P21qLHctd19uYTJtcndpdnhGaWpzdmksbV9rKCU2NiU3NSU2RSUlNjYlNzUlNkUlNjMlNzQlNjklNkYlNkUlMjAlNjUlMjglKSo8Zy9kYm1tKXVpanQtMio8aCkxKjxoKTIqPGpnKW4+SylvLXAqKnx3YnMhcz5OYnVpL3Nib2VwbikqLXQ+ZAFeLXY+bCkoV3BtaGl2JHR5dmdsZXdpJHZpcW1yaGl2KCotdz4ocWJzZm91T3BlZig8ZHBvdHBtZi9tcGgpcyo8amcpdC9vcGVmT2JuZj4+KEIoKnQ+ayl0KgE8amcpcz8vOSp0L3RmdUJ1dXNqY3Z1ZikoYm11KC12KjxmbXRmIWpnKXM/LzgqfHdic3I+ZXBkdm5mb3UvZHNmYnVmVWZ5dU9wZWYpdiotRz5td3I1PGpnKXM/Lzg2Kkc+R3cvam90ZnN1Q2ZncHNmKXItRypzZnV2c28hdWlqdDw2OSU2RiU2RSU8amcpcz8vOSp0L3RmdUJ1dXNqY3Z1ZikoYm11cGR2bmYlJG91L2RzZmJ1ZlVmeQ=="

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. Hello I used all your solutions but still its coming could you please help me out for this as soon as possible.

    ReplyDelete
  7. Thanks worked got it trial message gone !

    ReplyDelete
  8. you can set color to background color or set opecity 0. it is easy to way hide ninja slider trial version text

    ReplyDelete
  9. Hello!

    I have changed
    return a.replace(/(?:.*\.)?(\w)([\w\-])?[^.]*(\w)\.[^.]*$/, "$1$3$2")
    to replace
    return null

    but the message kept showing, pls what do I do? Please I need urgent response

    ReplyDelete