Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #663510

    The left side of the page has masonry configured for the specific categories for each section: https://brainxchange.events/enfold-staging/enterprisewear-blog/

    None of them are showing up.

    #663525

    Hey brainxchange!

    Can you please try de-activating all active plugins and check if that helps?

    Cheers!
    Yigit

    #663542

    I just deactivate all plug-ins and still not working

    #663839

    Hi,

    Login details are not working, could you check/verify please?

    Best regards,
    Rikard

    #663850

    That’s weird. it’s working for me

    #663853
    #663891

    Hi,

    There are 0 post in the selected catogery. Please add post to “Devices & Applications” and the masonry should display fine.

    Best regards,
    Vinay

    #663922

    Try any category. None of them display.

    #665135

    Hi!

    The masonry container is not rendered in the page. Please check if the av-helper-masonry.php file exists inside the config-templatebuilder > aviashortcodes folder.

    Best regards,
    Ismael

    #667376

    Yes the file is there…pasted the code below:

    // use pastebin.com

    #668643

    Any suggestions?

    #668823

    Hi,

    Where do you intend to use the following function? What page?

    add_filter( 'avia_masonry_entries_query', 'avia_masonry_query_func', 10, 2);
    function avia_masonry_query_func( $query, $params ) {
    	global $wp_query;
            $term = $wp_query->get_queried_object();
    	$tax = $term->taxonomy;
    	$cat = get_query_var('cat');
    	$catarray = array();
    	$category = get_category($cat);
    	$catarray[] = $category->term_id;
    	$query['tax_query'] = array( 	array( 	'taxonomy' 	=> $tax,
    									'field' 	=> 'id',
    									'terms' 	=> $catarray,
    									'operator' 	=> 'IN'));
        return $query;
    }

    We disabled that temporarily. And why do you have duplicate widget area in the blog page?

    https://brainxchange.events/enfold-staging/enterprisewear-blog/

    Best regards,
    Ismael

    #669048

    I’m not exactly sure. We hired a coder from codeable to make the category pages look like Masonry and they must have messed something up here.

    I haven’t setup the widget area’s correctly yet. I’m planning to redesign the blog home page a bit and only want one widget area on the right.

    #671114

    Hi,

    I’m sorry but we won’t be able to help you if the files have been modified by someone else. Please contact the coder for more info.

    Best regards,
    Ismael

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