• Resolved commandinghands

    (@commandinghands)


    Album images are not visible on the page. The div tag is being given an inline style: <div class=”gmPhantom_Container noLightbox” style=”opacity:0″>.

    The style.css has the opacity set to 1.

    
    .gmPhantom_Container {
      direction:ltr;
      margin:0 auto;
      overflow:hidden;
      padding:4px;
      position:relative;
      height:auto;
      width:100%;
      max-width:100%;
      z-index:0;
      opacity:1;
      text-align:center;
      -moz-transition:opacity 1s;
      -webkit-transition:opacity 1s;
      -o-transition:opacity 1s;
      -ms-transition:opacity 1s;
      transition:opacity 1s;
      -webkit-transform:translateZ(0);
      -moz-transform:translateZ(0);
      transform:translateZ(0);
    }
    

    If I remove the inline style in Chrome dev tools the images appear.

    Why is this happening and how do I fix it?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Rattus

    (@pasyuk)

    “Uncaught TypeError: prevButton.live is not a function” in your theme’s script.js file. Seems like your theme is not compatible with the jQuery library included in WordPress 5.5. Fix theme JS error first because it block execution of other JS code on the page. That’s why Gmedia Gallery doesn’t work.

Viewing 1 replies (of 1 total)
  • The topic ‘gmPhantom_Container div has inline opacity set to 0’ is closed to new replies.