• Hi, I was dealing with some problems in this template. I fixed them.

    1. post in homepage was sometimes overlapped

    Fix: scripts.js

    jQuery(document).ready(function($) {
    	$('.isotope').imagesLoaded(function(){
      $('.isotope').isotope({
    		itemSelector: '.isotope-item',
    		layoutMode: 'sloppyMasonry'
    	});
      });
    });

    2. In mobile version: homepage with 2 columns not 1

    Fix: index.php – column numbers changed

    <div class="col-xs-12 col-sm-6 col-lg-4 isotope-item">

    3. Images in post gallery are in full resolution

    Fix: wp-bootstrap-gallery.php

    lines 150-151: size changed to medium

  • The topic ‘Tips for update’ is closed to new replies.