iridiax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Very sad updating problem.I’m so tired to customize the blog after each update.
If you are using a modified version of the default or classic theme, make a copy of it, give its directory a new name, rename it in its style.css, and then switch to it. Now upgrades won’t overwrite it.
Forum: Fixing WordPress
In reply to: Browser compatibility issue – IEWhen dealing with display issues, first validate your code. Browsers can react differently to code errors. You also have an error (a missing ;) in your style.css:
#abonnement ul { list-style-type: none; padding: 0px 0 0px 0; margin-left: 275px; margin-top: 0px margin-bottom: 0px; }Forum: Fixing WordPress
In reply to: Post not found on Google via tag or post nameIt sounds like duplicate content issues or poor SEO. Try a SEO plugin and see: http://webdesign.about.com/od/seo/tp/seo_tips_and_tricks.htm
Forum: Fixing WordPress
In reply to: Not found by GoogleCheck your privacy settings: Dashboard -> Settings -> Privacy
Forum: Fixing WordPress
In reply to: where does new pages get savedIt sounds like something is set wrong. There are several things it could be, so maybe one of these links will help:
Wrong site url: http://codex.wordpress.org/Changing_The_Site_URL
Permalinks problems: http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks
Database connection problems: http://codex.wordpress.org/Editing_wp-config.php#Set_Database_Host
Using WordPress on your local computer (if that’s what you tried to do): http://codex.wordpress.org/Installing_WordPress#Installing_WordPress_on_your_own_Computer
Check your permissions, see: http://codex.wordpress.org/Using_Image_and_File_Attachments
Forum: Fixing WordPress
In reply to: How to change landing pageForum: Fixing WordPress
In reply to: Why does this feed not validate?Allowed memory size of 33554432 bytes exhausted
See: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Forum: Fixing WordPress
In reply to: Fatal Error – can’t even get into admin – what do I do?BTW, my wp-includes/cache.php does not even have a line 454, it ends at line 452.
Forum: Fixing WordPress
In reply to: Fatal Error – can’t even get into admin – what do I do?Your plugins are still active.
For the other, see:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Forum: Fixing WordPress
In reply to: My site is goneYour site loads fine for me.
Forum: Fixing WordPress
In reply to: All my websites hacked ‘silence is golden’?That site is apparently hacked as well. Hackers can host their scripts/files on hacked sites and then link to them on other hacked sites.
Forum: Fixing WordPress
In reply to: Screwed Up link in my admin page – Now, Ugly or 404I get the “ALERT – The blog is temporarily down” splash page for all links, is this the problem you mean? Where is this splash page coming from and how did you enable it? It does not seem to be triggered by 404 errors. Try temporarily disabling/deleting it.
Forum: Fixing WordPress
In reply to: where does new pages get savedYour pages and posts are in your WordPress database. If you are looking to back them up, see:
http://codex.wordpress.org/WordPress_Backups#Database_Backup_Instructions
Forum: Fixing WordPress
In reply to: addon domain for blog, admin section too?I have WordPress installed on an addon domain and both the WordPress and blog URL are set with the addon domain’s URL and it works fine.
For fixing WordPress and blog URL issues, see: