Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hi @aglekis

    Looks like the apostrophe in question is getting HTML encoded when displaying in that spot.

    Are you seeing the same ' character when looking at the post type setting in CPTUI? or perhaps in the blob of content on the right, when visiting the CPTUI Tools submenu? It’s possible that the issue is happening after we’ve registered things.

    Thread Starter Gregoire Noyelle

    (@aglekis)

    Hi Michael,

    Thanks a lot for your message.
    In the CPTUI setting everything is normal. Please see screenshot

    And in the sidebar, I have the same bug. Please see screenshot

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    I wonder if the solutions towards the end of https://www.ads-software.com/support/topic/using-apostrophes-in-labels/ would work for you too.

    Basically, as odd as it will probably sound, grabbing the blob of content on the right side of the tools menu, and pasting it on the left of that same screen and importing, solved it for this person.

    For context, it’s basically using CPTUI’s generated post type settings and re-importing into itself

    Thread Starter Gregoire Noyelle

    (@aglekis)

    Hi,

    Thanks. I just try to export / import with the intern tool, but it change nothing. Do you think, I need to delete the old one first?

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    No, our import/export simply overwrites the existing cptui option with the new one, so no need to delete first.

    Can you paste me the contents on the “Post types” tab from our CPTUI tools menu, it’ll be the big blob of JSON data. I’m wondering if it’s presently encoded there, or if it’s getting encoded after the fact with WP core.

    Thread Starter Gregoire Noyelle

    (@aglekis)

    Here is the Post type

    {"activites":{"name":"activites","label":"Activit\u00e9s","singular_label":"Activit\u00e9","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":"true","rewrite":"true","rewrite_slug":"","rewrite_withfront":"true","query_var":"true","query_var_slug":"","menu_position":"","show_in_menu":"true","show_in_menu_string":"","menu_icon":"dashicons-groups","register_meta_box_cb":null,"supports":["title","editor","thumbnail","revisions","page-attributes"],"taxonomies":[],"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":""}}

    Here is the taxonomy. the problème is more with this. .?Please see screenshot

    {"type-activite":{"name":"type-activite","label":"Types d'activit\u00e9","singular_label":"Type d'activit\u00e9","description":"","public":"true","publicly_queryable":"true","hierarchical":"true","show_ui":"true","show_in_menu":"true","show_in_nav_menus":"true","query_var":"true","query_var_slug":"","rewrite":"true","rewrite_slug":"","rewrite_withfront":"1","rewrite_hierarchical":"0","show_admin_column":"true","show_in_rest":"true","show_tagcloud":"false","sort":"false","show_in_quick_edit":"true","rest_base":"","rest_controller_class":"","rest_namespace":"","labels":{"menu_name":"Types d'activit\u00e9","all_items":"Tous les Types d'activit\u00e9","edit_item":"Modifier Type d'activit\u00e9","view_item":"Voir Type d'activit\u00e9","update_item":"Mettre \u00e0 jour le nom de Type d'activit\u00e9","add_new_item":"Ajouter un type","new_item_name":"Nom du type","parent_item":"Parent dType d'activit\u00e9","parent_item_colon":"Type d'activit\u00e9","search_items":"Recherche de Types d'activit\u00e9","popular_items":"Types d'activit\u00e9 populaires","separate_items_with_commas":"S\u00e9parer les Types d'activit\u00e9 avec des virgules","add_or_remove_items":"Ajouter ou supprimer des Types d'activit\u00e9","choose_from_most_used":"Choisir parmi les Types d'activit\u00e9 les plus utilis\u00e9s","not_found":"Aucun Types d'activit\u00e9 trouv\u00e9","no_terms":"Aucun Types d'activit\u00e9","items_list_navigation":"Navigation de liste de Types d'activit\u00e9","items_list":"Liste de Types d'activit\u00e9","back_to_items":"Retourner \u00e0 Types d'activit\u00e9","name_field_description":"Le nom tel qu\u2019il appara\u00eetra sur votre site.","parent_field_description":"Assigner un terme parent pour cr\u00e9er une hi\u00e9rarchie. Le terme \u00ab\u00a0Jazz\u00a0\u00bb, par exemple, serait le parent de \u00ab\u00a0Bebop\u00a0\u00bb et \u00ab\u00a0Big Band\u00a0\u00bb.","slug_field_description":"Le \u00ab\u00a0slug\u00a0\u00bb est une version du nom compatible avec les URL. Il est g\u00e9n\u00e9ralement enti\u00e8rement en minuscules et contient uniquement des lettres, chiffres et tirets.","desc_field_description":"La description n\u2019est pas mise en \u00e9vidence par d\u00e9faut\u00a0; toutefois, certains th\u00e8mes peuvent l\u2019afficher."},"meta_box_cb":"","default_term":"","object_types":["activites"]}}
    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Just imported both myself, and this is what I’m seeing:

    Screen Shot

    Screen Shot

    Which is frustrating and weird because I’m not managing to recreate myself, using the exact same settings. Which part did you re-import as a test? The post types? Asking because I believe the encoding parts are coming from the taxonomies settings more than the post types. Perhaps try re-importing the taxonomies version too?

    Thread Starter Gregoire Noyelle

    (@aglekis)

    Hi Michael
    I try again today and it works. Thanks a lot for your support.
    Cheers,
    Grégoire

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Welcome.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Weird display’ is closed to new replies.