Thank you for a great plugin.
I’ve created new meta-boxes but it’s showing on my posts and custom post type. How can I change this so that the new meta-boxes only displays on my custom post type?
Thank you.
]]>My site uses different custom taxonomies and wordpress default category & tag. after I ran the rank math plugin I lost my access to categories, tags, custom taxonomies from wordress dashboard. everything on front-end is ok.
This is the error I get everytime I want to edit a term (custom taxonomies, tags & so on): ‘Term metaboxes configuration requires a “taxonomies” parameter.’
When I disable the Rank Math, everything works good.
Thank you,
Update: When I login with a user that has not access to Rank Math, the problem solves.
]]>I used WCK Pro to create a post type ‘distributors’. Then to create a custom metabox that’s a repeater with metadata id ‘orderdetails’. It has 3 fields and as many rows as you want.
If I enter data into the repeater via the edit post screen, it enters just fine and you can see the data in the template on the front end.
There is also a way for distributors (as a user type) can log in and from the front end submit an order using a custom form. That custom form, upon submit sends a couple of emails, builds the form fields into an array and then uses update_post_meta to upload that array to the meta box (e.g. update_post_meta(get_the_ID(),’orderdetails’,$orderArray); )
This works just fine as long as NO data was ever entered through the back end system (e.g. the WCK interface on the post edit screen). However, if data was ever entered via the WCK interface on the post edit screen, programmatic updates to post meta stop working — and delete_post_meta also does not work for some reason, so it’s not like I can simply delete whatever’s there and replace it with the array that’s built in the template once the form is submitted.
I get this is a nuanced issue, but hoping maybe someone else has run into this problem and found a solution.
]]>When creating or editing a Land listing, the “Property Address” or “Pricing” meta boxes on the Post-Edit page are no longer displaying. But, they do show on the Properly listing page.
I’ve deactivated and activated the EPL plugin, but no change.
I put a quick video to visually show you what I mean here:
https://www.loom.com/share/be336aab33eb4f32b51ea7d3cfd38b06
Is there something I’m missing or is there a different way to get to these boxes from the post-edit page?
Look forward to your response. Thank you.
Patrick
]]>We are using Yoast SEO on a site with the “Bridge – Creative Multipurpose WordPress Theme”. It has “Pages”, “Posts”, and “Portfolio” – prior to the 12.8 update, the Yoast SEO meta box was available and normal in all 3 page/post types. After the update to 12.8, the meta box disappeared from the “Portfolio” posts dashboard.
To actual meta tags that have been previously optimized are still in the source code, there is just no longer the “Yoast SEO Meta Box” in the dashboard to work with.
We rolled back to 12.7, and the meta boxes did not return. Can you please let us know what we need to do in order to get the meta boxes available on all types of pages and posts again?
Thank you so much!
]]>I found videos where they show how I can rearrage Meta boxes on editors site.
I am using WP Verion: Version 5.2.2; I can not move the Metaboxes at all. I can only choose whether I want them to appeared or not.
Is this right or am I completely wrong?
Also, if moving them is actually possible, is there an option to set a paticular order as an admin; so no other user can move it.
Thanks to everyone!
]]>Thank you. Best regards Rusty
]]>$mytable = rwmb_meta( $attable );
$myview = rwmb_meta( $atview );
$query->table($mytable);
$query->view($myview);
I’ve tried about 400 variations of this code, and simply cant get it working. When the value is “Name of Table” instead of the variable, it works well, so im positive im doing something wrong displaying the variables. Any help would be greatly appreciated.
]]>The issue we are having at the moment is the ordering of Roles.
We have set up around 30 custom roles, the names of which have been prefixed with an A., B., etc to denote priority, the slugs have not.
When viewing the Roles section in WP Admin, or the Meta Boxes on user profiles, the Roles are sorted by the Role ‘Slug’ used in the code, rather than the Title.
This also happens when manipulating the ‘editable_roles’ filter and the ‘members_manage_role_items’ to pass, sort and return the array of roles.
It is worth noting that the roles are properly ordered in the Meta Box for Page Permissions.
Is there any way to rectify this?
Thank you very much.
]]>