jmquod
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Firefox 5 and WordPress 3.2.1I have finally found the solution: increase memory in .htaccess:
# BEGIN WordPress
php_value memory_limit 128M
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Hope it helps.
Forum: Fixing WordPress
In reply to: Firefox 5 and WordPress 3.2.1I’d like to add something: on my second computer, I have Firefox 3.6.8 only, and I have no problem.
So, it comes from version 5. Does it require more memory to make some elements work?
But, there’s also something with my host as, as I mentioned just before, my test site works perfectly.Forum: Fixing WordPress
In reply to: Firefox 5 and WordPress 3.2.1Thanks for your answers.
No, I have not made any changes in Firefox.
Besides, with the same host, I have a test site on a different server, which is the exact copy of the one with which the problem exists, and there is no bug with Firefox. I guess it comes from my host, but they don’t know what causes the problem.Forum: Fixing WordPress
In reply to: Resize content and sidebar areasSorry, as I had mentioned it in my profile, I thought everyone would know it.
It’s http://lycee-lpayen.ac-reunion.fr/Well, it’s not really a problem, but a wish.
Forum: Fixing WordPress
In reply to: How to alternate posts background on home page?It works perfectly!!!
THanks again.
Have an excellent day.Forum: Fixing WordPress
In reply to: How to alternate posts background on home page?Thanks, I’m going to give it a try.