Viewing 7 replies - 1 through 7 (of 7 total)
  • same here…would love to know how to remove…have poked around and can’t find a way in.

    Thanks

    Ads are my revenue to fuel my spirit. But still you have the freedom to remove it if you don’t like it. For this, you need to open the file ‘jquery-html5-file-upload.php’ residing within your plugin folder and remove/comment the lines from 302 to 317.

    i.e comment/remove the following lines…

    $whitelist = array(‘localhost’, ‘127.0.0.1’);
    if(!in_array($_SERVER[‘HTTP_HOST’], $whitelist)){
    ?>
    <script type=”text/javascript”><!–
    google_ad_client = “ca-pub-8264268943944137”;
    /* Add for JQFU Plugin */
    google_ad_slot = “3528882927”;
    google_ad_width = 468;
    google_ad_height = 60;
    //–>
    </script>
    <script type=”text/javascript”
    src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”&gt;
    </script>
    <?php
    }

    Let me know if you need any further assistance

    Thread Starter Donavan

    (@donavanlima)

    Anwar,
    Thank you for your understanding and providing the knowledge needed to remove the ads. Maybe offer an ad free version (Pro) that can be purchased by those of us who value your work, but do not want ads on their site!
    Again thanks,
    Donavan

    Thread Starter Donavan

    (@donavanlima)

    The ad removal worked perfectly!

    Donavan

    Glad to hear that… let me know if you need any further assistance. Will plan for a pro version by adding some more features in the near future.

    Thanks
    Anwar

    Agreed! thanks very much Anwar. Look forward to the pro update

    DW

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove Ads’ is closed to new replies.