Search Results for 'infinite post'

    No search results were found in Documentation!

Results from the Forum
Catalin
tagDiv Staff

Hello RachelG,

Unfortunately, our theme does not have such an option for category pages pagination, sorry! So, please notice that the Infinite loading+Load More button can be set it as you wish. By default, this button loads the first three sets of posts and then the Load More button will appear. The number of posts for a set you can adjust from WordPress settings, like this -> http://screencast.com/t/fynImR0KiKA6 and then you have to change the value for infinite loading stop from td_page_generator.php core file, like this -> http://screencast.com/t/jjYfmtOKC and then, the result you should see here -> http://screencast.com/t/btRvP0l3

Hope this helps and let us know how it goes!

Thank you for your understanding!

fametaxi
Participant
#0

Hi

I’ve 10,000+ articles on our website. And I don’t want the readers to read beyond the latest 500 or say 1000 articles (or probably limit by month, say last 3 months only).

I have used the infinite loading on homepage and used the limit functionality to limit it to 1000 posts.

But how to limit throughout the site (specially in category and author pages)

damonx
Participant
#0

Hi
I got issue with the load more feature (related post)
http://www.damonx.com/test-uncharted-4-sur-ps4/

infinite loading and nothing appears
could you help me ?
thank you very much
Johan

IamLegend
tagDiv Member

Thank you for the fast reply.

My other question is how to set the block13 in the single post that related to the same category when I set it to be infinite load?

Thank you again for your support.

gilean
Participant
#0

Hi, how can do a pagination that shows the number of pages? i didn’t find any options in blocks, only load more, next previous and infinite loads.
http://s32.postimg.org/4oq28mrl1/Schermata_2016_05_03_alle_16_19_40.png

Josan
tagDiv Member

Do you want to show randome posts below the comment section like this? http://www.mysteryofindia.com/2016/04/awe-inspiring-shiva-temple-kakanmath.html

So here is guide:
1. create new page ( you don’t have to publish it)
2. Click backend Editer to use visual composer
3. Add Block 3 and select the options according to your preferences (like Title, category, Random posts or Latest posts)
4. After you finish adding the block click on Classic Mode to return on normal page
5. You will get a code like this [vc_row][vc_column][td_block_3 custom_title="" sort="random_posts" limit="3" ajax_pagination="infinite" ajax_pagination_infinite_stop="4"][/vc_column][/vc_row]
6. add PHP tag like this: <?php echo do_shortcode('your Visual composer code goes here'); ?>
7. Here is final code that we use on our site: <?php echo do_shortcode('[vc_row][vc_column][td_block_3 custom_title="" sort="random_posts" limit="3" ajax_pagination="infinite" ajax_pagination_infinite_stop="4"][/vc_column][/vc_row]'); ?>
8. Now you have to edit your SIngle_Template.php files. We are using template number 2,5,11 so We have added this code in these files. You can add this code in all the templates that you use.
9. Paste the code at end of file Single_template_##.php after this line </div> <!-- /.td-pb-row -->
and before this line: `</div> <!– /.td-container –>
</article> <!– /.post –>`

Thats it. it will work now.

Last thing add this code in Theme > Custom Code > Advanced CSS > Phones:

.td-pb-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

It will fix some style issue in mobile phones.

  • This reply was modified 10 years by Josan.
cooolvita
Participant
#0

Dear tagDiv

