diggeridoo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Sticky] Conflict with BBPress posts' orderOk, Thanks.
Forum: Plugins
In reply to: [WP-Sticky] Warning: Missing argument 2 error :(But before updating the plugin please check an issue I’m opening in another thread.
ThanksForum: Plugins
In reply to: [WP-Sticky] Warning: Missing argument 2 error :(Hi, I’ve tested this and the error message doesn’t appears anymore! ??
It looks that change solves the problem!Thanks!
Forum: Plugins
In reply to: [WP-Sticky] Warning: Missing argument 2 error :(Yes, WP has this own sticky post feature but this plugin is still useful in some circumstances, i.e. when you have a weird conflict within a plugin/theme evolving wp native ‘sticky’ label (as in my case).
This plugin adds a new category ‘Announce’ that helps to avoid that conflicts in a simple way and also allow to add a custom prefix to the highlighted post.Due the last version is giving this argument error, I’ve installed the former version and it seems to work fine.
Maybe this might give a clue to Lester to figure out where the problem is..
Anyway, although this plugin is deprecated, still is –as explained– useful and I encourage to the developer to keep it healthy if possible ??Thanks!
Forum: Plugins
In reply to: [WooCommerce] How to Remove lost password link to woocommerce accountHi, you have to put this into the
functions.php
file within your theme.
If you don’t have experience, I recommend you to make a search about editing this file before changing it.Forum: Plugins
In reply to: [WooCommerce] How to Remove lost password link to woocommerce accountHi, searching about this issue as well, I’ve found the function to deal with this (without plugins)
It just works fine for me.function reset_pass_url() { $siteURL = get_option('siteurl'); return "{$siteURL}/wp-login.php?action=lostpassword"; } add_filter( 'lostpassword_url', 'reset_pass_url', 11, 0 );
Seen in this post of woo community.
Forum: Plugins
In reply to: [MY SMTP WP] Set a different "reply to" email addressHi Valerio,
I’m sorry, I have no skills with php and I think it’s early for asking for money for your plugin.
There is another way of helping; giving real feedback, insights and ideas to improve the plugin and drive it to be useful to the community and, in the same way, to make a positive difference between the dozens of similar plugins out there.Of course, I’ll open an issue in github for development, looking forward to improve this particular feature. I think it will be interesting and very useful!
Thanks
Forum: Plugins
In reply to: [MY SMTP WP] Set a different "reply to" email addressAny help or suggestion?
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] Doesn't send notificationsHi again,
I’ve achieved to receive notification mails in other user’s mail different than admin, so the plugin is working properly but I’m not sure why notifications doesn’t work with admin’s main address.
This issue seems to be not related with this plugin so I close the thread.Forum: Plugins
In reply to: [Private groups] Filtering users by groupHi, any idea for my original question?
This thread was asking for other question, about users filtering.
Glad about the fix for your problem Mareva, but the main topic is not resolved and still open.
For your next issue please open your own new threat for maintain the forum’s order and to facilitate future searches.I hope Robin could give and answer to my original question.
Thanks
Forum: Plugins
In reply to: [Testimonial Rotator] Rotator shows a testimonials categoryYes! I know the plugin works that way, but then you can’t take advantage of the nested categories feature.
I mean, i.e. I want to have a rotator showing a particular category of testimonials in its own context page, and another rotator showing all the categories (and testimonials) in the front page.
Now this is not possible, unless you duplicate each testimonial for each rotator, which could be very messy..What do you think?
I believe this could be a cool improvement to the plugin ??Forum: Plugins
In reply to: [Imsanity] Color changes after processingHi Jason, thanks for your complete and clear response.
I’ve been testing the images and I think GD is deleting the embed image profile. Yeah, this occurs with all images processed with WP since it uses the same engine.I have tried to install imagemagick as you suggest but it requires some server-side installations and my provider doesn’t support this, so I can’t report results here.
Anyway, these color changes are light and I suppose assumable for general use.
The easiness and versatility of the plugin wins.Hope developers improve GD library in future!
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Weird issue with Legend superpowersSorry, It looks to be an issue with the parent plugin.
Some people are having a similiar behavior.Installing a patch works properly as described here.
Forum: Plugins
In reply to: [Adminimize] Can't hide WordPress update messageIn the meanwhile, I have found this simple code for the functions file:
https://www.wpbeginner.com/wp-tutorials/how-to-hide-the-wordpress-upgrade-message-in-the-dashboard/But this solution is for all users
Forum: Plugins
In reply to: [WooCommerce Sermepa payment gateway] Assets Image path not workingHi, this link problem also fails loading the ajax-loader.gif within the last popup message redirecting to the bank’s page..
This popup message “redirecting to sermepa page” occurs very fast, with no time to read it to the user.
Is it possible to delay the action keeping 1 or 2 second this message on screen?Any help will be very appreciated.
Thanks!