Forum Replies Created
-
AuthorPosts
-
Clay
ParticipantI think I know what the issue is. The code I'm using on the submit page doesn't show the form (since we are limiting entries) as part of the membership offering.
Since this is the way MB Frontend works is there a way to set a limit on how many total posts (in our case from three different post types) can be submitted? This would fix the issue because we could leave the form unprotected and visible for editing existing posts and just keep users from creating more than our set amount of posts. Let me know what you think.
Clay
ParticipantThis is happening again but it isn't related to the post_type="cpt-slug". I am signed in a the post author and I have two posts that I have submitted and that are published. I can't see them using the following shortcode
[mb_frontend_dashboard edit_page="62" post_type="individual"].Also, is there no way for this shortcode to work without adding the page ID? My forms are dynamically shown which seems to be breaking this shortcode.
June 15, 2021 at 10:57 AM in reply to: ✅How to pre-fill specific address fields from address field. #28900Clay
ParticipantI figured it out. Thanks
June 14, 2021 at 10:17 PM in reply to: ✅How to pre-fill specific address fields from address field. #28895Clay
ParticipantOkay, I can't seem to get the MB Geolocation to populate other fields based on the address field. I can get the address field to populate but nothing else. Could you send over a screenshot of how I should configure that in the MB builder?
Also, how would I pre-fill a lat long field for where the pin is placed? That should work.
Clay
ParticipantI figured it out. It is because my shortcode didn't include post_type="cpt-slug". Might want to add that in documentation.
Clay
ParticipantAmazing! This got me mostly there. Thanks for the code sample. Is it possible to echo the contents of the Meta Box View in that function so the results being returned and filtered are rendered by the view or would this be done with PHP in the function above?
Clay
ParticipantThanks Long! Much appreciated.
Clay
ParticipantHey Long,
I've tried that but can't get it to work. Would you mind including some sample code?
$args = array('post_type' => 'post'); $args['search_filter_id'] = 123; $query = new WP_Query($args);That is the code given by Search & Replace Pro to implement in a custom way.
Any help would be greatly appreciated.
Clay
ParticipantAh I see. Is this something you guys are considering building in? I love the Meta Box approach of keeping it light and flexible but this seems like a feature that users would really benefit from.
Clay
ParticipantAnother vote for this feature!
-
AuthorPosts