I’m sending this email as I’ve got a problem while using newspaper theme in Korea.
A location memory problem occurs when backing ajax pagination.
In case of setting ajax pagnation (Next prev ajax, Load more page, Infinite load), if click a “back” button after reading the newly loaded ajax pagnation post, the newly loaded ajax page becomes initialized and it becomes impossible to continue to read the page which I’ve been reading.
If ajax pagination is not used, it remembers its original location even if click a “back” button after reading the post.
But, if read a page which is newly loaded by a “Read more” and “Infinte load” and click a “back” button, it backs to the page location which is before “Read more” and “Infinte load”.
In case of PC, it doesn’t have a problem with Explorer, but the problem occurs when using with other browsers, such has Edge, Chrome, FireFox, and Opera.
But it also doesn’t occur on IOS. When clicking a “back” button, page refresh is not made by itself.
However, the biggest problem is all the browsers on Android doesn’t remember the location due to ajax pagination refreshing, and this causes a serious inconvenience for Android mobile users in using our website. Especially as most of Korea people use Android system, this is a very serious problem.
So I’d like to ask you how to fix this problem on Android mobile phone.
I know it would be simple if opening the post in a new window, but it will cause inconvenience for our users and they will not be willing to use the website.
Also, when uploading a feature image on a post, a big one is partially shown, while a small one is shown to be small, an I’d like to know if there is any solution to automatically adjust the size.

I look forward to hearing from you soon.
Thanks in advance.

Sincerely,
cooolvita

kognitoweb
Participant
#0

Hi,
I have an issue that some posts are loaded twice when I use “load more” or “infinite load”.
So for example I have 20 posts shown, when I click on “load more”, in the next 20 posts, one post from the list before is shown again. Ive checked for double post, but its not the case, its the same posts loaded again. Anyone experienced this bug?

mf
tagDiv Member

Have a nice day!

I saw the detail log:
Catchable fatal error: Object of class stdClass could not be converted to string

array(23) { [“custom_title”]=> string(11) “Block title” [“custom_url”]=> string(0) “” [“header_text_color”]=> string(1) “#” [“header_color”]=> string(1) “#” [“border_top”]=> string(0) “” [“color_preset”]=> string(0) “” [“post_ids”]=> string(0) “” [“category_id”]=> string(0) “” [“category_ids”]=> string(0) “” [“tag_slug”]=> string(0) “” [“autors_id”]=> string(0) “” [“installed_post_types”]=> string(0) “” [“sort”]=> string(0) “” [“limit”]=> string(1) “5” [“offset”]=> string(0) “” [“td_ajax_filter_type”]=> string(0) “” [“td_ajax_filter_ids”]=> string(0) “” [“td_filter_default_txt”]=> string(3) “All” [“td_ajax_preloading”]=> string(0) “” [“ajax_pagination”]=> string(0) “” [“ajax_pagination_infinite_stop”]=> string(0) “” [“wpfront-user-role-editor-widget-permissions-data”]=> object(stdClass)#547 (1) { [“type”]=> int(1) } [“class”]=> string(15) “td_block_widget” }

WPFront User Role Editor plugin added key wpfront-user-role-editor-widget-permissions-data to block. I don’t know why and I removed that plugin.
Now it works perfectly.

Thank you!

Catalin
tagDiv Staff

Hello newtag,

1)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. Until we can do it, you can use a plugin.
2)You can try to check in our forum by the infinite scroll and will find some threads with this subject discussed. As example, you can check this -> https://forum.tagdiv.com/topic/implement-infinite-scroll-on-single-posts/

Thank you for your understanding!

Andrei L.
tagDiv Member

Hi

The indicated site use a infinite scroll model to load posts. Unfortunately with our theme this is not possible at the moment. This is a complex task which need lots of customizations in order to be achieved. It will need to be custom made and unfortunately is not a ‘walk in the park’ from any point of view you look at it.
First must be chosen a way to load the next posts and here are two main ways:
– load all posts when the page it’s loaded first time, which is not very good for page-speed
– load posts when the users scroll-down, which means additional queries to the database.

Regarding the video this is not an much easier task either.
First you need to understand how page structure looks like when a sidebar it’s used. There are two main containers in place: a span 8 and a span 4. What you’re trying to do is to move a part of content from one container to another when user scroll down. This is not possible at all because after the html it’s generated it can’t be changed within same session. In your example the video and text are in the same container. The css applied only change the position, which is possible, but not affect the html. You can achieve a similar result using our theme but it’s required a custom post template with a custom structure.

I mentioned in my previous replies that we can’t offer any custom services at the moment. If you’re not aware of the steps you need to take in this regard you can always hire a developer or a freelancer from sites like http://studio.envato.com/ to do this for you

Thanks!

