• Resolved larsliked88

    (@larsliked88)


    Dear,

    The plugin looks great, it just seems to cause a few issues with our theme (divi).

    It shows nicely over the general content, but the comment and footer section are shown over the pop-up. This makes it look quite weird. Im not sure if this has to do with the pop-up our with divi.

    Another small issue is the alignment of the button. It seems to be automatically centered, where I would like to align it with other buttons. Would that be possible?

    Thanks in advance!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author iseardmedia

    (@iseardmedia)

    Hi larsliked88,

    I have had a look at the page on your website with the button. The problem is not really with either divi or Kudos but more just a clash which is causing some of the content to appear over the modal. The cause is down to a css rule known as z-index. I will look for a way to avoid the clash in a future update but for now as a fix you can add the following css to your theme (use customizer under the appearance menu in WordPress):

    .et_pb_column {
       z-index: unset;
    }

    To change the alignment of the button you can add the following to the shortcode:

    alignment="right"

    So for example your shortcode might then look like this:

    [kudos campaign_id="default" alignment="right"]

    Let me know if that fixes your problems.

    Mike

    Plugin Author iseardmedia

    (@iseardmedia)

    Hi larsliked88,

    I hope the above solution has worked for you. I am marking this as solved for now but if you have any other questions please feel free to open another topic and I’ll be glad to help.

    Mike

    Thread Starter larsliked88

    (@larsliked88)

    Hi Mike,

    Sorry haven’t been working on the website. But just added the css and works well now! Thanks.

    Topic = solved ??

    Plugin Author iseardmedia

    (@iseardmedia)

    No problem and glad it is working. Good luck with your donations!

    Mike

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pop-up doesn’t cover everything’ is closed to new replies.