Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: categories and tags GONETalk to the host; they made the last changes to your hosting account. Could be related to the temp directory being full; WP can’t write metadata.
It’s possible they need to restore a database backup; tags and categories are metadata stored in the database.
If they don’t have a backup, and you don’t have your own, you should: https://wordpress.org/plugins/search.php?q=backup
Forum: Fixing WordPress
In reply to: Unable to update plugins OR wordpressDownload failed. Failed to write request to temporary file.
Still a host error; you need to talk to them.
Forum: Fixing WordPress
In reply to: How to hide a menuYou’re using wordpress.com and in the wrong place; these forums are for self-hosted .org WordPress sites. You need to go to the WordPress.com Forums.
The differences between WordPress.COM and .ORG: WordPress.com and WordPress.org — Support — WordPress.com
Forum: Fixing WordPress
In reply to: Disable and remove registration optionThere is probably a way to unhook php functions in that plugin. But you need to work with aMember; we don’t support premium/paid plugins in these forums. These forums are for plugins available at wordpress.org/plugins/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Disable and remove registration optionI’m using WP with a third-party membership app…
Name of plugin/App? Where did you download it from?
Forum: Fixing WordPress
In reply to: New Page Does Not Display Nav MenuSorry, you’re using Pagelines, a premium/paid theme framework not supported in these forums. It’s best to go to the support site where you bought the theme pagelines.com for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Menu tabs covering each other upVery rude person. Have a Blessed day.
I’m not being rude. Read https://codex.wordpress.org/Forum_Welcome#Commercial_Products
Save your blessings for those who really need them 🙂
Forum: Fixing WordPress
In reply to: index.html to index.php redirectWhat doesn’t work in the /subfolder? A 404?
A blank .htaccess file will negate any directives in an .htaccess file in a higher level folder. But duplicating the directives in /subfolder should work.
Try
DirectoryIndex index.php Options +Indexesin the /subfolder
Forum: Fixing WordPress
In reply to: Menu tabs covering each other upWe don’t support premium themes here. @stephencottontail should have made that clear.
And, don’t post a duplicate question because I wouldn’t help with this one; I deleted it.
Forum: Fixing WordPress
In reply to: Menu tabs covering each other upSorry, but you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme – http://themeforest.net/ – for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Accessing wordpress site over dedicated IPYou can change the reference domain in the WordPress database to an IP and it should work fine. I’ve often run WordPress via an IP before pointing DNS and changing the domain in the WordPress database. Use interconnectit.com WordPress Serialized PHP Search Replace Tool to find/replace i.e,
http://example.comtohttp://123.45.32.543Once you change to an IP, as you have seen, you can’t login again using the domain, unless you run the find/replace again.
The times this tool won’t work is if the domain is hardcoded in wp-config.php or theme files. Use FTP to check/change those.
Forum: Fixing WordPress
In reply to: index.html to index.php redirectAt the top of .htaccess, try:
DirectoryIndex index.phpThat should force any request to go to index.php first and ignore index.html. That’s not a 301 redirect; it’s a command to force index.hp as the default document.
I’m also seeing this issue; any idea on a fix or a work around? Thanks.
Forum: Fixing WordPress
In reply to: Trouble with allowing other users to post contentSorry, you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Archive PageI looked at the page source for the plugin and script name. Looks like it works OK; there are no Javascript errors.