Easy Fancy Box Zeta Issues with Popup Maker

Forums Easy FancyBox Pro Easy Fancy Box Zeta Issues with Popup Maker

Viewing 7 reply threads
  • Author
    Posts
    • #31278
      Bobcat
      Participant

      While a video is clicked inside of PopupMaker, the video plays behind the popup. I’ve contacted the creators of Popup Maker and they want to see a demo. Here is the tread: https://wordpress.org/support/topic/how-to-controll-zeta-when-using-lightbox/#post-14157602

      Kind regards,

    • #31279
      RavanH
      Keymaster

      Hi Bob, you could try changing the Z-index for the Easy FancyBox light box to a higher level. I’m not sure how high it needs to be to show before the Popup Maker light box but try adding this in the Additional CSS field in your theme Customizer:

      
      #fancybox-wrap {
          z-index: 1111101;
      }
      
    • #31283
      Bobcat
      Participant

      Thank you for the response you have given and contribution to the WP community with your great work.

    • #31284
      Bobcat
      Participant

      Here is the demo: http://karmiclessons.com/test-page/

      Using the following in the SiteOrigin Custom CSS:

      img {
      max-width: 100%;
      height: auto;
      width: auto\9;
      /* ie8 */
      }
      zeta level in Custom CSS
      #wpadminbar {
      z-index: 99999!important;
      }
      #fancybox-wrap {
      z-index: 999999999;
      }

    • #31287
      RavanH
      Keymaster

      The PUM div has z-index: 1999999999 so if you give the FancyBox z-index one more extra digit (like a 9) it should start working 🙂

    • #31291
      Bobcat
      Participant

      That worked out! I did not realize there were so many z-index levels. How may I donate using Paypal?

      bc

    • #31305
      RavanH
      Keymaster

      Good to hear that worked!

      There is a button “Donate to this plugin” on the right side of the free version plugin page https://wordpress.org/plugins/xml-sitemap-feed/ … Thanks 🙂

    • #31546
      Bobcat
      Participant

      Problem solved – with much gratitude.

      bc

Viewing 7 reply threads
  • You must be logged in to reply to this topic.