Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site Post IssuesAt very least, resave your permalinks. Did you change URLs in the database from localhost to the live domain?
- This reply was modified 9 years, 8 months ago by Mark Ratledge.
Forum: Fixing WordPress
In reply to: Unable to Login to my wordpress site until wp-login.phpYour home page is missing some styling becuase a style sheet is 404ing. And, the login URL could be 404ing becuase of a server or .htaccess error. So your server may have crashed and impacted some files; you may have been hacked. Best thing to do is restore a file and database backup.
And then check your hosting account for security: take a look at the recommended security measures in Hardening WordPress – WordPress Codex and Brute Force Attacks – WordPress Codex
Forum: Fixing WordPress
In reply to: Rental website for many usersTry https://wordpress.org/plugins/tags/rental and https://www.google.com/search?q=wordpress+rental+theme
- This reply was modified 9 years, 8 months ago by Mark Ratledge.
Forum: Fixing WordPress
In reply to: Page LayoutUnfortunately, that’s what happens with premium themes; they are not supported from the start, or the devs disappear or go out of business, or sites are passed onto others without registration info, etc. But there are no exceptions; we do not allow premium theme devs to support their products here.
If you can’t do the work yourself, consider looking for a reputable person on http://jobs.wordpress.net/ or http://directory.codepoet.com or http://upwork.com
(FYI, it’s not a good idea to respond to work offers from random forum users who have read about your issues.)
Forum: Fixing WordPress
In reply to: Gallery Page Format IssueSorry, premium/paid themes are not supported in these forums. We don’t have access to new commercial themes, much less old, unsupported ones. 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
If you can’t do the work yourself, consider looking for a reputable person on http://jobs.wordpress.net/ or http://directory.codepoet.com or http://upwork.com
(FYI, it’s not a good idea to respond to work offers from random forum users who have read about your issues.)
Forum: Fixing WordPress
In reply to: Page LayoutSorry, you’re using Bloom, a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme restored316designs.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: Gallery Page Format IssueWhat theme are you using? Where did you download it from? http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible
Forum: Fixing WordPress
In reply to: Warning: file_exists(): open_basedir restriction in effect error“open_basedir restriction in effect” is a server configuration error, and you’re much better off at http://serverfault.com/ than here since it’s not specific to WordPress and you run the server and have been through the logs and configs already.
- This reply was modified 9 years, 8 months ago by Mark Ratledge.
Forum: Fixing WordPress
In reply to: Basic WordPress Troubleshooting GuideThese forums are for Q&A on specific WordPress issues, and not for posting your own guides or links to guides. You can post this on your own site, but not here. There is plenty of documentation already here: https://codex.wordpress.org/Main_Page
- This reply was modified 9 years, 8 months ago by Mark Ratledge.
Forum: Fixing WordPress
In reply to: Blog Post Permalink Pages have no Entry TitleSorry, you’re using a theme not supported in these forums. It’s best to go to the support site where you got the theme http://help.tesseracttheme.com/ for help with customizations and issues.
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: Is GTMetrix a reliable tool?This really doesn’t have anyhting to do with WordPress; try Google: https://www.google.com/search?q=gtmetrix+reliable
Forum: Fixing WordPress
In reply to: Second WordPress Installation in Sub-directoryYou don’t use that in both; only in lattice-interactive. Ask your host for help; they may have settings in httpd that don’t allow .htaccess files to override in subdirectories.
Forum: Fixing WordPress
In reply to: Second WordPress Installation in Sub-directoryThat won’t work because you are rewriting to root, not the sub-directory. Try
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /sub-directory-name/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /sub-directory-name/index.php [L] </IfModule> # END WordPressand obviously change
sub-directory-name- This reply was modified 9 years, 8 months ago by Mark Ratledge.
Forum: Fixing WordPress
In reply to: LAMP SSL Apache Fails to Load with Private Key not foundThis really isn’t a WordPress question; it’s server admin. Try http://serverfault.com
Forum: Fixing WordPress
In reply to: i am not customize widget areas?What theme are you using? Where did you download it from? http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible