Hi ,
How can i add 'page_blog_masonry_3col' view page in basic page with awecontent?
how to create same view page as a view block?
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
In Awecontent, you only can drag drop a block but not a page. Please create a new view block similar to "page_blog_masonry_3col" and drag drop it to a page.
Hi,
Please download the attached file in your email, extract and update in folder sites\all\themes\md_make\templates\views\block\blog
Then clear cache
Hi,
Any update on this ?
Hi,
Sorry for the late respond. We have just resumed our service from 4-day holiday
Jquery does not work after ajax call, please disable ajax in view,
Or you can google for jquery after ajax (For ex, http://api.jquery.com/ajaxcomplete/)
Hi,
We can not disable ajax as we are using Year Filter, so please give me an alternate solution.
Hi,
Please note that jquery will not run after ajax however if you disable ajax so filter can not work. You can try 2 below solutions:
1 - make changes with ajax of year filter, rewrite jquery masonry ajax complete event
2 - use function
$( document ).ajaxComplete(function() {});
in this function, rewrite jquery masonry.