oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”So far I cannot reproduce any problem or error… PHP 7.4 or PHP 8.0 (ea-php80). Perhaps any change when on 7.4 and a different theme? I can’t test the theme so I’m completely guessing now.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginGotcha, not a bad idea! Added these suggestions to the list.
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”I wish I knew how this person corrected their problem at this point. It now sounds exactly like what she describes… but her site is now again working fine, but she just seems to have disappeared so I have nothing to work with there atm.
https://wordpress.org/support/topic/image-and-quote-are-not-showing/
Forum: Plugins
In reply to: [Quotes llama] Help with Widget OptionsAs for the font sizing request – you can add some simple css to control that. But, you don’t want to ever edit theme or plugin files unless you never plan to update them. They are overwritten when updating so keep that in mind with the functions.php edits if you make any. I don’t think Twenty18 is ever getting an update so…
Anyways, if you navigate to your dashboard->Appearance->Customize->Additional CSS
You can add CSS to your site without editing the plugin files to accomplish this. This one applies to the widget, if you need other quote sections you can use the inspect tool to find the class names… for example in the Firefox browser I can right click->inspect on what part of the page I want information.
Copy this and it should allow you to set size in px.
.quotes-llama-widget-random {font-size: 12px;}Hope this helps.
Forum: Plugins
In reply to: [Quotes llama] Help with Widget OptionsAfter installing the Twenty18 theme – it is most certainly a feature of the theme, but only for Legacy Widgets… As well, it seems to work fine for me. For instance, when I select Lowercase or Uppercase it does just that for the entire quote. However not all seem to work. Selecting Semi-White does not work while Swap-Colors does.
My guess is that if the CSS (plugin) doesn’t contain the classes it’s searching for then it fails on those ones. So I would expect different results depending on which widget and its properties.
- This reply was modified 3 years, 4 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”Any console/WP_DEBUG notices?(like a knee-jerk response ;))Can we verify that the (ks_quotes_llama) table has the column “category”?
- This reply was modified 3 years, 4 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Help with Widget OptionsHi kwsapphire,
The styles might be something theme related or another plugin. There is no styles settings in the plugin widget to format size or bold. Can you share your theme, perhaps its a feature of that, I’m not sure. Blocks vs Legacy is a learning curve for sure.
I’ll look into reducing the spacing and getting it implemented. CSS is not my main language.. the plugin could definitely use a CSS expert 😉
I’ll let you know.
Edit: I find that I do add a spacing of 20px. between the title and the quote… that will be removed in the next update.
It seems that depending on the theme it will affect the formatting. The title has
beforeandaftertitle styling applied, depending on what is set in your themes functions.php. If you search for “before_title” in your themes functions.php it may find theregister_sidebarfunction.'before_title' =>and'after_title' =>are what will be included around the title itself. Hopefully that makes sense as it should give you much more control over formatting that.- This reply was modified 3 years, 4 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginWill add a bit more space too. Thanks!
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginTry de-active/active and be sure to clear cache? I test in two different environment and so far it’s working. Any console or WP_DEBUG notices?
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the plugin2.0.5 committed… initial implementation, I’m sure it will need improvements. Do share your thoughts and how does it work?
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”2.0.5 committed…
If you would, let me know if this addresses the lines 4010, 4011 notices?
Forum: Plugins
In reply to: [Quotes llama] image and quote are not showingHi bronwenlogan,
I hope all is going well. I notice that the quotes are working again on your page. That’s great! They look really good 🙂
- This reply was modified 3 years, 4 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”OK, good to know.
Those notices will be an easy fix. I assume it’s not a problem other than the debug notice at the moment? I will include that in the next update. Working on adding some category management into the plugin so when I get that done, I’ll push it through. Thanks again and please don’t hesitate to let me know if you think anything else needs attention.
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”Sounds good. 🙂
Forum: Plugins
In reply to: [Quotes llama] Widget showing ” undefined”So far my plugin has yet to be mentioned in any error reporting or debugging. So, searching some of the errors I found this:
https://wordpress.org/support/topic/deprecated-return-type-of-requests_utility/
I also appreciate you being prompt in this and helping to get it worked out. It’s likely not to be the first time I encounter this, if it is PHP being the problem then it is good for everyone to see this.