oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] How to translate the quotesHi squizzobcn,
The plugin doesn’t do any on the fly translations. The closest to this that I have used is the google translation services… I prefer this one myself: Translate WordPress – Google Language Translator
I wonder is this a multi-site installation or two separate WordPress installations?
- This reply was modified 1 year, 10 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Database table not created on activationHi Koesper,
Thank you for the tip! I’ll give that a look at for sure.. 🙂
Forum: Plugins
In reply to: [Quotes llama] Author shortcodeHi Earl_D,
The post regarding “search bar only” is closed to comment, so I’ll post here. Version 2.2.3 has the new short-code for displaying just the search bar. Thanks for the great suggestion!
Display the search bar. Results load below the search bar.
[quotes-llama mode=’search’]Display the search bar. Results load into target class.
[quotes-llama mode=’search’ class=’class-name’]Forum: Plugins
In reply to: [Quotes llama] Database table not created on activationHi doconeill,
I am going to look into that “feature” and see If I get the plugin compatible. Thanks for the info and follow-up!
Forum: Plugins
In reply to: [Quotes llama] change color of the quotesHi Raunhar,
You should be able to accomplish this using the additional CSS functionality in WordPress…
Navigate to your Dashboard–>Appearance–>Customize–>Additional CSS and add the following:
.quotes-llama-widget-random { color: #000000; }FYI, the color settings in the options tab only applies to the page mode short-code of quotes and not all quotes.
- This reply was modified 1 year, 11 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Pagnition missingI’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!
Forum: Plugins
In reply to: [Quotes llama] Pagnition missingJust 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='#']Forum: Plugins
In reply to: [Quotes llama] Pagnition missingHi Oriol,
Do you happen to be using a caching plugin?
Forum: Plugins
In reply to: [Quotes llama] CSV ImportAny luck getting it working?
Forum: Plugins
In reply to: [Quotes llama] Importing csvAny luck getting it working?
Forum: Plugins
In reply to: [Quotes llama] CSV ImportHi LindsiKay,
Check that the csv delimiter in the options tab is set to match the delimiter you are using in your .csv.
Check the column headers of your .csv file, which should be:
quote, title_name, first_name, last_name, source, img_url, author_icon, source_icon, categoryCould try adding a few quotes manually for testing, then export them, import that same export file without altering or adding anything… are the fields for those few test quotes populating?
https://wordpress.org/plugins/quotes-llama/#%28troubleshooting%29
Forum: Plugins
In reply to: [Quotes llama] PHP 8.2: Creation of dynamic propertyVersion 2.2.1 uploaded… please let me know if this doesn’t address the error. Thanks!
Forum: Plugins
In reply to: [Quotes llama] Pagnition missingVersion 2.2.1 uploaded.
e.g. [quotes-llama all=’id’ limit=’#’]
Forum: Plugins
In reply to: [Quotes llama] Pagnition missingHi 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!
Forum: Plugins
In reply to: [Quotes llama] Importing csvTry adding a few quotes, exporting them and then importing them without altering or adding anything… are the fields populated? I would also want to check that the table structure in your MySQL database matches the header fields in the export.