Hi,
I'm using masonary display for blogs list. Also, i have setup infinte scroll option for the block view. But infinite scroll is not working, instead it gives pagination.
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,
By default our theme has no infinite scroll so if you would like to use it, please send us your site admin account and FTP account, we will help you.
Sorry,
We can not access. Could you check?
We have done all works. Please check /blogs.
1. go to file sites\all\themes\md_make\theme_setting\front\html.preprocess.inc, delete or uncomment line
2. file sites\all\themes\md_make\template.php
find section
if ($view->query->pager->plugin_name == 'infinite_scroll'
...
drupal_add_js(path_to_theme() . "/js/libs/view_load/views_infinite_scroll.js", array('type' => 'file', 'scope' => 'footer'));
}
then replace with
3 . add file sites\all\themes\md_make\js\libs\view_load\views_infinite_scroll_2.js
4. file /sites/all/themes/md_make/templates/views/block/blog/new-block/views-view--blog--block-1.tpl.php
replace line 55
with
5. file /sites/all/themes/md_make/templates/views/block/blog/new-block/views-view-unformatted--blog--block-1.tpl.php
replace line 11 :
with
Can you please inform the changes, as we need to implement on the live server.