danielgcp
Forum Replies Created
-
Hi, i’ve the Pro version..
Hi, how can i add new meta date format (20/01/2022, for exemple)?
Forum: Plugins
In reply to: [Custom Post Type UI] Featured image disapear in new Custom post typeI check code of the theme and i found that :
if( !function_exists(‘roneous_setup_theme’) ) {
function roneous_setup_theme() {
load_theme_textdomain( ‘roneous’, trailingslashit( get_template_directory() ) . ‘languages’ );
add_theme_support( ‘post-thumbnails’ );
……I suppose that my theme have featured image enabled.
Thanks for your help.. Anyway i have found another solutions to my website. When i have more time i checked more.. Thanks.
Forum: Plugins
In reply to: [Custom Post Type UI] Featured image disapear in new Custom post typeAuthors of theme doesn’t answer me.. I will continue to search 🙁
Forum: Plugins
In reply to: [Custom Post Type UI] Page settings doesn’t appear (admin)Hi, how can i insert printscreen? Sorry but i don’t found Image attachment here..
Forum: Plugins
In reply to: [Custom Post Type UI] Page settings doesn’t appear (admin)Of course :
{"scpi":{"name":"scpi","label":"SCPI","singular_label":"SCPI","description":"","public":"true","publicly_queryable":"true","show_ui":"true","show_in_nav_menus":"true","delete_with_user":"false","show_in_rest":"true","rest_base":"","rest_controller_class":"","rest_namespace":"","has_archive":"true","has_archive_string":"","exclude_from_search":"false","capability_type":"post","hierarchical":"false","can_export":"false","rewrite":"true","rewrite_slug":"","rewrite_withfront":"true","query_var":"true","query_var_slug":"","menu_position":"6","show_in_menu":"true","show_in_menu_string":"","menu_icon":"dashicons-admin-multisite","register_meta_box_cb":null,"supports":["title","editor","thumbnail","excerpt","revisions","page-attributes","post-formats"],"taxonomies":["taux_de_rendement_2021","situation_geographique","genre","delai_de_jouissance","labelise_isr","capital"],"labels":{"menu_name":"","all_items":"","add_new":"","add_new_item":"","edit_item":"","new_item":"","view_item":"","view_items":"","search_items":"","not_found":"","not_found_in_trash":"","parent_item_colon":"","featured_image":"","set_featured_image":"","remove_featured_image":"","use_featured_image":"","archives":"","insert_into_item":"","uploaded_to_this_item":"","filter_items_list":"","items_list_navigation":"","items_list":"","attributes":"","name_admin_bar":"","item_published":"","item_published_privately":"","item_reverted_to_draft":"","item_scheduled":"","item_updated":""},"custom_supports":"","enter_title_here":""}}Forum: Plugins
In reply to: [Custom Post Type UI] Page settings doesn’t appear (admin)Just to confirm, you chose “Page Attributes” for the post type, but it’s not showing when you’re editing a post for that post type? –> Yes
Are you using the block editor or classic?
–> I use visual composer with a theme.Forum: Plugins
In reply to: [Custom Post Type UI] Featured image disapear in new Custom post type1. You kept “Featured Image” checked in the “Supports” section for the post type?
—> YES
2. Does your active theme have featured image theme support enabled?
—> I don’t know? If not, what can I add to code in functions.php?
3. Are you using the block editor or classic editor?
—> I use Visual Composer
3.1 If block editor, have you made sure that the block section for featured image is set to be shown?
—> I think yes but not sure..
3.2 If classic editor, is the “Featured image” metabox checked in the “Screen Options” tab in the upper right?
—> Screen option in custom post is checkedI think that problem come with number 2. But how can I verify? And how can I resolve?
Thanks for reply 🙂