Hello,
the plugin works as described here:
https://adinserter.pro/documentation/insertion-before-inside-after-html-element
There were no changes in this regard, however, the page layout may have changed.
Make sure the element where you would like to insert exists on the page (check in the web inspector).
You need to provide some data otherwise we can’t check your page:
https://ww.wp.xz.cn/support/topic/ad-inserter-support-before-you-ask-for-help/
Are you still having issues?
remote debugging enabled, please check
I see all the blocks inserted according to the settings.
Which block are you missing on that page?
thx for your help
yes, I changed it after it didn’t work,, but now I edited it so you can check block 2 which make the ad should be inserted under the title
Block 2 is not inserted because there is no such element on that post.
article#post-201 does not exist.
You are using a way to complex element selector and it would work only in one specific post:
div#content > article#post-201 > header > h1
Do not use post-specific ids if you would like to insert on all posts and keep the selector as short as possible.
Maybe
div#content h1
or even
h1
yes, it works now
thaaaaaaaaaaaaanks a lot for your help