Drag & drop HTML5 file upload into the media library?
It appears that this idea is being addressed in trac: http://core.trac.wordpress.org/ticket/13054
It appears that this idea is being addressed in trac: http://core.trac.wordpress.org/ticket/13054
Woo (the makers of WooThemes) announced their integration with shopify recently, from the looks of it… http://themes.shopify.com/themes/air/styles/air would do what you want.. I would look into hosting the shop at Shopify, and seeing if your base website can be wordpress. Woo has announced that they’re working on a e-commerce framework as well, but until that … Read more
I’m developer of WP-QuickLaTeX plugin. It is developed for mathematicians driven by feeling that math doesn’t deserve to be published with poor quality on the Web. In fact, besides correct formula positioning and meaningful error messages, WP-QuickLaTeX can store images on a local server too. How to do that is explained on WP-QuickLaTeX home page: … Read more
You could use a combination of the Members plugin to manage user roles (ie employee types or levels) along with the Custom Post Type UI plugin to manage various post types. With the Custom Post Type UI you could create posts types. Then you could allow or deny rights for various operations on each type … Read more
I’d look into qTranslate. I haven’t ever used it, but it’s the only free alternative to WPML that I’ve ever seen. That being said, I’d suggest you just pony up the $30-80 for WPML. It’s by far the best-maintained and cleanest multilingual plugin you can get and it’s absolutely dirt cheap, considering what you get. … Read more
I have used both plugins. I tested them both extensively and have built and delivered client websites on both platforms. My tests were conducted over a year ago before I went with my preferred (Shopp) but here is what I found. WP Commerce at the time had buggy code, poorly written markup and many elements … Read more
Attachments in general (images, but also files like PDFs) have a special “attachment page” of the form example.com/main-post/attachment/file-title/. In most themes this is used to display a larger version of the image, still in the theme layout (so it returns a HTML file with the image in it, not the image directly). You could exploit … Read more
Try qtranslate…I use it religiously. Has some issues like with dates and times, but I always find a solution.
Just had the same problem. First uninstall the plugin. Then you have to delete all rows containing “woocommerce” in the table “wp_options” on your database. Especially “skip_install_woocommerce_pages”. Now install the plugin again. The notification for automatically creating pages will pop up.
Hi @user2041: Clearly as you know you need to modify the search that’s performed which you can do by modifying the values in the instance of the WP_User_Search class used for the search (you can find the source code at /wp-admin/includes/user.php if you’d like to study it.) The WP_User_Search Object Here’s what a print_r() of … Read more