stanvdmaarel
Forum Replies Created
-
Addtion 2:
Found the culpritt: adding the Future function to a CPT.function race_add_expire_date_metabox() {
add_meta_box( ‘hugu_ped_expire_date_metabox’, __( ‘Expiration Date’, ‘hugu’), ‘hugu_ped_expire_date_metabox_callback’, array( ‘race’, ‘page’ ), ‘side’, ‘high’ );
}
add_action( ‘add_meta_boxes’, ‘race_add_expire_date_metabox’ );Stan
In addition: using the default Beaver Builder theme => no issue.
Using Child Theme => issue. My best guess something in the child theme’s functions.php is messing up things.Stan
Hi Riza,
Thank you for your quick response.
Yes, tried disabeling all plugins except Future => issue still there.
Switching to another Theme (Twenty Twenty-Three) => issue gone, functions as expected.Stan
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Filter not showing upHi Jonathan,
Better late than never… but issue is resolved.
Lessons learned: 1. Mixed up categories and taxonomies. 2. After creating Taxonomies apply them to the CPT’s.
After resolving that it works like a charm.Thanks!
Stan