Nelu
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
I really need this feature too.
Does anyone know how to implement it?
Me too 🙂 Does anyone know how to do this?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Dynamic forms?I am also very interested in the answer to this question. Does anyone know?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact Form ID settingI agree. That would be extremely useful.
Forum: Themes and Templates
In reply to: Search bar: submit button and input field won't line upI am having the same problem. Does anyone know the solution?
Forum: Fixing WordPress
In reply to: Can't resize visual/html editorNevermind.
I figured it out:
add_action('admin_print_styles-edit.php','increase_textarea_css'); add_action('admin_print_styles-post-new.php','increase_textarea_css'); function increase_textarea_css() { ?> <style type="text/css"> <?php if (($_GET['post_type'] == 'my_custom_post_type') || ($post_type == 'my_custom_post_type')) : ?> textarea#content { height:600px!important; } <?php endif; ?> </style> <?php }Forum: Fixing WordPress
In reply to: Can't resize visual/html editorMark,
Thanks for posting this solution.Is there a way of applying this only to a specific post type?
Viewing 7 replies - 1 through 7 (of 7 total)