dagrit
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Order status on hold or completed, should be processingSame question here too, recent upgrade to my wordpress/woocommerce has broken generic queries like described here:
Forum: Plugins
In reply to: [Beautiful taxonomy filters] No selection for "Activate for these post types"I noticed that too, this is very unfortunate. It looked like something I could definately use but alas…
Forum: Plugins
In reply to: [Beautiful taxonomy filters] No selection for "Activate for these post types"I noticed that too, this is very unfortunate. It looked like something I could definately use but alas…
Forum: Plugins
In reply to: [Simple Shortcodes] Simple Short Codes quit working with WP 3.9 upgrade.second this on not working through the wp-admin… hope they’ll fix this soon because they also pack the plugin with their themes…
Forum: Plugins
In reply to: [WP YouTube Lyte] [Plugin: WP YouTube Lyte] JS Errorfutta.be works good at my firefox/mac combo, you have mail containing my testserver url
Forum: Plugins
In reply to: [WP YouTube Lyte] [Plugin: WP YouTube Lyte] JS ErrorI have the error too, works on mac osx and chrome but mac osx & firefox (18.0.2) gives the ‘c.getElementsByTagName is not a function’ error
Forum: Hacks
In reply to: menus, multilanguage, not sure if this needs a hack?That’s an interesting read, thanks. I was thinking just to activate another menu scheme if one of the pages in the different language is called with the help of wp_nav_menu( );
WordPress should check in which menu the page is a member of and show that menu in the header (or you could place a custom field with a dropdown menu showing the available custom menu ID’s and select it yourself but that’s… dirty)
The rewrite would be of SEO reasons but it’s not the main goal to display the current language in the addres bar.
I think the idea of a global variable could also be enough for the menu change though.