danhgilmore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Full Site View As Default?How your site is displayed is dependent on your theme. You would need to look at the documentation of your theme to determine how it is displayed by default. If it is not to your liking, you would either need to change the theme setting or find a theme that has a default to your liking.
Forum: Networking WordPress
In reply to: Get rid of /wp in url on multisiteYou need to “move” WordPress. More details can be found here: https://codex.wordpress.org/Moving_WordPress
Forum: Fixing WordPress
In reply to: Search IssueThis looks to be an issue with your site, specifically your Apache installation. I just verified that when I search for Β£ on my install, it works as intended.
Forum: Fixing WordPress
In reply to: Cannot Login WP-AdminHave you contacted support at Udemy?
Forum: Fixing WordPress
In reply to: Soundcloud URLs not playingThis is a limitation being placed on you by your dev team. If they are blocking http access to Soundcloud, there’s nothing to be done via WordPress.
It sounds like you are logging into your sites (built on WordPress that was downloaded from .org). It isn’t possible to log into WordPress.org and manage a site. You can log into WordPress.COM and manage a site.
What are the URLs of the sites you log into?
Forum: Fixing WordPress
In reply to: Getting a Strange Error Message when I try to add a new userUnfortunately, this is a problem with a plugin that GoDaddy has installed in your WordPress installation. I’m not sure what it does, so I cannot advise you to remove it.
You’ll need to contact GoDaddy for further assistance.
I’m not sure what you mean by “accounts”. Are you referring to WordPress.com?
As for moving content from server to server, you can export/import via the Tools menu in wp-admin
Forum: Fixing WordPress
In reply to: Remove plugin errorAccess your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/plugins/and remove the plugin.Forum: Fixing WordPress
In reply to: Fatal erro in footer.phpI figured you did when I went to the site and didn’t see any errors π
That will fix your problem. The only worry I’d have is not knowing what wp_bottoms() did for you/your site.
Forum: Fixing WordPress
In reply to: Fatal erro in footer.phpLooks like you are using a custom theme. The error means that WordPress cannot find the function wp_bottoms(). If you switch to Twenty Sixteen, you won’t set that error, but your site won’t look the same.
You’ll need to get with the developers of your custom theme for them to help.
Forum: Networking WordPress
In reply to: Stats PluginHere is an example of one: https://wordpress.org/plugins/wp-network-stats/
For support with it, you’d need to contact them π
Forum: Fixing WordPress
In reply to: My blog has been hacked, and I can’t do a backup.I just pulled up your site and don’t see any spammy messages. What makes you think you’ve been hacked?
Forum: Networking WordPress
In reply to: An unexpected error occurredTry deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue (theme functions can interfere like plugins)
Forum: Fixing WordPress
In reply to: Paginated backend sites link to https://wp-adminI just compared your .htaccess with mine, and I noticed I didn’t have exclamation points on these lines:
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-dMaybe try that?