- NewspaperInfinite Loading for Single Posts
- NewspapertagDiv Composer – Website Manager
- NewspaperFilters and sorting for taxonomies
- NewspaperFlex Block Settings Guide
- NewspaperHeader Builder
- NewspaperUnique Articles
- NewspaperBlock settings tutorial
Hi Bogdan,
Thanks for pointing out the error in the images and the search bar. I think that is resolved.
But the infinite load error has to do with a theme error.
A few days ago the “Warning: A non-numeric value encountered in” error appeared and a member of the staff said to change the offset to “0”. This is what is causing the error in the infinite load.
I ask you to try to solve this as soon as possible because I can not have the error to be displayed in the posts and the navigation of the site is based on infinite load.
Tks
I believe there is something wrong with PAGINATION STYLE in LAYOUT SETTING under CATEGORIES menu. I have change the setting to be “Normal Pagination” instead of “Infinite Loading + Load More” OR “Infinite Loading”.
“Infinite Loading + Load More” OR “Infinite Loading” will not work if the posts are more than 10 post.
Proof is you as your attachment said there are only 10 posts and my argument is our posts are actually 21 as you can see in English version https://drive.google.com/open?id=0B3qBQWGE_SJ5a3l0SGtTQVhSZjA and in Chinese version https://drive.google.com/open?id=0B3qBQWGE_SJ5UVNBaHhxUUJTbTA
Kindly fix the bugs. Thank you.
Hi,
I have blocks whit infinite load but the same 10 posts are loaded every time. I already disabled all plugins except Visual Composer but the problem persist.
If I set the Offset for 10 everything works perfectly but the first 10 posts doesn’t appear.
https://cubogeek.pt/novidades/
Tks
Hello vettiMedia,
Unfortunately, the infinite scrolling on posts is not available in our theme. We do not have a plan on adding this yet as we have not found an easy method of implementation for it at the moment.
Please check this link, here is detailed a possible implementation:: https://forum.tagdiv.com/topic/implement-infinite-scroll-on-single-posts/
Thanks for your understanding!
It would be really cool if we could enable infinite scroll on individual post pages and just load one post after the other.
Hello,
1.Sorry but our theme does not support 3 columns on posts. Sorry
2.Infinite loading on posts is not possible in our theme due to it’s custom made nature. We have this request on our list for future updates but we have not found a viable solution for this yet.
Thank you!
Hi,
We have enabled Infinite Loading in the theme’s general category layout and everything works fine when loading the page by default. However if I select any post order different than the default one (Latest Post) at the top right of the page, the Infinite Loading feature no longer applies.
I was curious if this was a bug or if there was a reason the theme would function this way?
Hi,
I still have yet to receive any help with my problems, Can someone please contact me and help. Multiple post styles for newspaper in my theme do not work. The images either don’t show or only show half on the page.
Also, the theme in not responsive when I have the option “infinite Load or Pagination.” It still shows nothing.
Please respond.
Thanks
Hello,
I was about to ask the same thing but first I wanted to know if I was the only one.
I hope you implement this feature in the next updates because there are many requests for infinite scrolling on posts (including me).
Ciao!
1. To make you better understand, how u r getting these 2 templates, check wide header and footer.
http://demo.tagdiv.com/newspaper_local_news/
http://demo.tagdiv.com/newspaper_what/
2. Yes, to have a border line below logo and ad.
3. My mistake that should be search page not ‘404’, have a look at this.
4. Is it possible to design a homepage without ‘post loop’ section, seems the default template includes ‘latest articles’ with numeric pagination only. How to get a homepage like this…
http://demo.tagdiv.com/newspaper/homepage-infinite-scroll/
5. I think ‘search page’ template is designed with blocks only, why can’t we have a different pagination.
6. Using style 9, 3 widgets. Any generalized css code available for aligning footer widgets, to center align instead of left.
7. Regarding this, i could understand the concept, but if i mention 5 and by chance if a post has only 4 , then where goes the ad. Since this is a global setting, would be a mess for publishers. Normally ad plugins provide an option for this, to show the ad on last para if the specified para not exists. I am not reporting this as a bug, but a feature to be implemented. After getting impressed with the ad settings, i deleted by ad plugin and had to install it again.
Hi, have some questions, hope u advise.
1. How can i have full width display as in “say hello” demo?
2. Is it possible to have a horizontal line below header on header style 2 ( top menus )
3. When i check ‘404’ page, i could see ‘Homepage’ also displays with some default image, how to avoid this?.
4. How to get infinite scroll or load more options for latest articles in homepage ( post loop ).
5. Is it possible to have ‘load more’ on search page template.
6. Is it possible center align footer widgets ( will look nice for horizontal mobile view ).
7. Would be good if article inline ad displays at the last paragraph whenever there are no as many paragraphs mentioned in ‘AFTER PARAGRAPH’ ( ad goes invisible ). Do u have any solution for this?.
Thank You.
I use populer post with jetpack plugin, and block setting filter by ‘popular (site wide) – jetpack + stats module’.
other trick Unique articles is enabled, but still couble post.
i try with code , my code is :
add_filter( 'infinite_scroll_query_args', 'jetpack_infinite_scroll_query_args' );
function jetpack_infinite_scroll_query_args( $args ) {
$args['order'] = 'DESC';
try{
$startPage = intval($_POST['query_args']['paged']);
if($startPage != 0) $startPage--;
$currentPage = ($args['paged'] + $startPage);
}catch(Exception $x){
$currentPage = $args['paged'];
}
$args['offset'] = $args['posts_per_page'] * $currentPage;
return $args;
}
but still couble post, how to fix it ?
this screenshot >> https://s18.postimg.org/5uw7l9v0p/10_12_2016_shot_16_42_31.png
Thank you Bogdan.
It worked perfectly well 🙂
But sorry to inform, probably it causes one separate error 🙂 . Please look here: https://i.imgur.com/PfKKvRm.png
The previous and next page of “related post” also get effected in bad way. Now we have two options:
1. Either exclude this customization to effect related post’s previous/next page button
2. To change the pagination style of relation post to “load more” or “infinite loading”
Please help on this.
Thank you.
Hi,
So we were just about to flip live our upgrade to the latest version of NewsMag when I discovered that when blocks (any blocks) have any sort of pagination enabled (Infinite Scroll or Button to Load), watching the network activity via Google Dev Console reveals that, even if the user hasn’t moved on the page after load, js code continues to load posts and images forever until the browser becomes unstable through memory or (I guess if you waited long enough) it finished pulling down every post in the blog.
Shoot me a PM / email for the location of our beta site and I’ll pass over. I’d appreciate some assistance as this is stalling our update go live.
Thanks
Hello. it’s easy to load next posts on tags pages with infinite loading, such as in category pages?
Hello Cruciblious,
Unfortunately, the infinite scrolling on posts is not available in our theme. We do not have a plan on adding this yet as we have not found an easy method of implementation for it at the moment.
Please check this link, here is detailed a possible implementation:: https://forum.tagdiv.com/topic/implement-infinite-scroll-on-single-posts/
Thanks for your understanding!
After successfully creating and running the td_api_plugin to display a Block of Custom Post Type “event” I need to order it using custom field “event_date”.
I have tried adding:
'meta_key' => '',
'orderby' => '',
'order' => ''
to $atts and assigned values to it:
$this->atts['meta_key'] = event_date;
$this->atts['orderby'] = event_date;
$this->atts['order'] = DESC;
The params are reflected correctly when I print_r($this->atts); inside td_block.php:
Array ( [limit] => 5 [sort] => [post_ids] => [tag_slug] => [autors_id] => [installed_post_types] => event [category_id] => [category_ids] => [custom_title] => NEXT EVENTS [custom_url] => [show_child_cat] => [sub_cat_ajax] => [ajax_pagination] => [header_color] => #000000 [header_text_color] => [ajax_pagination_infinite_stop] => [td_column_number] => 2 [td_ajax_preloading] => preload [td_ajax_filter_type] => td_tag_slug_filter [td_ajax_filter_ids] => 78, 79, 80, 81, 82, 90 [td_filter_default_txt] => All [color_preset] => [border_top] => [class] => td_uid_14_5822ad4fd6f60_rand [offset] => [css] => [live_filter] => [live_filter_cur_post_id] => [live_filter_cur_post_author] => [meta_key] => event_date [orderby] => event_date [order] => DESC ) Array ( [limit] => 6 [sort] => [post_ids] => [tag_slug] => [autors_id] => [installed_post_types] => post [category_id] => [category_ids] => [custom_title] => CONTENIDO [custom_url] => [show_child_cat] => [sub_cat_ajax] => [ajax_pagination] => next_prev [header_color] => #1e73be [header_text_color] => [ajax_pagination_infinite_stop] => [td_column_number] => 2 [td_ajax_preloading] => [td_ajax_filter_type] => td_category_ids_filter [td_ajax_filter_ids] => 72, 71, 37, 25, 29 [td_filter_default_txt] => All [color_preset] => [border_top] => [class] => td_uid_20_5822ad5005c1c_rand [offset] => [css] => [live_filter] => [live_filter_cur_post_id] => [live_filter_cur_post_author] => [meta_key] => event_date [orderby] => event_date [order] => DESC )
But the order of the posts is never altered. Has anyone dealt with this issue before? Any help will be very appreciated!
Hi,
Sorry but there is no solution for infinite scroll on posts in our theme. We have no option to provide in this regard and plugins that provide this feature will not work because of the way our theme’s post templates are made. Sorry.
Thanks.
Hi,
how can i enable infinite scroll on post pages from the theme. I understand it can be enabled for block pages and categories. i have done all that, but i want to enable for post pages.. rather than show categories, it should show more posts either within thesame category or random.
Kind get in touch.
Regards
Hi,
You can comment or delete this code from td_smart_list.php file – http://screencast.com/t/s5Xw8ravX6
If you want the list infinitely repeat you could use a template based on iOS Slider like smartlist 1 or 3 – http://demo.tagdiv.com/newsmag/td-post-10-of-the-most-visited-countries/ – http://demo.tagdiv.com/newsmag/td-post-10-luxury-watches-for-men/
Thanks!
Hello,
You can view the page source to see the classes, also learn to use the ‘inspector’ in Chrome (F12) as that is super helpful in finding classes for specific elements.
The main content is different for a post or for a page depending on what you use the plugin for.
It also depends if the plugin considers the sidebars in the same main content or not.
For post it could be: .td-main-content-wrap or .td-ss-main-content
For pages it is: .td-main-page-wrap
The post title selector: .entry-title
Post Navigation Container: .td-post-next-prev
Comments Container: .comments
I think I get what you are trying to do, and if you can get the post slider/infinite scroll to work, please share your solution with the community so we can help other users that need this option. We did not find any plugin that works though until now. Maybe you will be more lucky :).
Thank you!
Hello denildi,
If you want to achieve the infinite scroll effect for your pages, please notice that you should use a Block with Infinite load pagination, like this -> http://screencast.com/t/lCUaT5Yq This type of option is not available for post page. So, if you want to have the same behaviour and for this, you should try to find a plugin with this functionality and see how it will work for you.
Thanks for your understanding!
Hello shilpaahujadotcom,
Unfortunately, our theme does not have any such an option regarding on Infinite Post Load, sorry! Also, please notice that we do not have any recommended plugin with this functionality because we do not make any tests in this regard. You will have to find some plugins with this functionality and see how it will work for you.
In a future update, it is possible but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements, and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not, though.
Thanks for your understanding!
My wordpress blog currently runs of newspaper7 theme. We are trying to achieve infinite scroll feature – similar to websites like Vogue.com (http://www.vogue.com/13490385/alexander-wang-spring-2017-buy-now-collection/ )
We have already tried ajax previous post paid plugin (connekthq.com/plugins/ajax-load-more/add-ons/previous-post/) – but it was not compatible as informed by the plugins developer.
Could you pls advice any free or paid plugin which would be compatible with newspaper6/7 for our website – http://www.shilpaahuja.com. We want to full post load and URL to change when the user scrolls down to the end of the post, not just a snippet/excerpt.
Please include infinite/continuous post scrolling (From one post to the next) like here http://www.makeuseof.com/tag/apple-homekit-ios-10-home-app/ … – many clients ask for this feature. TY