Title: One thing missing from the plugin
Last modified: January 7, 2023

---

# One thing missing from the plugin

 *  Resolved [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/)
 * (@mrtnthmsn)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/)
 * I used to use a plugin called “quotes collection” the sole reason for that, was
   the ability to click next. Unfortunately the dev on that stopped working on the
   plugin due to personal reasons, and the userbase (myself included) had nowhere
   to go. 
   Quotes llama offers everything, except for that one crucial feature. 
   You can sort of work around it by having the floating gallery and double click
   a few times, but it’s not very user-friendly. If that could be static, and with
   an actual button, that would be a game changer.Will it be a possibility in the
   near future or are there other alternatives out there, where you can generate
   random text and click next as you please?
    -  This topic was modified 3 years, 4 months ago by [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/).

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/page/2/?output_format=md)

 *  Plugin Author [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * (@oooorgle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16351043)
 * Hi [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/),
 * Yes, at this time there is no short-code that actually has that function… it 
   would be an good addition for sure, and I’ll add it to the considerations for
   a future update.
 * The widget does provide this function if perhaps it would suffice in the meantime.
   Thanks for the great suggestion!
 *  Plugin Author [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * (@oooorgle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16351436)
 * This feature will be included in the next release. It will be a toggle in the
   options whether to display the next quote link when using the shortcode [quotes-
   llama].
    -  This reply was modified 3 years, 4 months ago by [oooorgle](https://wordpress.org/support/users/oooorgle/).
 *  Thread Starter [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/)
 * (@mrtnthmsn)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16351666)
 * [@oooorgle](https://wordpress.org/support/users/oooorgle/) That’s amazing!
   If
   you can make it something like this: [https://i.imgur.com/4QViDVO.png](https://i.imgur.com/4QViDVO.png)
   I would gladly donate a few bucks to you, if possible.I also have an additional
   question. I have a little over 1000 quotes, would it be possible to bulk/quick
   edit the categories? I fixed it in the JSON file, but would be cool to be able
   to do it in bulk. 🙂
    -  This reply was modified 3 years, 4 months ago by [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/).
    -  This reply was modified 3 years, 4 months ago by [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/).
    -  This reply was modified 3 years, 4 months ago by [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/).
 *  Plugin Author [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * (@oooorgle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16352220)
 * Yeah, we should be able to provide some custom text for that link so you can 
   make into whatever you want.
 * I will add the category bulk action to the considerations list and it give some
   thought but it’s not likely to be included in this next update.
 *  Plugin Author [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * (@oooorgle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16352490)
 * Versions 2.0.3 committed…
 * Oh, and I think the closest I could find to what you are looking for was something
   like:
 * Plain Text: `next >>` or Unicode: `next »`
    -  This reply was modified 3 years, 4 months ago by [oooorgle](https://wordpress.org/support/users/oooorgle/).
 *  Thread Starter [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/)
 * (@mrtnthmsn)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16352568)
 * [@oooorgle](https://wordpress.org/support/users/oooorgle/) 
   Wow, that was fast!
 * I love the detail with custom text, and it works like a charm.
 * There’s a few things I would change or add though:
   1. It would be better if you
   could either decide where the “next” text should be, as it is bouncing around
   if it’s in the right side, which makes for a worse user experience. Left side
   or middle would definitely be better, if you can’t give the quotes a fixed width.
   2. I would personally prefer the “next” text to be normal and not cursive.
 * 3. I would also prefer it without the gray line, as it’s moving around as well.
   The space between the quote and the next button is good though.
   4. I also found
   a bug. The quote is one line up, and as soon as you click “next” it drops a line,
   and stays there.You can check the bug on my website, if you can’t recreate it:
   [https://mt91.dk/danish-dilemmas/](https://mt91.dk/danish-dilemmas/) Again, thank
   you or the quick addition to the plugin – I really appreciate it.
 *  Plugin Author [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * (@oooorgle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16352641)
    1. Yeah I will see what I can do for that. Have another bug of the same type. CSS
       isn’t my best language. Try `.quotes-llama-widget-next {text-align: left; font-
       style: normal;}`
    2. Will put this on the considerations list too but use the above in the meantime.
    3. Should be able to add the following to your CSS rules to remove the line `.quotes-
       llama-widget-random hr {display: none;}` To do that you can go into your Dashboard–
       >Appearance–>Customize–>Additional CSS and add that rule.
    4. I’ll figure that out for the next update. Not sure why yet but I see it.
 * Thanks for the input on the update!
 * p.s. added this to the FAQ too.
    -  This reply was modified 3 years, 4 months ago by [oooorgle](https://wordpress.org/support/users/oooorgle/).
    -  This reply was modified 3 years, 4 months ago by [oooorgle](https://wordpress.org/support/users/oooorgle/).
 *  Plugin Author [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * (@oooorgle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16352647)
 * If you don’t mind can you give me some example of what “category” bulk actions
   you are looking for?
 * 1 – Delete category
 * 2 – Rename category
 * What else?
 *  Thread Starter [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/)
 * (@mrtnthmsn)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16353333)
 * [@oooorgle](https://wordpress.org/support/users/oooorgle/) 
   The CSS works like
   a charm. Would still love the space between the quote and the next button, just
   without the gray line. Is there a code for that?
 * Glad to hear that.
 * Delete and rename is literally the only ones I would use, so I don’t know about
   others that would be useful, sorry.
 *  Plugin Author [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * (@oooorgle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16355749)
 * Try adding a padding-top or margin-top to the `.quotes-llama-widget-next`
 * `.`quotes-llama-widget-next {text-align: left; font-style: normal; margin-top:
   10px;}
 *  Thread Starter [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/)
 * (@mrtnthmsn)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16355818)
 * [@oooorgle](https://wordpress.org/support/users/oooorgle/) 
   Perfect, thank you!
 *  Thread Starter [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/)
 * (@mrtnthmsn)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16372440)
 * [@oooorgle](https://wordpress.org/support/users/oooorgle/) 
   Been loving the plugin
   a lot so far, the new “Next” feature is amazing.I’m not using it for quotes though,
   but rather brain breaks in school: [https://mt91.dk/hvad-vil-du-helst/](https://mt91.dk/hvad-vil-du-helst/)
   In that regard it would be nice to be able to change the name of an entire category.
   For instance a category called “en” to “english”, so all categories with that
   name change to the new one as well. Would this be possible?
    -  This reply was modified 3 years, 4 months ago by [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/).
 *  Plugin Author [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * (@oooorgle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16373206)
 * Yes, I have it on my list of to-do for the plugin. Not sure if it will be in 
   this next update as it’s more of a bug fix update but after that, expect it.
    -  This reply was modified 3 years, 4 months ago by [oooorgle](https://wordpress.org/support/users/oooorgle/).
 *  Plugin Author [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * (@oooorgle)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16378788)
 * 2.0.5 committed… initial implementation, I’m sure it will need improvements. 
   Do share your thoughts and how does it work?
 *  Thread Starter [mrtnthmsn](https://wordpress.org/support/users/mrtnthmsn/)
 * (@mrtnthmsn)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/#post-16378811)
 * Sure!
   I tried the rename and delete feature. Deleting works fine, but I can’t
   get the rename feature to work, no matter what I do. It just gives me a _“Select
   an existing category to rename.”_I am on the latest WordPress on Google Chrome.

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/page/2/?output_format=md)

The topic ‘One thing missing from the plugin’ is closed to new replies.

 * ![](https://ps.w.org/quotes-llama/assets/icon-128x128.png?rev=1332185)
 * [Quotes llama](https://wordpress.org/plugins/quotes-llama/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quotes-llama/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quotes-llama/)
 * [Active Topics](https://wordpress.org/support/plugin/quotes-llama/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quotes-llama/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quotes-llama/reviews/)

 * 27 replies
 * 2 participants
 * Last reply from: [oooorgle](https://wordpress.org/support/users/oooorgle/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/one-thing-missing-from-the-plugin/page/2/#post-16418478)
 * Status: resolved