Rasierer-Test
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP doesn't display content text on ChromeI have the exact same problem on my site (http://www.rasierer-tests.com/). I tried several different fonts now, but this didnt help.
Any other ideas what I could try?
Forum: Fixing WordPress
In reply to: How to get rid of the commentI have no tick in that box yet people are still able to comment??
If this is not active, the setting can still be overwritten bei every existing post. All new posts created should have comments deactivated automatically.
To check older posts:
Go to “All posts”, check the checkbox next to the post, choose “edit” and “apply” -> There will be a dropdown for comments. Choose “Do not allow”.Forum: Fixing WordPress
In reply to: How to get rid of the comment” Allow people to post comments on new articles
(These settings may be overridden for individual articles.)”Forum: Fixing WordPress
In reply to: child theme does not import the mother theme AppearanceHmm, seems like it can’t find the parent’s CSS at “../aspen/style.css”… Afaik this is case sensitive, is the folder “aspen” maybe capitalized?
Forum: Fixing WordPress
In reply to: Robots. txt blocking urlsDisallow: /wp-content/plugins/
Disallow: /wp-content/cache/
Disallow: /wp-content/themes/
Allow: /wp-content/uploads/from an example on http://codex.wordpress.org/Search_Engine_Optimization_for_WordPress
I am not sure if it is necessary to disallow wp-content subfolders, but if you replace your “Disallow: /wp-content/” with these 4 lines, your problem with the blocked URLs should be solved.
The 4 lines above block only certain subfolders of “wp-content”, while your “Disallow: /wp-content/” blocks wp-content and all subfolders (uploads included).Forum: Fixing WordPress
In reply to: Website Isn't LoadingNo, not loading for me as well.
I can access http://www.cotswoldcountrypark.co.uk/sitemap.xml though.No idea what could cause this, sorry.
Forum: Fixing WordPress
In reply to: I can't upload photos to media library any longerI think this might be cause by your browser or your connection.
Did you try it with a different browser and/or did you try to clear your cache/cookies?
If this does not help, try a different computer if available. If you have the same issue with another computer, it might be your connection that is not stable. Try to test it with a different ISP then.Forum: Fixing WordPress
In reply to: Edit Home pageHave you seen this? http://codex.wordpress.org/Creating_a_Static_Front_Page
Basically your home page is just a regular page and under pages you should be able to edit the text, featured image, etc.
Hope I understood your problem correctly…
Forum: Fixing WordPress
In reply to: Website Isn't LoadingWhat’s the URL? If it’s not “secret”, I can try to access it and you can be 100% sure that it’s not only your computer.
Forum: Fixing WordPress
In reply to: Issues with Admin pageAfter reinstalling, did you clear all cookies and temp files, then restart your browser?
Apparently that’s what helped here: http://wordpress.org/support/topic/wp-admin-create-a-post-font-is-white-and-html-editor-disabled?replies=8
Forum: Fixing WordPress
In reply to: Login ProblemI just tried reaching your site/wp-admin and when i enter wrong PW, i get a “ERROR: Invalid username.” message.
Did you try it in a different browser already?Forum: Everything else WordPress
In reply to: wp-admin and wp-content indexed on googleYou can prevent folders from being crawled with the robots.txt file.
Something like:
Disallow: /wp-admin/
Disallow: /wp-content/cache/
Disallow: /wp-content/languages/
Disallow: /wp-content/themes/
Disallow: /wp-content/upgrade/
Disallow: /wp-content/plugins/
Disallow: /wp-includes/
Disallow: /cgi-bin/
…should be in there.
Check here “Robots.txt Optimization”.
Forum: Everything else WordPress
In reply to: Comments FieldYeah, I think too everything is fine with your site. To get some comments, you could try to “talk” to your readers at the end of your posts. Asking for their experience on the topic or something like that.
Forum: Fixing WordPress
In reply to: Someone has hijacked my site!