• Resolved Mimergt

    (@mimergt)


    Hi,

    I read the forum and try a lot of things but i cant resolve my problem.

    I recently add an Block with a test image/add to load after the #nota id that is the id of the container of the posts on the HomePage of the website.

    Actually i have enable the Automatic Insetion on “After html”, I have check only the Homepage box, on html elements box i have #nota, Insertion > Client Side > Footer.

    I also check the manual option of the PHP function.

    No more options checked on the Ad Inserter Manager.

    On my template i check the correctly insertion of the ID on each post on the different loops of the homepage.

    On the homepage i have this code for the “manual placement”

    <!-- 		Adinserter  -->
    <div class="adinserter-2">
    <?php if (function_exists ('adinserter')) echo adinserter (2, 'homepage'); ?>
    </div>
    

    I also check the jquery errors and when i change the options to automatic insertion on Footer the blocks show perfect on the footer so i think the problem is about how i do the insertion or something more.

    I have disable the cache plugins for the website.

    Debugging and Remote Debugging are enable

    I need insert blocks of ads each X number of posts with the #xxx id. I need insert the blocks inside the loop of posts on homepage and categories to.

    Please let me know if some more info is required.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Spacetime

    (@spacetime)

    I see there are some issues with Javascript.
    Need to check.

    Can you please try to use Server-side insertion?
    You need to enable Output buffering first (tab * / tab General).

Viewing 1 replies (of 1 total)
  • The topic ‘Problem insert manual code after html element’ is closed to new replies.