Miguel Useche
Forum Replies Created
-
Forum: Plugins
In reply to: [JS Archive List] Widget that shows category filterHello, It depends on how the other plugin or filtering the categories work. This plugin has the official archive hooks so if the other plugin uses them, it should filter the list of the archive as well.
Or you could manually do a small function to connect your category filter to the plugin one, it should be difficult.
This plugin can filter by category but it will done on site level, no dynamically.
Forum: Reviews
In reply to: [JS Archive List] Just what I was looking for!Thank you for your support and donation, that motivates me to keep going with the plugin.
Forum: Plugins
In reply to: [JS Archive List] Title font change for new JSArchiveList blockThanks for using my plugin on your site.
Sure, you can do it by adding a new CSS rule to your theme like this:
.js-archive-list dynamic h2 { font-size: 1.5em; font-weight: 400; margin: 0 0 30px 0; }
Forum: Plugins
In reply to: [JS Archive List] Shortcode [JSArchiveList] is buggyHello Henk,
I appreciate your detailed report, it helped to find things that I didn’t noticed. I fixed all of them in the 6.0.5 version.About the correct shortcode, I kept both cases to avoid any problem with previous uses.
Let me know if you have any issues and thanks for using my plugin.Forum: Plugins
In reply to: [JS Archive List] Months table collapse animation stopped workingHello,
Thanks for using my plugin and doing this report.
I’ve solved this issue on version 6.0.5, please update and test it again.
Have a nice week.
Forum: Plugins
In reply to: [JS Archive List] Shortcode [JSArchiveList] is buggyHello, thanks for your report. I’m updating my other plugin and then I’m gonna do some updates to this, thanks for your report and I’ll apply the changes as soon as possible.
Forum: Plugins
In reply to: [CodeColorer] How to correct create_function() is deprecated errorNice! thanks for this tip.
Forum: Plugins
In reply to: [JS Archive List] PHP ErrorThanks for the report! This will be fixed in the next version.
Forum: Plugins
In reply to: [JS Archive List] Updated after 3 yearsAre you using the blogger service? This plugin only works for WordPress. It’s a nice idea to show the setup in a video. But confirm me if you are using WordPress.
@mrclayton thanks for the quick reply. I managed to fix it. I don’t know but when I called the function
WC()->payment_gateways->get_available_payment_gateways();
it was removing your gateways from the list, I don’t know if it’s a WC bug or me doing something wrong. I just wanna report this to you.Call this function before doing something in checkout. For example before calculating totals.
I’m having the same problem. I’m a plugin author and somehow your plugin doesn’t show up on the payment gateways if I enable my gateway.
How do you register the gateway into woocommerce?
Hello,
Same happened in my website. I’m gonna try to launch a fix in the following week.
Can you reinstall it, remove it from Appeareance -> Widgets and readd it? I managed to fix it by removing previous widget and putting it again.
Thanks for pasting the error, that could help me to fix it.
Forum: Plugins
In reply to: [JS Archive List] Error messages in configuration of “Category management”Hi, thanks for the report. This version should not have been released yet.
It’s almost stable so you can keep it. But I would recommend to reinstall the plugin to use prev version. I’m working on it and I want to finish it by this weekend.
Forum: Plugins
In reply to: [JS Archive List] WP 5.8.1 supportIt’s coming. In this week I’ll release a new version.
Forum: Plugins
In reply to: [Extended Post Status] Problem with PHP 7.4Thanks! I noticed the update and seems to be fixed ??