Tagged: masonry element
-
AuthorPosts
-
July 21, 2016 at 6:16 pm #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.
July 21, 2016 at 6:42 pm #663525Hey brainxchange!
Can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitJuly 21, 2016 at 7:00 pm #663542I just deactivate all plug-ins and still not working
July 22, 2016 at 1:00 pm #663839Hi,
Login details are not working, could you check/verify please?
Best regards,
RikardJuly 22, 2016 at 1:22 pm #663850That’s weird. it’s working for me
July 22, 2016 at 1:23 pm #663853July 22, 2016 at 2:50 pm #663891Hi,
There are 0 post in the selected catogery. Please add post to “Devices & Applications” and the masonry should display fine.
Best regards,
VinayJuly 22, 2016 at 3:26 pm #663922Try any category. None of them display.
July 26, 2016 at 5:34 am #665135Hi!
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,
IsmaelAugust 1, 2016 at 6:03 pm #667376Yes the file is there…pasted the code below:
// use pastebin.com
August 4, 2016 at 4:31 pm #668643Any suggestions?
August 5, 2016 at 5:27 am #668823Hi,
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,
IsmaelAugust 5, 2016 at 4:46 pm #669048August 11, 2016 at 2:54 am #671114 -
AuthorPosts
- You must be logged in to reply to this topic.