Bhargav
Forum Replies Created
-
Forum: Plugins
In reply to: [Application Passwords] Restriction on creating application passwordsThanks was looking for a way to do this.
This should be in the main plugin.
An empty backup.lock is being generated if its deleted and even with Schedule Database Backups disabled the error is occuring.
Forum: Plugins
In reply to: [Theme My Login] Theme My Login 6.4 Release Candidate 1The ability to remove “Confirm use of weak password” Would be Nice.
Forum: Plugins
In reply to: [Surbma | Divi & Gravity Forms] Time Picker Not VisibleHello,
Sorry about the delay.
I added
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input { width: 100% !important; }
To the css and it fixed it.
It looks like it was caused because the form has labels left aligned and the page has sidebars, The padding and the width were overlapping.Thank you
Forum: Plugins
In reply to: [Stream] /ui/admin.js Missing if AJAX Heartbeat Tool is activeOk, great and thanks for the fast responce.
@photocrati – Its ok I managed to remove the cron jobs
I disabled the plugin, updated it to the latest version then I added 2 lines to the function.php
wp_clear_scheduled_hook( 'ngg_delete_transients' ); wp_clear_scheduled_hook( 'ngg_delete_expired_transients' );
Then I reactivated the updated NGG.
Now it seems to be working fine.
There are so many ngg_delete_expired_transients in wp cron that chrome is getting stuck before it finishes loading.
I tried adding
wp_clear_scheduled_hook( 'ngg_delete_expired_transients' );
to functon.php of the theme but if I do that the website is not loading at all.
I just downgraded to .21. I think I’ll wait for a few days before updating but How can I purge the WP cron?
I updated to 2.0.27 but the cron is still causing the server to crash.
Forum: Plugins
In reply to: [Theme My Login] TML Pages Layout optionsResolved in latest version
Forum: Plugins
In reply to: [Theme My Login] Unable to Track bad loginsCan’t I see all the failed log ins in one page?
Forum: Plugins
In reply to: [XML Sitemap & Google News] Attracta and robot.txtHere is a link to my sitemap.
Also is it possible to choose which Categories to include in the sitemap?
Forum: Plugins
In reply to: [Theme My Login] Opening Users gives error if security is turned onJust Read you’re message.
Forum: Plugins
In reply to: [Theme My Login] Opening Users gives error if security is turned onWordPress showed the update on a test site I maintain and I installed it.