Support Forum » User Profile

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: No Posts Showing For Logged In Author with Posts #28948
    ClayClay
    Participant

    I 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.

    in reply to: No Posts Showing For Logged In Author with Posts #28926
    ClayClay
    Participant

    This 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.

    ClayClay
    Participant

    I figured it out. Thanks

    ClayClay
    Participant

    Okay, 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.

    in reply to: No Posts Showing For Logged In Author with Posts #28858
    ClayClay
    Participant

    I figured it out. It is because my shortcode didn't include post_type="cpt-slug". Might want to add that in documentation.

    in reply to: Integration with Search & Filter Pro #27663
    ClayClay
    Participant

    Amazing! 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?

    in reply to: Post Title Shortcode #27662
    ClayClay
    Participant

    Thanks Long! Much appreciated.

    in reply to: Integration with Search & Filter Pro #27629
    ClayClay
    Participant

    Hey 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.

    in reply to: Front-end Filter on View #26715
    ClayClay
    Participant

    Ah 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.

    in reply to: How to create a block that supports inner blocks? #26674
    ClayClay
    Participant

    Another vote for this feature!

Viewing 10 posts - 1 through 10 (of 10 total)