Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #346145

    Issue with the gallery, client added pictures to the gallery, the first and third columns work great but the second and forth columns have a black spaces to the left how do I troubleshoot this.

    Thank You

    #346320

    Hey printdesignfactory!

    Can you send us a WordPress login and mark the reply as private so we can take a closer look?

    Regards,
    Elliott

    #346706
    This reply has been marked as private.
    #347201

    Hey!

    It looks like it could be an unintentional bug but I’m not sure. The image sizes are slightly different and it’s knocking the floats off. I’ve seen this question pop up a few times so I’ll flag this for the rest of our team to take a look. I think we will probably end up cropping the images but in the meantime try opening up /enfold/config-templatebuilder/avia-shortcodes/gallery.php and find line 225.

    $first = false;
    

    And add this above it.

    if ( $counter % $columns == 0 ) { $thumbs .= "<div class = 'clear'></div>"; }
    

    That should make it so the different sizes do not break the columns. Be sure to update Enfold to the latest version (3.0.2) as well.

    Regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.