adispiac
Forum Replies Created
-
Hi, can you be a little bit more specific as to what exactly doesn’t work? I’ve tested it on 3.8.1 and it works fine, just like with tags.
After adding a custom taxonomy and inserting a couple of values, once you save the post they will be available to be selected once you click “Chose from the most used [taxonomy]”.
Hi Intigo,
This shouldn’t happen. I’ve tested it on 3.8.1 and the wysiwyg editor displays fine.
Are you using the latest version of WCK? I suggest to temporarily try to disable all other plugins and use one of the WP default themes, to make sure there is no conflict between them.
If there are some JS conflicts (that may cause this) you should be able to notice them using Firebug in FF, or Developer tools in IE/Chrome.
Sorry for missing this post. Tested it and it’s definitely a WCK bug, thanks for reporting it.
We’ll include it on our fix list and should have an update ready sometimes next week.Forum: Hacks
In reply to: Taxonomy and post typesCorrect, basically you’ll need post to post relationships to link the two custom post types (Movies and Production Company) together.
The tutorial above covers the easy way to achieve this, with no coding, by using a premium version of WCK – Custom Fields and Post Types plugin.Forum: Fixing WordPress
In reply to: Settings in WordPress for getting indexed with GoogleFirst of all in your WP admin, go to Settings tab -> Reading Settings and make sure you have unchecked “Discourage search engines from indexing this site”.
Forum: Fixing WordPress
In reply to: User Photo UploadI suggest you go for a WordPress Front-end Posting plugin.
This tutorial on Cozmoslabs walks you thorough how to build a shortcode based front-end posting plugin which can be used for a photo sharing portal as well.
Here’s a handy tutorial on how to query a CPT by taxonomy.
Also if you’re not comfortable writing code, you may consider looking into Swift Templates module of WCK – Custom Fields and Custom Post Types plugin. With WCK you can create custom post types, custom fields and taxonomies as well as display them in your theme with no coding, just a couple of clicks from the WP admin UI.In the WordPress admin, go to Settings -> Discussion and make sure you uncheck “Allow people to post comments on new articles”.
These settings may be overridden for individual articles in case you don’t want people to comment on certain posts only.
Forum: Fixing WordPress
In reply to: Photo & link in post are missing on blog pageTry setting it as a featured image as well. This way if the theme has thumbnail support it will appear also on the post archive: http://skillassist.org/blog
Forum: Fixing WordPress
In reply to: Emailing your new Users in bulk?Hi Riqiv,
You may look into Profile Builder. The paid version offers addons like Email Confirmation and Admin Approval so you can automate the process.
I’ve covered the best ways to eliminate user registration spam here: http://www.cozmoslabs.com/18858-how-to-fight-user-registration-spam-on-your-wordpress-membership-site/Forum: Everything else WordPress
In reply to: Slider PluginLook into this tutorial on how to build a WordPress Slideshow using the NextGen Gallery plugin. You may achieve something very similar to your screenshot.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Multiple/Repeating field groups?You may want to look into WCK – Custom Fields and Custom Post Types Creator, it’s free and offers support for both Repeater Fields and Repeater Groups of custom fields.
Did you check the “Screen Options” for your CPT to see if you have Featured Image checked?
Also, make sure your theme supports featured images by adding this to functions.php:add_theme_support( ‘post-thumbnails’ );Thanks for the feedback and we apologize if this feature lack offended you in any way.
Besides Avatar Upload, the PRO version also comes with Unlimited Extra User Fields, Front-end User Listing, Custom Redirects, reCaptcha support, Email Customizer, Admin Approval, Email Confirmation, Updates and Premium Support for 1 year.
Most of our users think it’s a pretty good value proposition.Have a great day,
AdrianHi Attimo,
This seems to be a bug, thanks for reporting it.
We’ll make sure to add a fix in our next release.