iamonlythird
Forum Replies Created
-
True, but you have to understand that many people add their own custom fields to the registration form. Therefore, it is important that the recaptcha is placed at the end of the form. So it would be perfectly reasonable to adjust the priority to a lot higher, right?
Open google-captcha.php and search for:
add_action( 'register_form', 'gglcptch_login_display' );Replace with:
add_action( 'register_form', 'gglcptch_login_display', 99 );Can the plugin author add this adjustment to the next update?
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] BWS Panel?Unfortunately, I totally agree. It is a terrible idea to place it at the very top, and hide the recaptcha options within it. The plugin settings should be under the Settings menu.
I understand the need to advertise the rest of your plugins but don’t do it in the cost of lowering the quality of singular ones.
For the time being, I will deactivate the respective side-bar items and look into a way to add the recaptcha manually myself.
Consider going with a different route with this. Thanks!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Doesn't seem to work with custom post statusI am using the free version of the plugin and I am doing single site searches on a multisite installation. Is my only option to make this work to upgrade to premium?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Doesn't seem to work with custom post statusUpdate:
I should note that I am running this code on a multisite environment.
And I just tested this on a fresh install of a multisite environment on a different server and it was not indexing this custom post status.
So the problem is definitely not a local one, unless if there is an error with the code above (which I doubt given that it was from the official site).
Yes, me and christine are colleagues. Her post was stuck in spam I think so we reposted it through mine. Thank you so much for the response. We will put this to test in the coming week and update if we need any further guidance.
Thank you again for creating one of the most underrated plugins for performance. I can’t stress that enough.
Forum: Plugins
In reply to: [WP YouTube Lyte] Choosing a custom size for the playerYes sure, what did you have in mind?
Forum: Plugins
In reply to: [WP YouTube Lyte] Choosing a custom size for the playerThanks for the response. It appears that most of the previously published posts use the
[embed]shortcode. For example:
[embed]https://www.youtube.com/watch?v=cUsfAk_NIOc[/embed]These doesn’t seem to convert. Do you have a solution for this?
The embed shortcode was the default way to embed videos some versions back in WordPress.
Forum: Plugins
In reply to: [WP YouTube Lyte] Choosing a custom size for the playerAhaa, you are right, just didn’t cross my mind.
You didn’t answer my second question though, is there a way to update all of my previously published posts automatically with YT Lyte?
He posted a note on the official website about being idle for a while. Completely understandable. He was giving ridiculously quality support for no cash… but yet people are complaining. Hopefully from now, he will charge for any support beyond bug related issues. As it should be for any developer really. You can’t argue against that and should essentially support it if you are a developer yourself.
Forum: Plugins
In reply to: [W3 Total Cache] Minify works with HTML but not CSS and JSStop asking me to change plugin. I am hoping to find a solution to this using WP Total Cache.
Anyone who knows why it is behaving like this? Is there any actual support to this plugin?
Forum: Plugins
In reply to: [W3 Total Cache] Minify works with HTML but not CSS and JSI am still without solution? Is there any actual support here or anyone who can provide me with some assistance?
Forum: Fixing WordPress
In reply to: High CPU Load After Update to v4.3@vi3t it’s clearly stated in his post on page 1. Read it again.
Thank you millions for this fix. What is the actual reason they haven’t pushed out 4.3.1 yet? I can’t believe it. Who makes these decisions?
Forum: Plugins
In reply to: [W3 Total Cache] Minify works with HTML but not CSS and JS@pingdom_warrior It looks like it is a permission issue for you, there is a solution here: http://stackoverflow.com/questions/15605927/wordpress-and-the-w3-total-cache-minifier/22538291#22538291
Anyway, is there any actual support provided in these forums? How can I debug this and find out why CSS/JS is not being minimized? I’m still baffled!
Forum: Plugins
In reply to: [W3 Total Cache] Minify works with HTML but not CSS and JS@destac I know a different minify plugin will likely work out fine, but the aim here is to try to determine why Minify doesn’t work using W3 Total Cache.
I have already deactivated all plugins and so on with no effect unfortunately. So the problem must lie somewhere else.
Any ideas folks?