216cro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sub pages in a jump menuIt still just lists the first item in the menu…
Forum: Fixing WordPress
In reply to: sub pages in a jump menuDon’t know if this helps, but I used the following code…
<form action="<?php bloginfo('url'); ?>" method="get"> <?php echo '<!-- '; $select = wp_dropdown_pages('sort_column=menu_order'); echo ' -->'; $select = preg_replace("#<select([^>]*)>#", "<select$1 onchange='return this.form.submit()'>", $select); echo $select; ?> </form>I couldn’t stop the first instance of wp_dropdown_pages printing the form so I used comment tags either side. So it doesn’t show on the page, but does in the source code. Oh well…
Forum: Plugins
In reply to: podPress 8.8I’ve discovered exactly the same issue and yet if using FF 3.0.1 it all works hunky dory! But try telling clients to swap browsers!
Forum: Fixing WordPress
In reply to: Problem with “write posts” editorDo we all have the podpress plugin installed?
I went through disactivating/activating my plugins, including podpress and when podpress was deactivated the ability to do a new post in IE7 returned.
Forum: Fixing WordPress
In reply to: Posting errorI installed WordPress version 2.6.2 in IE 7.0 and also can’t write a new post. I get the error message “Internet Explorer cannot open the Internet site http://www.domainname.com/wp-admin/post-new.php. Operation Aborted.”
But I can write posts using FF 3.0.1.