svedman
Forum Replies Created
-
Thanks!
BTW, I made my own Norwegian translation with the “CodeStyling Localization” plugin, which I’ve done successfully with a lot of other WP plugins, but the translation is not picked up by WPTouch.
Excellent news, Bravenewcode! Sorry for misunderstanding.
Looking forward to that!
So, what are you saying? That localization is purposely disabled for the free version?
If so, please state that clearly somewhere. I’ve spent a lot of time trying to get localization to work in the free version, because your changelogs for the free version mention fixes for localization.
But it’s not working.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Ajax: all works, except for send@ruslany, thank you!
Replacing jQuery 1.4.2 with 1.3.2 fixed the problem in WP3.0 for me. Now I’m just waiting for an update of CF7 to work with jQuery 1.4.2.
Forum: Fixing WordPress
In reply to: Site Stuck in Maitenance ModeIf you delete the .maintenance file in WP root, you’ll disable Maintenance Mode immediately.
Forum: Fixing WordPress
In reply to: Stuck in Maintenance ModeNevermind, I found out that deleting the .maintenance file found in the WordPress root/base folder disables Maintenance Mode.
You need to change lines 1844 and 1908 in register-plus.php to:
if( $regplus['code'] ) $message = str_replace('%invitecode%', $_POST['regcode'], $message);
You need to change lines 1844 and 1908 in register-plus.php to:
if( $regplus['code'] ) $message = str_replace('%invitecode%', $_POST['regcode'], $message);
Forum: Plugins
In reply to: [Plugin: Contact Form 7] File upload fails in OperaI resolved this myself by upgrading JQuery Form Plugin (which Contact Form 7 uses).
Forum: Plugins
In reply to: [Plugin: Contact Form 7] File upload fails in OperaUsing Contact Form 7 v2.1.1.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] All emails coming from admin@mysite.comI’m having the same problem as described in this thread.
The biggest problem is that the developer of this plugin, Contact Form 7, says it’s the other plugin’s fault, while the developer of the plugin that cause this plugin to fail like described here says it’s Contact Form 7’s fault.
So nobody wants to fix it… ??
Forum: Plugins
In reply to: [Plugin: Contact Form 7] All emails coming from admin@mysite.com(deleted)
Forum: Plugins
In reply to: [Plugin: Contact Form 7] ReCaptcha?+1
Forum: Fixing WordPress
In reply to: posts_nav_link with permalink structure failsI have this problem too, with posts_nav_link not working with permalinks. All other permalinks work fine, the .htaccess file is correct.
I’m using version 1.5.2.
In Options, my WordPress address is:
https://www.svedman.tk/blogAnd my Blog address is:
https://blog.svedman.tk.The Next Page URI looks like this:
https://blog.svedman.tk/blog/page/2/When it should look like this:
https://www.svedman.tk/blog/page/2/So, apparently, posts_nav_link use the Blog address from Options when it should be using the WordPress address?