Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter kacper3355

    (@kacper3355)

    EDIT: Please check other posts to compare.

    Thread Starter kacper3355

    (@kacper3355)

    I found a new issue: the ad is unclickable cause of that quote box.
    Maybe is there any way to exclude quote boxes from ad placement?
    Screen – https://i.imgur.com/VTguxss.jpg

    Plugin Author benohead

    (@benohead)

    Please update to version 0.9.7 and let me know whether it solves your problem.

    Paragraphs in blockquote, pre or code tags are now ignored when placing ad blocks in the middle of the post/page, after the first paragraph or before the last paragraph.

    Thread Starter kacper3355

    (@kacper3355)

    It still doesn’t work (ad is still unclickable). Nothing has changed. I placed the ad via “after the first post paragraph” but unfortunately there’s a quote box.

    New screenshot – https://i.imgur.com/5thrtpC.jpg

    Plugin Author benohead

    (@benohead)

    Check your site. There are some pages where the ads were in the quote tags and some where they were before the quote tags. Now it looks like they are all outside the quote tags. The problem now happens when there is blockquote tag after the ad and the ad is floating on the left. Also if I use firebug to modify your site to reproduce the problem and then remove the p tags from the blockquotes, the ads are clickable again.

    Also setting the display:inline for both “blockquote” and “blockquote p” also made the ads clickable again:

    blockquote {
        display: inline;
    }
    blockquote p {
        display: inline;
    }

    Unfortunately I cannot do much from the plugin side. It needs to be solved in the CSS properties of your theme.

    Plugin Author benohead

    (@benohead)

    Sorry, in the previous message, I meant “Checked your site”, not “Check your site”. I guess you’ve already checked your site ??

    Have you given my suggestion a try ? Basically I cannot do much from the plugin perspective since the whole styling comes from your theme and the code blocks you’ve defined. Except trying to place the ads as at least one or two paragraph away from quotes… But that would probably not be easy to implement and would probably cause a lot of unnecessary processing.

    Plugin Author benohead

    (@benohead)

    OK, I assume you managed to get it working by now. so marking the thread as resolved.

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