Bill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can not see all the countries from drop-down menu in customer formYou might try asking about this in the support forum for your commercial theme.
Forum: Fixing WordPress
In reply to: How to modify wp-admin contentThere’s tons of plugins for modifying admin pages. Maybe something there will get you closer to what you’re after? If not, you can take a look at the code of some to see how they’re going about it.
https://wordpress.org/plugins/search.php?type=term&q=custom+adminForum: Fixing WordPress
In reply to: Post Editor problemOn the master list (the post at the top of the forum page), it mentions this regarding problems after the update:
My layout is all weird on the Dashboard:
Flush your cache. If you’re using server caches, or a plugin, flush them too, especially Memcached/APC stuff. They can be sticky.
Clear any cache plugin, browser cache, and check if your web host has its own cache going on.
Forum: Fixing WordPress
In reply to: lost pages and postsTake a look at this post near the bottom where it talks about blank pages after updating to WP 4.2. Basically, you may need to re-install your TwentyFifteen theme.
Forum: Fixing WordPress
In reply to: Can't enable commentsGood. Maybe you fixed it but had a caching issue and didn’t see results right away.
Forum: Fixing WordPress
In reply to: Can't enable commentsHave you tried re-enabling them on a post-by-post basis? When you toggle the global ‘Allow people to post comments on new articles’ check-box, it toggles them for future posts only. Try
Posts > All Posts > Quick Editto enable comments per post and see if it helps.Forum: Fixing WordPress
In reply to: header / navigation problemYou’re welcome. BTW, while you’re waiting on a response in the other forum, you might try disabling plugins to see if one of them is involved in this.
Forum: Fixing WordPress
In reply to: Adding a badge to my blogGreat! Glad you found a solution.
Forum: Fixing WordPress
In reply to: Website is now blank.EDIT: see if anything on this page is related to your particular active theme.
Below are instructions for disabling your plugins as a basic troubleshooting step. Often a misbehaving plugin can give the results you’re experiencing.
If you have access to your admin pages, try disabling your plugins.
If you can’t access your admin pages, you’ll need to use an FTP client (like FileZilla), or your host’s cpanel (or File Manager) and navigate to the files on the server.
In your WP installation there, find
wp-content/pluginsand rename that plugin folder to something likeplugins-hold. That will disable all plugins and hopefully allow you to get back into WP admin. Rename the folder back to the original. Then you can start re-activating plugins until you find the problem one(s).If that doesn’t do it, likewise rename your active theme’s folder so that WP will use a default WP theme temporarily. That way you can rule out whether the theme is at fault or not.
Forum: Fixing WordPress
In reply to: header / navigation problemMaybe just a different browser or version, or browser cache on your machine, hard to say. I hope they can help you out via the theme forum though. Good luck!
Forum: Fixing WordPress
In reply to: Changed Site URL, now post URLs don't workGreat! Glad you got it worked out. Go ahead and mark this as resolved for us.
Forum: Fixing WordPress
In reply to: Adding a badge to my blogThe image link you’ve shown above is more than the image: it’s a linked image. Just add the image url as I mentioned above, without the enclosing
<a>tags.Forum: Fixing WordPress
In reply to: disable photo-titleHonestly I’m not sure myself, but if WP has changed the way captions and titles function, the theme will need to be adapted to it. I’m sure you can’t be the only one that this is happening to with this theme. Good luck!
Forum: Fixing WordPress
In reply to: Changed Site URL, now post URLs don't workTry going to
Settings > Permalinksand resetting them and saving. This can sometimes take care of that.Forum: Fixing WordPress
In reply to: Super Cache Leaving Behind the Content from a Deleted PluginTry just clearing the plugin’s cache and it should rebuild the cached pages.