oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”Other Plugins?
I am unable to find the theme “Authentic”.
https://wordpress.org/themes/search/Authentic/
Can you provide a link?
Also: When commenting lines 20,21 you should have received a different error point since the cause of the original has been removed. in WP_Debug mode what does it show now?
- This reply was modified 3 years, 4 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Error in latest version2.0.4 Committed
Please do let me know how this works… or if it doesn’t.
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”The call to
load_theme_textdomain(‘authentic’, get_template_directory() . ‘/languages’)is trying to load the theme’s translated strings. You could try and remove that call by commenting line 20 and 21 with // at the beginning.If that doesn’t give us a better result, let’s try deactivating all other plugins and/or changing the theme.
Do you happen to know what PHP version you are running?
- This reply was modified 3 years, 4 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginYes, 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.
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”Again, real weird that without my plugin your site is broken but with it, it works… it’s usually the other way around. The error given is generated by the theme functions.php file. Might you be able to provide the following line of code from your functions.php? Perhaps it will give us an idea to what is happening..
themes/Klankschalen-Ermelo/functions.php line 20.
Forum: Plugins
In reply to: [Quotes llama] Error in latest versionHey JCV,
Oh yes, I see this now, I will get that corrected asap and let you know.
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”Hi Hakerver,
That’s a real weird one for sure.
Had you just installed the plugin or did you update a previous version to get to 2.0.3? Most issues I encounter are resolved by deactivating and re-enabling the plugin after updating. This is the first time such a severe problem like this has been associated with the plugin. The one user having an error bugs are always a sharp thorn.
So, at the moment I don’t have any information to give me an idea what could be causing this. If you can:
- Are you on the current version of WordPress?
- Disable other plugins as well… perhaps there is a conflict with another plugin that I need to address.
- Any console errors or warnings?
- Enable debug mode in your wp-config.php and see if it gives any warnings or errors?
Any other users in the community experiencing this type of problem? Please chime in!
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginTry 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;}Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginIf 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?
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the plugin- 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;} - Will put this on the considerations list too but use the above in the meantime.
- 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. - 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.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginVersions 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.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginYeah, 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.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginThis 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.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginHi 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!
Forum: Plugins
In reply to: [Quotes llama] Image DistortedLooking at this again I can find nothing out of the ordinary.