Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Danish Ali Malik

    (@danish-ali)

    Hi @vendesign

    Hope you will be fine ??

    I just checked your site and it seems like its a small css(z-index) issue.
    Paste the following code in your theme css file.

    .mfp-wrap{
        z-index: 999999;
    }

    If doesn’t work try using important but first one is recommended.

    .mfp-wrap{
        z-index: 999999 !important;
    }

    Thanks

    Thread Starter vendesign

    (@vendesign)

    Thanks, mate. It works almost fine. The problem now – black transparent overlay is missing, again only on post page.
    Thanks

    Plugin Author Danish Ali Malik

    (@danish-ali)

    Hi @vendesign

    Hope you will be fine. ??

    You need to add following code to fix this issue.

    .mfp-bg{
        z-index: 9999;
    }

    It will be perfect.

    Thanks!

    Thread Starter vendesign

    (@vendesign)

    Thanks mate, you are great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Popup is shown properly only on home page’ is closed to new replies.