iridiax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image on mouse over menu does not appear.Try making the background URL:
images/Nav.jpg
Forum: Fixing WordPress
In reply to: Strange function returnForum: Fixing WordPress
In reply to: Cannot uninstall WP-SuperCacheForum: Fixing WordPress
In reply to: SEO for wordpressI think that you may need more incoming links to your site in order to rank higher. Also sign up for Google Webmaster Tools to see if they are reporting any problems with your site.
Forum: Fixing WordPress
In reply to: SEO for wordpressI changed my website to a wordpress blog…
Major site changes and changes in URLs will cause some temporary ranking drops.
Also, with your site’s main topic, you are in direct competition with blackhat SEOs, and those folks can be difficult to outrank.
The Fetch as Googlebot tool in Google Webmaster Tools can help you see cloaked hacks:
https://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=158587
Also see: https://codex.www.ads-software.com/FAQ_My_site_was_hacked
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationIt looks like a problem in your theme’s functions.php. See: https://codex.www.ads-software.com/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F
Forum: Fixing WordPress
In reply to: My whole blog shrank in FirefoxThis can happen if you accidentally press the keys that shrink the zoom for your site in Firefox. Visit your site and choose Reset in the Firefox View -> Zoom settings.
Forum: Fixing WordPress
In reply to: WP Super Cache Messed Up My SiteHow do you just backup a specific folder plugin like All In One SEO Pack?
Just use FTP: https://codex.www.ads-software.com/FTP_Clients
When I have bad problems with a plugin, I just use FTP to delete the plugin and the folder it came in. Don’t delete the entire WordPress plugins folder though.
Forum: Fixing WordPress
In reply to: WP Super Cache Messed Up My SiteFor complete backups, see:
https://codex.www.ads-software.com/WordPress_Backups
How to uninstall WP Super Cache:
https://www.ads-software.com/extend/plugins/wp-super-cache/other_notes/
The latest All in One SEO Pack requires WordPress version 2.8 or higher, so your WordPress version 2.7.1 is too old for it, which is probably why it’s generating errors.
Forum: Fixing WordPress
In reply to: Header only showing up on homepageI don’t know if it’s the source of the problem, but you have fancy quotes (real code killers) in your header image code. They are the ones surrounding headerimage:
<div id=”headerimage”><a href="https://girlswishlist.co.uk"><img border="0" src="wp-content/themes/theme4/images/header.jpg" /></a></div>
Replace them with regular keyboard double quotes.
Fancy quotes can be accidentally acquired when copy and pasting or by using the wrong text editor (like MS Word).
Forum: Fixing WordPress
In reply to: Line Break Problem In WordPress PostsYour theme has no space between paragraphs. I don’t know why some theme designers do this, it just looks bad. Try adding this to your theme’s style.css (adjust the px value until it looks good to you):
.entry p { padding-bottom: 12px; }
You’ll also want to get rid of your extra added p tags, some of them are unclosed and they will mess up spacing after the css fix.
Also, switching back and forth between the visual and html editors will mess up your code (probably how you got unclosed paragraph tags), so only use one editor or the other.
Here’s the error on your site:
Parse error: syntax error, unexpected ‘}’ in /home/content/k/u/m/kumailplus/html/wp-content/themes/headlines/headlines/includes/comments.php on line 32
Get rid of the problem text widget and try replacing your theme’s comments.php mentioned above with a fresh copy.
Forum: Fixing WordPress
In reply to: Google searchers land on homepage not on post single pageThis can also be a sign of too low PageRank (not enough incoming links to the site and individual pages). With low PageRank, Google will mainly just show the few most important pages (like the home page).
You also appear to have identical content on the .com and .nl versions of your site, and Google’s identical content filter may be keeping most of the .com pages out of the results.
Forum: Fixing WordPress
In reply to: Index redirect to a specific pageIf you are using a redirection plugin, try disabling it.