ludus
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] impossible to import address in mailpoetHi, I have the same problem. I get a 404 error page.
The version of php of my server is 5.3.10.Forum: Fixing WordPress
In reply to: Cache problems with posts and commentsHi,
you’re right, sorry.In wp-config I’ve added: define(‘WP_CACHE’, true);
In .htaccess:
<IfModule mod_expires.c>
ExpiresActive On
<FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|js|css|gif|jpg|jpeg|png|swf)$”>
ExpiresDefault A29030400
</FilesMatch>
</IfModule>and
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 years”
ExpiresByType img/jpg “access plus 1 year”
etcLast one is still present, but I think it’s not the problem.
Forum: Plugins
In reply to: [Contact Form 7] need default value to disappear onclickIn /modules/textarea.php find this line:
‘<span class=”wpcf7-form-control-wrap %1$s”><textarea %2$s>%3$s</textarea>%4$s</span>’,
and replace it with:
‘<span class=”wpcf7-form-control-wrap %1$s”><textarea onfocus=”clean(this)” onblur=”rest(this)” %2$s>%3$s</textarea>%4$s</span>’,
Forum: Fixing WordPress
In reply to: Wp-admin Error 404Fixed.
… I’ve found the wp-admin folder inside wp-content. Don’t ask me why, I don’t know.
WordPress mistery.
Forum: Fixing WordPress
In reply to: PortfolioYou can use Nextgen plugin.
Forum: Fixing WordPress
In reply to: MistyLook 2.0 works bad in IE6Problem solved.
I reduced the width of content area by 5px.Many thanks to Mr. Sadish, maker of the theme.
Forum: Fixing WordPress
In reply to: MistyLook 2.0 works bad in IE6Thanks for the answer, spencerp.
Yes, now the error is fixed, but nothing is changed…
Forum: Fixing WordPress
In reply to: Cathegories in aphabetical orderThanks, it works good 🙂