• Unfortunately after update WP to 4.6 the Oria do not show the posts correctly: all of them are in the single column instead being arragned elegantly.

    My page is https://assaultpublishing.com/

    This occurs whatever when using IE, Firefox, Opera oe Edge.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem.

    I commented some lines in the /oria/js/masonry-init.js file and now the site is working again as expected:

    //Masonry init
    jQuery(function($) {
    
        var $container = $('.posts-layout');
        $container.imagesLoaded( function() {
            $container.masonry({
                itemSelector: '.posts-layout .hentry',
                columnWidth : '.item-sizer',
                /*
                isAnimated: true,
                animationOptions: {
                    duration: 500,
                    easing: 'linear',
                }
                */
            });
        });
    
    });
    Thread Starter LordMKG

    (@lordmkg)

    It works! Thanks for help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problems after update to 4.6!’ is closed to new replies.