• AICP Plugin is showing untested with your version of wordpress, and I have not activated any cache plugin and site not on cloudflare but AICP plugin not working. I an not using auto ads & I have paste ad code with php code in ad inserter block and php toggle also on… please help me

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author iSaumya

    (@isaumya)

    What issue are you facing?

    Thread Starter digitalpatilofficial

    (@digitalpatilofficial)

    Dear Majumder sir,
    AICP plugin blocking some IP addresses and some not. I clicked over the set limit on ads from my friend’s mobile but his ip not blocked and showing ads after too much clicking… I am using ad inserter and I have used this code with ad code –

    <?php
    if(aicp_can_see_ads())
    {
    echo '<div class="aicp">
    <Paste Code Here>
    </div>';
    }
    else
    {
    echo "Sorry! You are Blocked from seeing the Ads";
    }
    ?>

    and some code showing to frontend like this < ad >

    Plugin Author iSaumya

    (@isaumya)

    so, it’s sometimes working and sometimes not?
    well on the phone as there is no click event the click tracking sometimes doesn’t work properly.

    Thread Starter digitalpatilofficial

    (@digitalpatilofficial)

    Hi sir, Plugin is working best but Less than sign & Greater than sign(<ad>) appear before and after the ads. What I do? Please help me sir…

    Plugin Author iSaumya

    (@isaumya)

    Because that has been converted to HTML. Inside the code copy that HTML and type greater than and less that sign from keyboard

    Thread Starter digitalpatilofficial

    (@digitalpatilofficial)

    Thank You sir…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘AICP Plugin is showing untested with your version of wordpress & not working’ is closed to new replies.