Mort
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to delete a post from ww.wp.xz.cn forum?@sterndata I thought you used to be able to delete your own posts if no one had commented on the post.. it seems the feature is gone now?
Is object versioning turned on?
Forum: Plugins
In reply to: [Idle User Logout] Does this support Multisite?It “works” in multisite but there is no way to configure the settings network wide. You also cannot hide the settings from the individual sites.
This means each site has control over the idle settings.
Forum: Plugins
In reply to: [Google Authenticator] Google Authenticator NOT WorkingYeah it looks like the plugin broke with 4.5.
Forum: Fixing WordPress
In reply to: Can't enter on wp-adminRenaming the theme will just confuse WordPress as it will keep looking for the old theme folder and thus will give you a white screen.
If you’ve deactivated all the plugins and you still can’t login check out the apache error logs. There might be some fatal errors preventing you from being able to login. You could also try re-uploading a fresh copy of of your theme.
Forum: Fixing WordPress
In reply to: Media library doesn't load imagesOn the “/wp-admin/media-new.php” page, what does “Maximum upload file size:” indicate? And how big are the files you’re trying to upload?
Forum: Fixing WordPress
In reply to: WordPress Login Permisions ErrorI think you either have some weird file permission issues on your WordPress install folder, or a plugin is screwing things up.
Try changing your permission settings (here is a good read: https://codex.ww.wp.xz.cn/Changing_File_Permissions)
or remove plugins one at a time. I’m willing to guess the issue is with the plugin providing the math problem on the login page.
Forum: Fixing WordPress
In reply to: Can't enter on wp-adminYou’re getting a white screen, that’s generally caused by a fatal PHP error. I’ll bet there is a plugin conflict with the latest version of WordPress.
You can either check your server’s error logs or systematically deleting (renaming works too) your plugins until you regain access. Try removing one plugin at a time and testing the login screen.
Forum: Fixing WordPress
In reply to: just upgraded and now get this messageSounds like your server’s php memory limit is not set high enough for the process youre running.
You can try to set the php memory limit in your wp-config.php file with:
define( 'WP_MEMORY_LIMIT', '128M' );Or by ppdating the following line in your php.ini file to increase the memory limit:
memory_limit = 128MOn ubuntu, the php.ini file is located at
/etc/php5/apache2/php.iniYes indeed, that would be great. I’ve had sites taken down by bots and setting the crawl delay helped alot.
AH I see, ok we had to add a custom robots.txt file to stop bots from hitting the site as much (using crawl-delay) and that is being readin instead of the virtual robots.txt file
Is there anyway you could add that option to the plugin so we could use site specific robot.txt files?
Forum: Plugins
In reply to: [Tesla Login Customizer] Logged Out page not styledThanks for the response, but it looks like its a conflict with another plugin, https://ww.wp.xz.cn/plugins/jonradio-private-site/ so it looks like your plugin works as intended.
Do you happen to know of any plugins that provide the private site functionality that is compatible?
I think it breaks Jetpack in general. The CSS I’ve added via jetpack is broken on my category pages while this plugin is activated.
Forum: Plugins
In reply to: [Tesla Login Customizer] Logged Out page not styledI am, we are using ithemes security to change the login url to /login
The login page (with that custom url) works however.
Forum: Plugins
In reply to: [My Private Site] Site access blocked to Network Admins for MultisiteNo worries, thanks for adding it to the list at all. Thats a good link too, thanks for that!
BTW – If anyone wants/needs the feature I modified my copy of the plugin so we can get this access,includes/public.php line 93:
if ( is_user_member_of_blog() || is_super_admin() ) {