• ttttttttttttttttttttttttttt

    (@ttttttttttttttttttttttttttt)


    Hi,

    Have tried to install and use your plugin but having considerable issues.

    The main issue seems to be that when I publish your code the ad is published but for some reason the final code is not read and it becomes text on the page.

    For example see the ad at the top of the page at https://www.thebesteight.com/ and you will notice after the ad } ?>

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

    (@isaumya)

    Maybe because you didn’t enable the PHP execution mode in ad inserter.

    Thread Starter ttttttttttttttttttttttttttt

    (@ttttttttttttttttttttttttttt)

    I am not using ad inserter.

    I do use ad rotate

    Plugin Author iSaumya

    (@isaumya)

    Then check with that plugin support about how to execute PHP codes inside the ad code block.

    Thread Starter ttttttttttttttttttttttttttt

    (@ttttttttttttttttttttttttttt)

    Have put in query to developer (which I am waiting on a reply) and had a good search but it does not look like they have any specific on executing php in their plugin.

    So I assume unless I can execute PHP either I don’t use either yours OR their plugin?

    Plugin Author iSaumya

    (@isaumya)

    yes that’s right cause you are adding PHP code

    Hi, @isaumya ….
    Can you tell me? Is this right code to paste in ad inserter block? please give me response…
    code is below ??

    <?php
    if(aicp_can_see_ads())
    {
    echo '<div class="aicp">
    
    <Paste adsense Code Here>
    
    </dive>';
    
    }
    else
    {
    echo "Sorry! You are Blocked from seeing the Ads";
    }
    
    ?>
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text after div not being read’ is closed to new replies.