davidnash11
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Frontend post type not showingHi Konrad – I will try the clean install at some point. Just to say that I’ve experienced it again – and I regenerated the rewrite rules as you suggested and it worked as you expected.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Frontend post type not showingThanks I will try rewrite rules the next time it happens.
We are using composer to push new plugin versions.
Server info:
Server architecture Linux 4.15.0-197-generic x86_64
Web server nginx/1.18.0
PHP version 8.0.20 (Supports 64bit values)
PHP SAPI fpm-fcgi
PHP max input variables 1000
PHP time limit 30
PHP memory limit 128M
PHP memory limit (only for admin screens) 256M
Max input time 60
Upload max filesize 64M
PHP post max size 64M
cURL version 7.58.0 OpenSSL/1.1.1g
Is SUHOSIN installed? No
Is the Imagick library available? Yes
Are pretty permalinks supported? YesForum: Plugins
In reply to: [Advanced Custom Fields: Extended] Frontend post type not showingHi Again,
Thanks for your continued support.
Just an upgrade – no downgrade. I did when I couldn’t get to the frontend post try downgrading in the second site it happened with.
The Event Manager element in the backend was still visible and editable, it was just the front end view.
The WordPress version: WordPress 6.1.1
ACF Version: Pro Version 5.12.4Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Frontend post type not showingThank you for your response.
I’m not sure it is rewrite rules – but when this happens with another site I’m working on – I will try refreshing these rules. As I said in the original post – when I clicked save on a completely unrelated post type – the event post type worked on the front end.
Below is the event post type export.
[
{
"name": "event",
"label": "Event Manager",
"active": true,
"description": "",
"hierarchical": true,
"supports": [
"title",
"thumbnail"
],
"taxonomies": [
"event_category"
],
"public": true,
"exclude_from_search": false,
"publicly_queryable": true,
"can_export": true,
"delete_with_user": null,
"labels": {
"singular_name": "Event",
"add_new": "Add New Event",
"add_new_item": "Add New Event",
"edit_item": "Edit Event",
"new_item": "Add New Event",
"view_item": "View Event",
"view_items": "View Events",
"search_items": "Search Events",
"all_items": "All Events"
},
"menu_position": 20,
"menu_icon": "dashicons-calendar-alt",
"show_ui": true,
"show_in_menu": true,
"show_in_nav_menus": true,
"show_in_admin_bar": true,
"has_archive": false,
"rewrite": {
"slug": "carer-support\/events-training\/event",
"with_front": false,
"feeds": true,
"pages": true
},
"capability_type": "post",
"capabilities": [],
"map_meta_cap": null,
"show_in_rest": false,
"rest_base": "",
"rest_controller_class": "WP_REST_Posts_Controller",
"acfe_archive_template": "",
"acfe_archive_ppp": 0,
"acfe_archive_orderby": null,
"acfe_archive_order": null,
"acfe_archive_meta_key": "",
"acfe_archive_meta_type": "",
"acfe_single_template": "",
"acfe_admin_archive": false,
"acfe_admin_ppp": 10,
"acfe_admin_orderby": "date",
"acfe_admin_order": "DESC",
"acfe_admin_meta_key": "",
"acfe_admin_meta_type": ""
}
]