• Resolved vanessaaa

    (@vanessaaa)


    I’m using wordpress to build a website and I have galleries in some pages but it only appears when I refresh the page. I tried clean the cache, disable the cache plugin and disable the lazy load but nothing worked. Can someone help me please.

    • This topic was modified 4 years, 5 months ago by vanessaaa.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    You have a CSS rule that is hiding the images. Because of CSS optimization, I can’t give you a meaningful location, but it’s this rule:

    .et_pb_filterable_portfolio_grid .et_pb_portfolio_item, .et_pb_gallery_grid .et_pb_gallery_item {
        display: none;
    }

    Try putting this rule in the Additional CSS panel of the customizer and change none; to block;

    Thread Starter vanessaaa

    (@vanessaaa)

    It worked. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Galleries not apears in wordpress’ is closed to new replies.