oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] No quote shownHi mistercode,
I’ll look into that. Thanks for the heads-up.
Forum: Plugins
In reply to: [Quotes llama] The next quote button doesn’t work.Hi shimist,
Testing some other themes or even disabling other plugins is something that could be tried to see if there is some kind of conflict with your existing configuration. If you use a free theme, let me know what it is and I can see if I can reproduce the problem. A few of the troubleshooting tips might be useful, like are you getting any information from the console or WP_DEBUG? Perhaps a test page where I can see the problem?
https://wordpress.org/plugins/quotes-llama/#%28troubleshooting%29
Forum: Plugins
In reply to: [Quotes llama] using do_shortcode in page doesn’t add quoteHi spinhead,
Are you echoing the do_shortcode?
<?php echo do_shortcode('[quotes-llama]'); ?>Hi Staipa,
I am working towards an acceptable solution between reasonable datasets vs. excessive .ajax calls, and like you mentioned limiting it to relevant contexts is posing a problem at the moment.. Still working on it when I can find the time. Getting the data to JavaScript later is at the forefront. Having it load regardless of short_code is definitely not good and I missed that when changing from .ajax to the select query. If you know any good examples of query data to JS var after short-code, or a good short-code detection function perhaps. I’ve yet to get mine to work well.Update you once I make some progress again. Thanks!
Forum: Plugins
In reply to: [RSS llama] Stickiness with CategoriesDo you happen to be using a caching plugin? I am not able to recreate the issue of just a single category. If it remains after removing it from the short-code it would indicate a cached page.
I do get the same result with the sidebar position and will get that addressed in the next update. Please do let me know when you are able and I will update you once I get an update posted. Thanks.
Forum: Plugins
In reply to: [Quotes llama] Gallery mode spams /wp-admin/admin-ajax.phpHi Robin,
Version 3.1.0 has been uploaded. Please do let me know if it addresses the issues it was causing?
Forum: Plugins
In reply to: [Quotes llama] Quotes Llama suddenly not workingGood to hear! No worries, I am happy to try and help if I can.
Forum: Plugins
In reply to: [Quotes llama] Quotes Llama suddenly not workingHi tallpainter72,
Do you happen to have the quotes-collection plugin enabled as well?
https://wordpress.org/plugins/quotes-llama/#%28troubleshooting%29
Forum: Plugins
In reply to: [Quotes llama] Gallery mode spams /wp-admin/admin-ajax.phpJust an update that I’m making good progress. 😉
Forum: Plugins
In reply to: [RSS llama] Stickiness with CategoriesHi mac-2-net,
I missed your post originally and I apologize. This plugin has been a bit out of sight, out of mind. Working on an update for my other but once I get that posted I’ll work on this one some more. Yeah, I totally agree, I couldn’t find anything close to what I was looking for in RSS so here we are.
Now I’ll admit my CSS is horrible. I usually struggle to fully understand situations like the category button and sidebar location as recreating environments that produce the same problem is a beast sometimes. If you want to provide a test page that examples the problems I would be glad to see if I can see what is causing this.
My initial thought on the category would be I need to refresh where I left off as I think I was trying to incorporate import/export and categories were giving me a run. For now just be sure you have many categories, at least 4 or more with links associated. I have deja vu of it not really working if only say there are only 2… it’s been a while.
I’ll get back to you asap, but don’t have an eta atm.
Forum: Plugins
In reply to: [Quotes llama] Plugin removedHi Mariette,
Should be just another day or two… hopefully. Waiting to have it reviewed again. Had to back-track a bit to fix a few things but an update is submitted and should be up soon.
Forum: Plugins
In reply to: [Quotes llama] Display on a postHi Frank,
WordPress provides an adequate solution. You can edit your single post “single.php” file with the short-code to the plugin.
Here is more information: https://wordpress.com/support/templates/edit-the-single-template/
FYI, if like mine, your theme doesn’t have a template section, you will have to edit the code in the single.php file instead.
Here is an example of the php code to add:
echo do_shortcode( '[quotes-llama]' );Forum: Plugins
In reply to: [Quotes llama] Gallery mode spams /wp-admin/admin-ajax.phpHi Robin,
I’d once been working on having the plugin use a file instead of the recurring ajax call but just hadn’t finished it. I will make that my next priority. Will be about a week before I can begin, and I will let you know when I make an update.
Forum: Plugins
In reply to: [Quotes llama] title only shown for auto and galleryI am going to close this but do let me know if the problem persists.
Forum: Plugins
In reply to: [Quotes llama] Next Quote clear the widgetI fully understand the complexity with that many plugins and certainly not on your live site.
If I may suggest, and this is what I do… I have a separate WordPress installation (test site) where I can do my best, worry free, to troubleshoot updates and things like this and then reset it very easily.
I really would like to understand why it’s doing that. I have a couple other users with another issue of the page mode returning 0’s that I can’t pin down. Yours here is the first that I am aware of. I have some ideas of things I want to research and refresh on. If I find I’ve missed or messed something I’ll update and inform.
Thanks.
If anyone else in the community is experiencing this same issue, please do comment.