digitalelise
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress wp nav menu Filter] Get submenu based on curent page IDHi Fetch Designs,
Thanks for this and thanks to travis as well for the great plugin.
Just for those who are wondering how to put it into a horizontal menu as a nav instead on li and ul’s
you can use this code
<?php wp_nav_menu(array( 'menu' => 'header', 'container' => 'false', 'depth' => -1, 'echo' => 'false', 'items_wrap' => '<nav id="%1$s" class="%2$s">%3$s</nav>', 'submenu' => (string) $post->ID )); $find = array('><a','<li'); $replace = array('','<a'); echo str_replace( $find, $replace, $cleanermenu ); ?>Forum: Fixing WordPress
In reply to: Problems with mac. Can't add photos/move widgetsI have tried all of these steps.
In the end my resolution was to revert back to the previous version of WordPress. This is the only thing that resolved it.
if you cant get that working you could always try the beta version of WordPress 3.3. this has a new uploader in it and resolved the issue for me the full version should be out in november.
Remember this is Beta though so could have a few bugs of its own, best bet is to revert to an older version for a live site.
Here is the link for the beta version http://wordpress.org/news/2011/10/wordpress-3-3-beta-1
and here is the link for the previous version that works fine for me.
http://wordpress.org/wordpress-3.2.zipHope this helps!
-EllieForum: Fixing WordPress
In reply to: Problems with mac. Can't add photos/move widgetsI have the same issue here, will let you know if I find a fix