• I have a gallery on the Day camp page, Boarding page, Training page, and Grooming page. Galleries are masonry. No longer working. All plugins are activated??? Not one gallery is showing. Help. This has gone to the client and will be going live!!! It was after the WordPress update.

    • This topic was modified 4 years, 7 months ago by LinMcHugh.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter LinMcHugh

    (@linmchugh)

    There was a plug-in conflict, but again, I can’t get the colors to work on the overlay. Here is my code. The exact code I am using on three other sites.

    .foogallery .fg-image-overlay {
    background-color: rgba(123,153,210,.5)!important;
    }
    .foogallery-caption-title {
    font-weight: 600;
    letter-spacing: 1px;
    }

    Here the gallery doesn’t work after update, too.
    What kind of conflict was it?
    And how did you resolve it?

    Plugin Author bradvin

    (@bradvin)

    @linmchugh,

    Your custom CSS needs to change to the following:

    
    .foogallery .fg-caption {
    background-color: rgba(123,153,210,.5) !important;
    }
    .foogallery .foogallery-caption-title {
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    }
    

    Please let me know what plugin conflict you had?

    Thread Starter LinMcHugh

    (@linmchugh)

    The conflict was a Facebook like plug-in. However, on this site. I’m trying to get the green overlay, and your coding is not working:

    .foogallery .fg-caption {
    background-color: rgba(131,155,79,.5) !important;
    }
    .foogallery .foogallery-caption-title {
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    }

    I’ve also tried your above code with the blue color in this, and I still get the black.

    https://urbancaninepestdetection.com/gallery/

    • This reply was modified 4 years, 7 months ago by LinMcHugh.
    Plugin Author bradvin

    (@bradvin)

    please change the first CSS rule back to

    
    .foogallery .fg-image-overlay {
    background-color: rgba(123,153,210,.5)!important;
    }
    

    So I can debug it

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gallery no longer working after update’ is closed to new replies.