Hi Simon,
I’ll add the pagination request to the to-do. It would be a nice addition.
The limit of category quotes I don’t have an answer for at the moment. I will need to test out that scenario and see if I can recreate your result. Will let you know asap.
So far I am not able to reproduce any limits… even with a couple thousand quotes.
If you’ve tried some basic troubleshooting like disabling other plugins, changing themes, disabling caching etc, then I am not sure what would cause this.
Hi Simon,
I think I have found the issue. Does your 400 quotes have only about 60 authors? I found I was grouping the all short-code… doh! The next update should correct that problem as well as including pagination for the [quotes-llama all=..] short-codes. I will let you know when I get it posted.
Thanks for the heads-up on that!
Version 2.2.1 uploaded.
e.g. [quotes-llama all=’id’ limit=’#’]
Hello, I post here because looks like it is related.
A couple of weeks ago, the shortcode [quotes-llama all=’id’] I was using stops to work as it was. It was now displaying a 5 quotes per page pagination instead of all quotes.
I checked shortcode options in the plugin and I changed to [quotes-llama all=’id’ limit’#’], but no mater which number I put in “#”, the plugin keeps me showing 5 quotes per page.
Today, doing a search to find how to fix it, I arrived to this topic, and as it is from 2 weeks ago, where first I experienced this, looks like it can be related.
Any idea on how to fix it will be much appreciated,
Oriol
web page where I use the short code is ambgel.com/cites/
Hi Oriol,
Do you happen to be using a caching plugin?
Just to be sure in case it’s not a typo, you posted: [quotes-llama all=’id’ limit’#’] which without the = the limit is ignored.
e.g. [quotes-llama all='id' limit='#']
Oh Man. that was it! Just a Typo error. Sooooooory. Feel ashamed.
Do you have a link in your page for a donation? You deserve a beer!
Just to let you know why my typo error:, in the installed plugin “shortcode’s page”, the last 5 shortcode options are missing the “=”. It says:
[quotes-llama all='id' limit'#'] All quotes sorted by id. Limit (#) number of quotes per page.
[quotes-llama all='random' limit'#'] All quotes by random selection. Limit (#) number of quotes per page.
[quotes-llama all='ascend' limit'#'] All quotes sorted ascending. Limit (#) number of quotes per page.
[quotes-llama all='descend' limit'#'] All quotes sorted descending. Limit (#) number of quotes per page.
[quotes-llama all='*' cat='category' limit'#'] All quotes from a category. Limit (#) number of quotes per page. * The asterik (*) should be one of the following (id, random, ascend or descend)
I feel less ashamed now 😉
Thanks for the quick answer!
Oriol
I’ll take that shame… apologies for the confusion.
2.2.2 has been uploaded fixing the listing in the short-codes tab.
Thanks for catching that!