oooorgle
Forum Replies Created
-
Forum: Reviews
In reply to: [Quotes llama] Import hat nicht gut funktioniert!It does work if your file is formatted properly… from the troubleshooting section;
Import problems: check that the csv delimiter in the options tab is set to match the delimiter you are using.
Check the column headers of your import file, which should be: quote, title_name, first_name, last_name, source, img_url, author_icon, source_icon, category
I would be happy to look at your import file and tell you exactly what is wrong if that is something you would be open to.
Forum: Plugins
In reply to: [Quotes llama] title only shown for auto and galleryYes I see what you are saying now. I will get that worked out in the next update. Thanks for bringing it to my attention!
Forum: Plugins
In reply to: [Quotes llama] title only shown for auto and galleryHi Yannsalmon,
The Author, Source and Image should be displayed by default. Check the plugins options page and assure they are enabled in the “other quotes” section. If that doesn’t fix it, might you provide an example url?
Checking my installs the title is showing for all short-codes and should only be omitted when the author display is disabled.
- This reply was modified 1 month ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Forbidden quoteThis type of error return is the biggest problem I am having with the plugin. There is another user having a similar issue and I am at the same Impasse. I am trying to work it out and will get back to both of you when I am able to make any progress.
https://www.ads-software.com/support/topic/display-0-whatever-the-request/
“I don’t want you to think I am dropping this, I will keep it in mind from now on, but I am truly at a standstill on this one. I do still receive replies for any tickets regardless of their state. You are welcome to reply at anytime.”
Forum: Plugins
In reply to: [Quotes llama] Color and text size for All Quotes ‘pageHi Eric,
The plugin doesn’t change any default styles. Looking at your page source, I notice that each quote is wrapped in a <code> tag. Not sure where that is coming from. For example that <code> tag is styled;
border: 1px solid #e5e5e5;
background: #f5f5f5;
font-size: 15px;
font-size: .9375rem;
font-family: "Courier 10 Pitch",Courier,monospace;
line-height: 1.6;This plugin doesn’t do any of this CSS. I wonder if perhaps the short-code itself is wrapped in that <code> tag?
Some troubleshooting tips here: https://www.ads-software.com/plugins/quotes-llama/#%28troubleshooting%29
Forum: Plugins
In reply to: [Quotes llama] Forbidden quoteHi bfgoncalves,
When I access the link with either browser I get the error… if you disable the display of the author in the options, does it still error? I am not able to recreate the problem on my end yet.
Some troubleshooting tips here: https://www.ads-software.com/plugins/quotes-llama/#%28troubleshooting%29
Forum: Plugins
In reply to: [Quotes llama] Display “0” whatever the requestHi,
I made a significant update to the plugin. I am wondering if it has helped with the “0” returns?
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 5 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 5 months, 3 weeks 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?