cnetplanet
tagDiv Member

Hi Andrei,

1. Here is the link for your reference: Hello Tesla

I turned enabled category tags for all modules and it didn’t change anything.

2. I am not using any blocks to display these posts on the home page, so I am not sure how to use infinite pagination. I have select “All Categories” in “Post Loop Setting”.

I am not using any blocks here because it doesn’t show right-hand side bar when I use blocks for that.

Thanks again

cnetplanet
Participant
#0

1) Category Tags on Homepage

Somehow I am unable to see Category tags on my homepage or category pages. Currently, it’s like this: http://www.screencast.com/t/JY4NAeuGSg

I want category tags to show up on bottom-left corners of featured images as shown in the Newsmag demo. http://www.screencast.com/t/87dE35GB3N

Theme Panel >> Post Settings >> Show Categories Tags – is enabled

Can someone please help me with this?

2) Infinite Loading on Homepage

I would like to have infinite loading pagination on the homepage.

I managed to set infinite pagination for categories pages through Categories >> Category Global Settings >>Pagination Style – Set as “Infinite Loading + Load More”

But don’t know how to set that for homepage. Can someone please help me with this as well?

kapson
Participant
#0

Hi,

Just bought the second license for my another website.

the website is http://www.dailyinspirationalquotes.in

I am using Block 13 in two column in my front page with 5 post limit by default and after that infinite load,

but the problem is, the first 5 images is showing proper and after the 6th image all the images are not resizing and displaying as actual and looks garbage.

can anyone please help me to sole this problem.

thanks
regards

Alexei Sukhoverkhov
Participant
#0

Would you please give me some details conserning Newspaper theme? I need it to setup an infinite scrolling posts plugin.

Navigation Selector. The defalt value is nav.navigation. What selector is containing the theme’s navigation?

Next Selector. The defalt value is nav.navigation a.next. What is the link to the next page with content?

Item Selector. The defalt value is article.post. What is the selector containing a single post or product

Content Selector. The defalt value is #main What its the selector containing your theme’s content

leofratt
Participant
#0

Hello,

I’m having a problem with the infinite scroll in my site: some post are shown more than one time inside the scroll.
The site is: http://www.goldevestuario.com

Thanks,

Regards,

Leonel

ariangreatzone
tagDiv Member

Hey!
Good news.
I was able to get a great freelancer to develop (adjust) this plugin for me.
Here is an example: http://www.tootsiepost.com/freaky-cool-celebrity-face-mashups

It works when you add page breaks on the post page; it scrolls to the pagination of the same post not the next post. I assume you can change that with the parameters inside.

#1. Install this https://wordpress.org/plugins/yith-infinite-scrolling/

#2 Put this in the setting.

Navigation Selector: .page-nav-post
Next Selector: .page-nav-post a:nth-child(2)
Item Selector: article.post .td-post-content
Content Selector: .td-ss-main-content

Then go make a post and add page breaks.
Hopefully it will work for you.

http://screencast.com/t/nFx6ffCif

neomail
tagDiv Member

hello, thx for your answer.
ok for simple tags !

For duplicate post in pagination, excuse me but i can’t accept what you say , all infinite scroll plugin (jetpack for example) have fixed that problem of duplicate in the main query .
I don’t speak about unique post from all the blocks the page, juste the grid and the main block, , this is a bug !

And for the post offset , this is a bug too , it’s not working !

As i said , i setled the thoses two blocks like that :

here : http://www.global.minutenews.fr
1st block
Big Grid :
Offset post 0
filter on category “a la une”

2n block
Block 11 :
Offset post 5
Filter on category ” a la une”

Then , it should not display the first 5 post on block 11 , but it is .

Please fix that bug or tell me what to do.
i can’t accept that , just an answer said : ” it’s realy dificult, to have our function ready in the theme working…. ” lol

  • This reply was modified 10 years by neomail.
  • This reply was modified 10 years by neomail.
  • This reply was modified 10 years by neomail.
neomail
tagDiv Member

.. finaly not …
it was a coincidence.

I disabled again all plugin one by one and no change about the ofset post .

