lzfy84
Forum Replies Created
-
No problem will do that. Thanks again for the support.
Hi Maarten, thank you for the reply. Just curious, how would I achieve this with the pro version? Thinking about buying it.
Forum: Plugins
In reply to: [Post My CF7 Form] Custom post typesThank you. I will probably do that.
Have a nice day.
Forum: Plugins
In reply to: [Post My CF7 Form] Custom post typesHi, thank you for the long explanation. What I meant was, let’s say I have a custom post with two custom taxonomies and two custom text fields. When I choose taxonomy x from dropdown 1, it should show the custom text field a. And when I choose taxonomy y, it should show text field b.
But I realize this is a very specific request and the plugin most probably doesn’t support it ??
Forum: Plugins
In reply to: [Post My CF7 Form] Custom post typesAwesome. Is it somehow possible to assign a text field to a category? For example, if I choose category X from a dropdown, it will show text field Y.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom posts not showing up under categoriesBtw, this code fixed my problem.
function add_custom_types_to_tax( $query ) { if( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) { // Get all your post types $post_types = get_post_types(); $query->set( 'post_type', $post_types ); return $query; } } add_filter( 'pre_get_posts', 'add_custom_types_to_tax' );
Forum: Plugins
In reply to: [Custom Post Type UI] Custom posts not showing up under categoriesI use the plugins CPT UI together with ACF and the theme GeneratePress. Not sure if it has anything to do with it.
I have to ask a developer to fix the problem with the menu since my knowledge of PHP is very limited.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom posts not showing up under categoriesLike I said, it worked well with one custom post type and stopped working once I created a second one. Even after removing the second custom post type.
Your link fixed the problem but it broke the menu in the theme so I’m assuming I did something wrong. Thanks for the help.
Thanks ??
Thank you for the reply. The first option doesn’t work because that meta key name is already reserved. I’m trying the second option but I can’t find the place to make that change ??
Awesome ??
It might have something to do with the Jetpack plugin,
Same problem, same theme.
I solved the problem by deactivating the Simple Shortcode plugin. https://www.ads-software.com/plugins/smpl-shortcodes/
Hmm, it doesn’t show up anymore (it did before). You can see the vote stats on the post. I use the auto insert functionality.