zuzya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Only on WP Visual Editor – "enter" key does not work.Hi!
Have the same problems.
Wordpress 3.2.1, Google Chrome 13.0.782.220Forum: Fixing WordPress
In reply to: Javascript in WP3 Menu URL?Have the same problem!
Did anyone find the solution?
Thanx!
Forum: Hacks
In reply to: Editor Add-link button in WP 3.1had the same problem.
fixed it with adding
add_action( 'admin_print_footer_scripts', 'wp_tiny_mce_preload_dialogs', 30 );
after wp_tiny_mce function callForum: Fixing WordPress
In reply to: Error 404 on pagination when changing posts_per_page on query_postsbanesto‘s solution helped me. After setting default posts per page option to 1 all works fine.
Forum: Fixing WordPress
In reply to: Error 404 on pagination when changing posts_per_page on query_postsI have exactly the same problem as marinig. I’m using WordPress 3.04 and it seems like posts_per_page setting is really set back to the default value during data processing.
marinig, could you, please post here your solution from functions.php file? Really can’t understand how this could be done…
Thanks in advance!
Forum: Plugins
In reply to: [Category Order] [Category Order] UPDATE for WPML support (i18n)Hi!
Could you please upload it again – the link doesn’t work anymore…
Thanx!
Zu
Forum: Plugins
In reply to: [Plugin: Really Simple CAPTCHA] CAPTCHA not accepting the proper charactershad the same problem as rskaskiw
solved with define(‘WP_CACHE’, true);
takayukister, thanks for great plugin and help!