For the duplicate, simple tag disabled fix the problem, but for the offset not.
i have duplicated post between the grid and the second bloc.

if you can fix that or tell me how to do

(for info “unique post” option is disabled, i know when i enable it , i have a lot of duplicate…cause of the infinite scroll)

  • This reply was modified 10 years by neomail.
neomail
Participant
#0

hello, we have double post and the post offset don’t work on home page.

here is an example : http://global.minutenews.fr

my setup is :
Filter the grid with only the category “a la une” and offset post at 5
filter the categorie “a la une” in the block with infinite scroll

as you can see , the offset don’t work and there is duplicated post when you scroll

i already disabled all plugin but VC , no change

can you tell me how to fix that or give me a fix ?

(i have the support enabled)

koimoi
Participant
#0

We recently migrated our site, http://www.koimoi.com, to your Newsmag theme, and love the new layout.

We’re hosted on Pagely.

We’ve been noticing alot of server errors on Google Webmaster tools, where lots of URLs were throwing up 500 and 502 errors. On checking with Pagely, this is what they pointed out :-

1) All the 502s / 500s are of the format :
http://www.koimoi.com/?attachment_id=264104?aid=&iid=2

One problem is that the URL is invalid 264104? instead of 264104&.

2) If we switch the url to
http://www.koimoi.com/?attachment_id=264104, it very slowly redirects to http://www.koimoi.com/sunny-leone-sachiin-joshi-promote-jackpot-in-bangalore-4/, which fails with a 502 error.

Pagely believes the problem is to do with an infinite loop triggered at “wp-content/themes/Newsmag/attachment.php” line 47.

What is the purpose of attachment.php?
Reading other posts on your pages, attachment_id=XXXX is typically used to reference a image in the media gallery, and pull out its’ parent page. Is that correct ? How do we stop these URLs from being crawled ?

Would it be possible to share our copy of attachment.php for your review?

Catalin
tagDiv Staff

Hello ariangreatzone,

Unfortunately, our theme does not have such an option for infinite scrolling for posts, sorry! You can try to find some plugins with this functionality and try to check how it works for you and also, please notice that we cannot offer support for untested plugins. Another alternative for you would be to hire a freelancer/developer to implement this for you because we cannot provide custom services at the moment, sorry!
I have added this suggestion in our todo list but we cannot say for sure that we improve the theme with this new feature in our update, but we will consider this in our updates.

Thank you for your message!

ariangreatzone
Participant
#0

Hello there!
We are trying to have infinite scroll on our post paginations.

For example

http://tootsiepost.staging.wpengine.com/t
http://tootsiepost.staging.wpengine.com/t/1
http://tootsiepost.staging.wpengine.com/t/2
etc

Here are a couple of plugins that are doing it:
https://wordpress.org/plugins/infinite-scroll-and-load-more-ajax-pagination/
https://wordpress.org/plugins/malinky-ajax-pagination/

My question is what values do we put for the selectors?
http://screencast.com/t/33bLdRvYFL

Thank you

mayunathan
tagDiv Member

Done !
Thank you so much… for your help

One More help Please..

I like to link the category pages in the block section like this attached link (http://prnt.sc/a3l9kz).

Their are some options to show more posts such as ‘load more button’, Next Prev ajax & infinite load. But i like to link the category pages somewhere in the each ‘block’ area.

Best regards
Mayunathan

rishab55555
tagDiv Member

Hello Bogdon,

Thanks for your reply !

Isn’t there any other way to get this resolved because i have done a lot of custom work on the site, and hence upgrading the theme would be a tedious task for me. I have already tried the code given in your sticky post in my function.php file but it din’t solve the issue. Also the load more option or the infinite load is not evening getting displayed. So I think there must be some other issue. I am currently running the latest version of wordpress.

Also can you let me know how can I resolve the jQuery error coming in console of this page :
Category page URL – https://www.naukrinama.com/hi/sarkari-naukri/

Looking forward for a revert and getting this resolved !

Viewing 25 results - 876 through 900 (of 1,059 total)