oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] Quotes widget causing server overloadHi Mariette, Yes I am currently working on resolving this.
I have no beta testers atm. If you would be interested in helping test this, let me know via email @ llama at oooorgle dot com, I’ll keep you updated.
Forum: Plugins
In reply to: [Quotes llama] There has been a critical error on this website.Hi mystic1, I am currently working on this.
I have no beta testers atm. If you would be interested in helping test this, let me know via email @ llama at oooorgle dot com, I’ll keep you updated.
Forum: Plugins
In reply to: [Quotes llama] Next quote no longer worksHi mrtnthmsn,
You are the second to bring this to my attention. I really hope I can get this figured out asap.
Can you provide the exact short-code and/or widget settings you are using and if your theme is free, perhaps the link to that too?
If you are able to, it would good to verify that you have this file
(quotes-llama-image-center.css) in the css folder of the plugin? There should be 13 .css files in that folder.Here is some other troubleshooting: https://wordpress.org/plugins/quotes-llama/#%28troubleshooting%29
The 2.1.2 update addressed the dead code of which it loaded all the JavaScript and all the CSS anywhere the plugin was used. 2.1.2 now only loads what is used. It avoids the overhead and lets users who don’t want the JavaScript to use the plugin.
It seems there is a conflict preventing late enqueuing, which is where the JavaScript and page specific CSS are loaded. I just don’t know with what yet. Testing so far I’ve not been able to reproduce the result.
Forum: Plugins
In reply to: [Quotes llama] Next quote link does not workHi Abbas,
Please try the steps in the troubleshooting section and let me know.
https://wordpress.org/plugins/quotes-llama/#%28troubleshooting%29
Forum: Plugins
In reply to: [Quotes llama] Fixed height quote box when using shortcodeHi Peter,
There is a max-height and max-width both set to 150px. There is no minimum or a fixed height in the latest version. I had a width and height setting of 100px. in recent versions (2.0.9->) but that caused distortion issues where images were not square, so it was removed. Can you provide an example of what you are seeing?
Thanks.
Forum: Plugins
In reply to: [Quotes llama] Feature suggestionsHi Earl,
I will add those suggestions to the considerations list. Thanks!
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0Committed 2.1.2
Fidoboy, This should address the front-end JS/CSS issue. Definitely needed to be implemented.
Spinweb, with the CSS (white border), I hope I’ve improved it rather than made it worse 😉 Please let me know if it still persists.
Thanks Guys!
Forum: Plugins
In reply to: [Quotes llama] 2.1.1 Load IssueCommitted 2.1.2. This work was done before this post but please let me know if the problem persists.
On the back-end the images shown in the quotes list tab are simply the original image. On the front-end it could be the original or made round. Introduced round image and quote alignment options in 2.1.0. Not sure if this is what you are seeing or not.
If the problems persist, let me know what short-codes you are using and if you could provide a little more context about the difference in the plugin from what actually shows up on the final production page?
Thanks!
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0Spinweb, I think I see what you are speaking of. Should be fixed in the next update. If the next update doesn’t address it, let me know. Thanks for geting back to me 🙂
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0Fidoboy, The entire plugin beyond pulling in a simple static quotes relies on AJAX functionality. Others do use it. I would break most aspects of the plugin by removing that. Next quote link, gallery, auto, and page modes would not exist for a few examples.
What I need to do is separate the wp_enqueue_script based on short-code or widget setting. Not sure how yet though. I don’t want unnecessary code loading where it’s not used either, but removing jQuery for the entire plugin isn’t an option. I will look into separating the scripts and see if I can get it working. That would be sweet to say the least.
However, if you are still getting JavaScript errors, it should be addressed and fixed. Do copy/paste any that you are still getting. Otherwise I’ll assume that the update addressed that particular error.
Again, thanks for all the suggestions that have helped work out the bugs and improved this plugin immensely.
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0Hi Spinweb, are you able to share a link exampling the problem you are experiencing?
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0Are you still getting the same error?
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0I had one .load call which I found was deprecated in jQuery 3.0. This has been updated in 2.1.1. Let me know if it fixed or not?
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0The image styling will be reverted to previous version in next update. The plugin could seriously use a CSS expert, that which I am not. My apologies.
Forum: Plugins
In reply to: [Quotes llama] Error in latest update 2.1.0Can you copy and paste the JavaScript error? Just saying there is an error doesn’t lead to any actual place to look for it.