artismir
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Java script error (tinymce is not defined)Thanks Jose for having tried to solve my problem.
Meanwhile the problem has already been solved by putting this script in the .htaccess file:<FilesMatch “\.js$”>
SetHandler application/x-httpd-php
Header set Content-type “application/javascript”
</FilesMatch>Forum: Plugins
In reply to: ewww 2.4.1. not showing imagesNow my site is working fine again. Probably there were browser problems. Topic closed.
Forum: Fixing WordPress
In reply to: wp version 4.2 prevents loading dashboardThank you Media X for your suggestion. I had tried to login in different ways. The result was always a loop. I have tried again now (18 hours later) and all is OK. It was a temporary loop (perhaps the system was working to repair some issues).
So, topic closed.Forum: Themes and Templates
In reply to: Twenty Twelve – too many h1 tagsThanks beattle55, WPyogi and paulwp. I have now a better idea about the relative importance of this Bing-warning. And I agree with WPyogi it is difficult to change things myself. I have already tried (also through a child-theme), but I didn’t succeed. The links to pitstopmedia and to youtube were helpful. I will now look for other mistakes in my site. Nevertheless, if somebody knows a simple way to get to a solution, I will be happy to hear from him.
Forum: Themes and Templates
In reply to: Twenty Twelve – too many h1 tagsThanks, Andrew and WPyogi, for answering.
Here I give some more information:The h1-tag-warnings are coming from the WordPress theme I use.
In my home page Bing finds 3 h1-tags:
– Arte Introspettiva
– Home
– Commenti meno recenti
Bing finds the same problem in 5 more pages and it warns that it is a serious mistake. It finds 13 such mistakes in my site.
I don’t know how problematic they are for SEOs, but I would anyway prefer not to have tham.Forum: Fixing WordPress
In reply to: WP ignores my websiteThanks a lot, whalesharkwebsites. This is magic! I have found (and deleted) index.html and everything functions perfectly. I had searched many days without any results and now you have got it! Thank you again!
Forum: Fixing WordPress
In reply to: WP ignores my websiteMany thanks, esmi and bh WP fan, for your advice. My site is new and I have no plugins installed. I have made the procedure to chenge the theme through PHPMyAdmin, but I got no results. When I came back to dashboard, I found that in Appearence-Header TwentyTen was installed, but in Editor and Themes was still Crispp installed. So I have activated TwentyTen.
Now Editor, Theme and Header are all switched on TwentyTen, but the problem remains. If I get the html code through Kompozer, what I get is:<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html
xmlns=”https://www.w3.org/1999/xhtml”><head><meta
content=”text/html; charset=ISO-8859-1″
http-equiv=”content-type” /> <title>home</title></head>
<body>
</body></html>and no sign of themes and/or published pages.
My site is https://www.artismirror.com (on BlueHost)
I really cannot understand what happens.