Jack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error on Quick DraftIt looks like a plug-in called WordPress SEO is causing the error. What happens when you deactivate it? Don’t delete it.
Forum: Fixing WordPress
In reply to: Minify & General Google Page SpeedIn my experience, if you’re already doing all that you can with a plugin, you have to make manual optimizations. This includes compressing new images and such. Plugins only go so far. Do remember that Google’s recommendations are suggestions.
Forum: Fixing WordPress
In reply to: Problem trying to update an article (timeout?)Is there any JavaScript embeds? How is the video being added?
If You’re comfortable with PHP, you can enable wp_debug and search for a file called error_log.
https://codex.www.ads-software.com/Debugging_in_WordPress
- This reply was modified 7 years, 6 months ago by Jack.
Forum: Fixing WordPress
In reply to: lost url for list of articlesIt sounds like you’re in a theme options page.
I’m talking about using the WordPress main settings. It is in wp-admin under Settings->Reading
https://codex.www.ads-software.com/Settings_Reading_Screen
- This reply was modified 7 years, 6 months ago by Jack.
Forum: Fixing WordPress
In reply to: Problem trying to update an article (timeout?)If you’re on cPanel, it is a button called something like php info or php vars. This should show you the values.
Also, what happens when you copy and paste that post’s content in a new test post?
- This reply was modified 7 years, 6 months ago by Jack.
Forum: Fixing WordPress
In reply to: Problem trying to update an article (timeout?)That error sounds a bit server related. Does the host have a high enough PHP max post size and post timeout?
Forum: Fixing WordPress
In reply to: Splash Screen PluginI’m pretty sure there are a lot of free plugins for this. Last time I checked, most of them let you select a certain page to use as a splash screen. Then you can add the elements/videos you want on that page.
Forum: Fixing WordPress
In reply to: lost url for list of articlesIn the settings where you set a static page, there should be another option to set your blog feed page. You can switch this to use the page you have named “blog”. WordPress should automatically add the feed back on that page.
- This reply was modified 7 years, 6 months ago by Jack.
It sounds like they are telling you to add a code in htaccess that will run your site in a different php version. The error looks like wrong htaccess code is used.
I would ask them exactly what to put in the htaccess code or tell them just to add it themselves.
Make sure you have a backup of your database and files.
Forum: Fixing WordPress
In reply to: Website down Fatal Plugin Error Ultimate Social Media IconsMake sure you have a backup of your database and files.
A full restore shouldn’t be necessary. Just go into cPanel file manager. Then go to /public_html/wp-content/plugins/. Then move the entire ultimate-social-sharing-media-icons folder outside of the plugins folder.
This is a way of disabling the plugin if you can’t get to wp-admin.
Forum: Fixing WordPress
In reply to: Changing wordpress with a new URLMake sure you have a backup of your database and files.
The error looks like it is coming from the wordfence plugin. Take a look at their documentation on solving the issue:
Forum: Networking WordPress
In reply to: Multisite Network ProblemDid you install any new plugins or themes recently?
Forum: Fixing WordPress
In reply to: Button :Focus colour same as :hoverI think you’re looking for the :active selector:
Forum: Networking WordPress
In reply to: Images disappear from the serverThat’s super odd. Is there cron job happening that you don’t know about on your hosting account?
Forum: Networking WordPress
In reply to: Multisite Max Upload issueDid you look in wp-config.php or theme functions for max_upload definitions? It can also be set in the .htaccess file. Be very careful with any edits and make backups first.