• Hello,

    I am a designer and have used the Theme “Semplice v6” to design a website for a client. However, I am noticing the blog module has a problem with the Image gallery:

    [ redundant link removed ]

    1. The Lightbox does not load and the images when I click on them

    2. The images are stacked very close to each other, without any column gaps between them.

    Is there a way I can fix this? The images seem to load properly in the rest of the website (but those pages are built using the Semplice web builder), whereas the blog posts are created through Gutenberg. Currently the website has no plugins installed whatsoever.

    I tried various gallery plugins but they don’t seem to work either.

    Can anyone help me figure out what’s going on or how to solve this? Appreciate your help!

    I think this might be a jQuery or javascript issue but I am a designer and have absolutely no knowledge of code. This problem is absolutely driving me nuts.

    Please help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The images are smooshed together by a CSS property of your theme. There, the font size for galleries, among other things, is set to 0, which also literally zeroes out the spacing that is defined by WordPress styles with 0.5em.

    To solve this, you can either use CSS

    body #content-holder .blogposts .blogposts-post-content figure { font-size: unset }

    or contact the support of your theme: https://help.semplice.com/hc/en-us

    Thread Starter supertrouper

    (@supertrouper)

    Thank you so much for your guidance! I truly appreciate you and your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with Image gallery’ is closed to new replies.