WP Libra
Forum Replies Created
-
Install it on the root folder and not inside wordpress1 if you dont want it in that folder.
Forum: Fixing WordPress
In reply to: All of my links are broken after transferDid you fix it? Looks like it is good to me.
Forum: Fixing WordPress
In reply to: Only Home page shows upNo it is located in the database.
Recommend checking out http://codex.wordpress.org/Installing_WordPress
Forum: Fixing WordPress
In reply to: Only Home page shows upDid you change wp-config.php?
Forum: Fixing WordPress
In reply to: It takes too many time to connect and then says nothing found.Not sure what to tell you then, the error is from that plugin. Just google “Parameter 1 to ace_where() expected to be a reference”.
Forum: Fixing WordPress
In reply to: Only Home page shows upWhat I recommend doing is going back to your localhost and then change the settings under General -> Settings to the live site URL then transfer.
What is going on is it thinks it is still on your local server and not a live site.
Forum: Fixing WordPress
In reply to: It takes too many time to connect and then says nothing found.Are you sure you don’t have a plugin called Advanced Category Excluder active?
Forum: Fixing WordPress
In reply to: Only Home page shows upCan you log into wp-admin?
If so what does the URL say under General -> Settings?
Forum: Fixing WordPress
In reply to: Only Home page shows upCan you give us a link?
Also do you have any cache plugins running?
Forum: Fixing WordPress
In reply to: It takes too many time to connect and then says nothing found.Try
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the Twenty Eleven theme to rule out any theme-specific problems.
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.Forum: Fixing WordPress
In reply to: site will not open to homepageAre you sure this is not what the homepage should be? What do you think it should look like?
What exactly are you doing to see this?
Are you copying a link on your site and pasting it on Facebook?
Need more details and a link would be helpful.
Can you post an example of this?
Forum: Fixing WordPress
In reply to: Footer color change in twenty eleven themeYa dont follow what I said, needs to be done at #site-generator, I didn’t bother to check/test first.
Forum: Fixing WordPress
In reply to: Footer color change in twenty eleven themeAdd this to your CSS.
#colophon { background-color:#ccc; }But change the hex code to what color you want.