oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] Random feature repeatsHi einradusa,
- It’s just a simple SQL query. If MySQL has a better way to randomize I’m open to hear it.
SELECT * FROM table_name ORDER BY RAND() LIMIT 1;A brief explanation of what it does.
- The function
RAND()generates a random value for each row in the table. - The
ORDER BYย sorts by the random value. - The
LIMIT 1selects the first row in the result set sorted randomly.
2. It can be done with the Additional CSS editor. I would think other avenues exist as well but I am not familiar with them.
https://wordpress.org/plugins/quotes-llama/#next%20quote%20links
Yes, lol! It is “some work to do!” But working on it. Hopefully it comes to something as I haven’t had the time I’d like for it, with work and other things. Take care!
Forum: Plugins
In reply to: [Quotes llama] Pagnition missingHi 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.
Forum: Plugins
In reply to: [Quotes llama] Share quotesHi peppi2024,
Yes! I have this on the to-do for creating a link directly to a quote. Not necessarily for Social Media platforms but a link at least. Have had some successful progress and some not so. I will try to inform you if it gets completed and implemented.
Forum: Plugins
In reply to: [Quotes llama] Error in Author’s pageHi bfgoncalves,
Sorry for so late a response. I will see what I can make of this. I am not able to reproduce it on my side yet.Have you by chance tested things, like disabling other plugins to see if it may be some conflict with something specific to your environment?
https://wordpress.org/plugins/quotes-llama/#%28troubleshooting%29I will continue to try and identify the cause and let you know when I have more information or thoughts on it.
Forum: Plugins
In reply to: [Quotes llama] Author shortcodeNo but I shouldn’t be much to implement one. Added this to the list a bit higher up. Only thing I can think of would be to assign a unique category to the author and call that, but then probably a bad idea ;).
Forum: Plugins
In reply to: [Quotes llama] Changing the Quote DailyI’ll make note of this and give it some thought. No promises though ๐
Forum: Plugins
In reply to: [Quotes llama] Search bar aloneSorry for the late reply… been working too much. Working on, well more like trying to integrate blocks for these short-codes, when I have free time. I will add your request to the to-do, with no eta atm.
Hi Robin,
Yes, good idea! I will add some verbiage regarding the “category” and “id” to make them better understood. It vaguely implies multiple values with “id” but neither is explained. As well, custom text or some form of formatting between quotes is interesting. I’ll add that to the recommendations and certainly give it some more thought..
Formatting such as separators, spacing, casing, colors, fonts are different for everyone so I leave that completely under the users control. I don’t foresee templates for formatting specifically. Themes are what usually set the formatting more than plugins.
Regarding the remap of columns. I refer people to google search that term. There are easy to follow tutorials on how to manipulate column data.
One example using Excel: https://www.excel-easy.com/examples/move-columns.html
Thanks for the input! Here is one brief example of how to customize your own CSS specific to the plugin, or more specifically the CSS element.
Reference: https://wordpress.org/plugins/quotes-llama/#next%20quote%20links
Forum: Plugins
In reply to: [Quotes llama] Internal 500 error caused by pluginCommitted 2.2.0 which should address that error with the dynamic property. If you would, let me know if it doesnโt. Thanks for bringing that to my attention!
Forum: Plugins
In reply to: [Quotes llama] Internal 500 error caused by pluginCommitted 2.2.0 which should address that error with the dynamic property. If you would, let me know if it doesn’t. Thanks for bringing that to my attention!
Forum: Plugins
In reply to: [Quotes llama] Internal 500 error caused by pluginLet me check into this and I will get back to you. Thanks!
Forum: Plugins
In reply to: [Quotes llama] Plugin with ErrorsHi mcsweb,
I an glad it is working again. Please let me know if you need any assistance getting the tares repaired.
Forum: Plugins
In reply to: [Quotes llama] Issue with next buttonGreat! At least it is working again. Not sure if there is a way around using it but going to look into that one. Using !important is a literal last resort and I can’t explain why it works without it for me but not you. I can inspect your page and edit just fine too.
Going to refresh the topic of CSS cascade and specificity. I’m pretty sure that’s where the answer lies.
Take care.
Forum: Plugins
In reply to: [Quotes llama] Clickable quoteI put this on the considerations list. We will see ๐