Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #765341

    Hi Team Kriesi,
    1st page of blog-posts shows the standard layout, on the 2nd page the masonry gallery is missing.

    http://blog.schladming-dachstein.at/page/2/
    Any ideas?

    #766493

    Hey xxtita,

    No idea atm, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #767256

    some info

    #769753

    Hi,

    Thank you for the info.

    We added the following filter in the functions.php file.

    add_filter( 'avia_masonry_entries_query', 'avia_masonry_entries_query_mod', 10, 2);
    function avia_masonry_entries_query_mod( $query, $params ) {
    	if( is_page(2046) ) { // id of blog page
    		$query['paged'] = 1;
    	}
    	return $query;
    }

    Best regards,
    Ismael

    #771025

    thanks, works perfect.
    just a questions – is this ab bug, or just on this site?

    #771465

    Hey!

    It’s a minor bug in the theme and we already reported it to Kriesi.

    Regards,
    Ismael

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