javawpscript
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant log in to my site wp-adminTry logging in with this: http://www.beverlyhillsmdliftandfirm.com/wp-login.php
Is the theme custom built or stock theme?
Forum: Fixing WordPress
In reply to: Twitter embedded on frontpageHave you tried using a plugin to accomplish this?
You might also be able to embed it from Twitter themselves. Why not read this by twitter support.
Forum: Fixing WordPress
In reply to: WordPress unable to Send EmailsFor WordPress to send mail it does it through PHP Mail function which does not work that well and sometimes fails or can take it’s time to send emails.
Forum: Fixing WordPress
In reply to: Moving Hosts, Media Library TroublesTry using a plugin like WP Clone to clone your entire site.
From the old install, install the plugin and create a clone image thing and from your new site get a new WordPress install ready with the WP Clone plugin and it should clone your entire problems. You might have some link rel issues but the rest should be fine.
What’s exactly the problem?
Forum: Fixing WordPress
In reply to: Updating WordPressYeah, WordPress puts the site into maintenance mode when it is updating plugins, themes and WordPress itself so that nothing can stop it or corrupt your WordPress installation.
Just contacted the Guys at OneSignal who pushed a fix to this issue.
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'OK. Thanks for all your help. I really appreciate it 🙂
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'Server:
OS: Centos
Using Apache
Local MySQLForum: Fixing WordPress
In reply to: When loading pages '404 Not Found'How can I do that? Like recompiling httpd
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'The thing is I am using a VPS to host my server. I am my own host.
Is thee any way I can enable the mod rewrite?Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'Here are the contents of my .htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Making draft page as the main pageThe point of a draft page is for editing.
Published pages are the only ones that can be accessed by the public. (including being set by a front page)
Forum: Fixing WordPress
In reply to: WP doesn't work after reinstallationHmmm, Are you using a host?