John Parris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Delete inactive usersHere’s a plugin that looks like it’ll do the job: https://ww.wp.xz.cn/plugins/inactive-user-deleter/
I recommend making a backup before doing anything with mass deletes. BackWPup is a good plugin for that: https://ww.wp.xz.cn/plugins/backwpup/
Forum: Fixing WordPress
In reply to: feed url not working!Try something like this:
http://baran-store.com/feed/?post_type=productForum: Fixing WordPress
In reply to: Changed Permalinks, Can't Access Admin PanelYou have some kind of plugin or theme code that is redirecting /wp-admin to /login. If you try to access wp-login.php directly, you get this error: http://cl.ly/image/0k451P3P3r0A
You need to access the site via FTP and rename the folder of the plugin or theme you have that’s doing this.
Forum: Fixing WordPress
In reply to: Hide price of table customer emailHi Tulio,
It looks like you’re using the commercial WooPlus theme from ThemeForest? You’ll need to ask for support there, because the ww.wp.xz.cn forums don’t allow support of commercial products here.
There was a recently shortcode security update that landed in 4.2.3 and was backported to older versions like yours. You can read more about that here: https://make.ww.wp.xz.cn/core/2015/07/23/changes-to-the-shortcode-api/
Forum: Fixing WordPress
In reply to: WordPress adding dimensions to file nameHi there,
It should only be adding the dimensions to the thumbnails it creates for the sizes defined under Settings > Media and the image sizes defined by your theme or some other plugin. In other words, the original files you upload should be the original filename. When you insert the image into a page, if you select the ‘Full Size’ option, it should show the original filename. Screenshot: http://cl.ly/image/413g3K0o032x
Forum: Fixing WordPress
In reply to: My Administrator status has changedJenn,
When you say you can’t insert them into a page, can you explain what happens when you try?
Forum: Plugins
In reply to: [Array Toolkit] WP 4.3 constructorHey Christian,
Thanks for the heads up. We’ll get it updated.
Forum: Fixing WordPress
In reply to: Style is not displayingtwiptrips, what happens when you try to access the site?
You may be able to fix it using the manual update instructions here: https://codex.ww.wp.xz.cn/Updating_WordPress#Manual_Update
Forum: Fixing WordPress
In reply to: Style is not displayingYay! Glad to hear it! Thanks for the update.
Forum: Fixing WordPress
In reply to: Disabling comment moderationGreat! Glad to hear it’s working. If you would, please let us know which plugin was causing it.
Forum: Fixing WordPress
In reply to: Menu item limitIt’s technically a PHP issue, and not a WordPress issue. Aside from removing some of the menu items, you can try increasing the PHP input vars setting to keep this from happening. There are a few ways to do it.
– ask your web host to increase max_input_vars in php.ini. The default is 1000. Try something like 3000.
– try increasing it yourself by editing the .htaccess file at the root of your web folder and adding this to the top:
php_value max_input_vars 3000It sounds like you may have tried the second option, but some hosts don’t support this second option, so if it doesn’t work or it breaks the site, remove the line and ask your host to increase it. If they won’t increase it, you’ll need to remove some menu items or move to another host.
Forum: Fixing WordPress
In reply to: Disabling comment moderationOn new comments or ones that already existed? It would only affect new ones if that’s the case.
If it’s still not working on new comments, does it work if you temporarily deactivate all plugins?
Forum: Fixing WordPress
In reply to: Style is not displayingWhen trying to access the /wp-admin location, the styles that should load are not loading. I see a 404 error, which means the files are missing from the location it’s trying to load them from.
It could be that a glitch happened during an update and some files didn’t get copied. Can you try manually updating WordPress to see if that fixes it? You can try a couple different things.
– Go to Dashboard > Updates and click the Re-install Now button and see if that fixes it.
– If not, try the manual update instructions here: https://codex.ww.wp.xz.cn/Updating_WordPress#Manual_Update
Forum: Fixing WordPress
In reply to: Disabling comment moderationDoes it still do that if you deactivate the X – Facebook Comments plugin?