Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author kevinweber

    (@kevinweber)

    Hi,
    the solution on your site is to increase the CSS “z-index” properties, as follows:

    .incom-comments-wrapper { z-index: 140; }
    .incom-bubble { z-index: 141; }
    .incom-bubble-style { z-index: 142 }

    Add that code to the Custom CSS option field.

    Does that solve your issue?

    Best regards,
    Kevin

    Thread Starter sherlynsoo

    (@sherlynsoo)

    Hi Kevin,

    Thanks for getting back to me. That did make it appear but it’s appearing in the footer only now and it’s not displaying properly.

    I tried changing the the selectors to “md-text-block, .md-text-block p,” and that made them disappear.

    Right now the slide site selector is set to “body” but I also tried #wrap and #post-content

    Anyways ideas what’s wrong?

    Thanks!

    Plugin Author kevinweber

    (@kevinweber)

    Try that:
    Change

    .incom-bubble {
    z-index: 141;
    }

    to

    .incom-bubble {
    z-index: 141!important;
    }

    Thread Starter sherlynsoo

    (@sherlynsoo)

    fantastic, that worked!!! Thanks so much!!!

    Plugin Author kevinweber

    (@kevinweber)

    Nice to hear ??
    Would be amazing when you give this plugin at least a five-star rating here.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not showing up at all’ is closed to new replies.