oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0I got the options working and I think I know what you are referring to with the images. The image min-width and min-height styling will be removed in the next update. If you have further suggestions regarding the images do reply.
I am not getting any JS errors so far.
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0What error is JavaScript giving you?
“author image size is wrong” What exactly do you mean?
I am working on fixing the Options not being saved.All the show options are having the same issue. This will be fixed in the next update. Thanks for the heads up on that!- This reply was modified 3 years, 1 month ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Getting StartedYou are very welcome, glad you got it figured out. Thanks!
Forum: Plugins
In reply to: [Quotes llama] Getting StartedIt has to be something with the way it’s entered (bad character) into the Additional CSS field or your WordPress installation is not applying it for some reason. It doesn’t add it in, but when I type the element into “inspect” it does work live on the page: https://imgur.com/a/gLp3x6H
Perhaps try and copy/paste this in and see:
.quotes-llama-widget-random hr {display: none !important;}Forum: Plugins
In reply to: [Quotes llama] Getting StartedThat should work. I just tested it and it worked for me… see image example: https://imgur.com/a/CkLQQCp
Are you placing the CSS into the “Additional CSS” field of the editor as example in the image?
If perhaps another class is overriding it, you could declare it !important to see if that is the case.
.quotes-llama-widget-random hr {display: none !important;}- This reply was modified 3 years, 1 month ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Server RequirementsGreat to hear it’s working now!
Forum: Plugins
In reply to: [Quotes llama] Server RequirementsAnother user today who when using [quotes-llama mode=’page’] would get just blank, but all other short-codes worked fine… we found that the issue was the caching function of the plugin. It’s only used on a few datasets which ‘page’ is one. When he disabled the caching it began displaying. Could you please try that and let me know?
Disable the "Use the WordPress Cache" in the Quotes Llama options tab.I’ve asked about verifying the table structure since a return of “undefined” has so far always been a database table field is not found. Usually the category field.
Forum: Plugins
In reply to: [Quotes llama] Server RequirementsYou could always revert back to the version that functioned for you. Do NOT use a version previous to 1.0.0. Security issues in lower versions. If you aren’t sure how to do that, on the plugin homepage, click advanced view and you should see a version drop list on the page.
Forum: Plugins
In reply to: [Quotes llama] Server Requirements“My SQL failure” is not an error message generated by Quotes Llama and MySQL errors typically give something useful to what is actually happening: https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html
If you notice any warnings or errors that might provide something I can work with that would be great. I cannot troubleshoot your environment to pinpoint where that response (Nothing saved – My SQL failure) is generated. Did they verify the table structure and permission for the account defined in your config file?
WordPress can run on a number of databases: https://codex.wordpress.org/Using_Alternative_Databases
Forum: Plugins
In reply to: [Quotes llama] Server RequirementsRequires at least: WordPress 4.2.2
Could also check the database for proper rights and table structure
quote_id, quote, title_name, first_name, last_name, source, img_url, author_icon, source_icon, categoryUNIQUE KEY quote_idNot able to reproduce the problem. Is your database MySQL?
Forum: Plugins
In reply to: [Quotes llama] Server RequirementsHi bruy,
I’ll assume you are on a current version of WordPress. Any errors or warnings in console or WP_DEBUG mode?
What version of PHP are you using?
What short-codes are not working?
What was the error you received from”My SQL failure?”
Forum: Plugins
In reply to: [Quotes llama] How to link the source field to an actual source URLWhen I click the sources they do link through. Seems to be functioning now.
Forum: Plugins
In reply to: [Quotes llama] How to link the source field to an actual source URLWhen viewing that page I see one quote under the image that displays the quote and source. Viewing the page source it also only has one quote.
Are you using a caching plugin? For instance: https://wordpress.org/support/topic/same-quote-loads-with-random-shortcode/
Forum: Plugins
In reply to: [Quotes llama] How to link the source field to an actual source URLCan you provide what you are using to call the plugin, the short-code or widget settings?
Forum: Plugins
In reply to: [Quotes llama] How to link the source field to an actual source URLHi pixeldrummer,
At the moment there is no way to make the icon itself part of a link.
You could link an image directly into the source: (It’s what the plugin does with a custom icon, but just not in an “a” element.)
<a href="https://wordpress.org/support/plugin/quotes-llama/"><img src="yourimage.jpg">Quotes Llama</a>Then it seems an issue of having icons enabled or not. Interesting idea however… I will give it some thought about incorporating icons like that… perhaps the first link it detects it would use. Like the quote field, any variations of text and links all mixed can exist so there could be multiple links.
Anyways, back to the problem, when I add a source containing:
<a href="https://wordpress.org/support/plugin/quotes-llama/">Quotes Llama</a>it displays the expected linked text “Quotes Llama”. Do you get the same result when copying the above into a quote source?- This reply was modified 3 years, 2 months ago by oooorgle.