Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 50 total)
  • Author
    Posts
  • in reply to: Relationships + Conditional Logic #48498
    Tanja KropfTanja Kropf
    Participant

    I added this code below per your instructions, but it still did not hide.

    add_filter( 'rwmb_outside_conditions', function( $conditions ) {
        $conditions['listing-to-event_relationships_to'] = [
            'hidden' => ['listing_package', 'free'],
        ];
        $conditions['listing-to-listing_relationships_to'] = [
            'hidden' => ['listing_package', 'free'],
        ];
        $conditions['event-to-event_relationships_to'] = [
            'hidden' => ['listing_package', 'free'],
        ];
        return $conditions;
    });
    in reply to: Date picker #48497
    Tanja KropfTanja Kropf
    Participant

    This worked perfectly! Thanks Peter.

    in reply to: Relationships + Conditional Logic #48487
    Tanja KropfTanja Kropf
    Participant

    I tried this but it didn't work:

    add_filter( 'rwmb_outside_conditions', function( $conditions ) {
    $conditions['.listing-to-listing-wrapper'] = [
    'hidden' => ['listing_package', 'free'],
    ];
    return $conditions;
    } );

    in reply to: Relationships + Bricks Builder Query Loop #48485
    Tanja KropfTanja Kropf
    Participant

    Oops. Didn't mean to add my issue to this thread. Anyway, ignore it. I solved it.

    in reply to: Relationships + Bricks Builder Query Loop #48484
    Tanja KropfTanja Kropf
    Participant

    I have relationships created where I don't have the add new option selected, yet the buttons are showing up on my front end form. Also, my label to explain how to use aren't showing either.

    https://imgbox.com/gallery/edit/eNhtlLxhrh/WVMeSpvFYvMEFzVr

    in reply to: Invalid Form Submission #48419
    Tanja KropfTanja Kropf
    Participant

    Now I'm back to the invalid form submission. I do have custom code to pre-fill a radio field on my CPT. I've tried validating the mbfs key, sanitizing my data, but it doesn't work. Is there any guidance you can provide on how to work with the mbfs parameters? By the way, what are your rates for customization?

    in reply to: Invalid Form Submission #48405
    Tanja KropfTanja Kropf
    Participant

    I've tried with/without code. Like I said, now I'm at the "You are not allowed to edit this post" and that's without any code. I tried to set permissions, but it hasn't worked. The post comes through on the backend, but the user sees this message. I've tried setting to draft, published, pending review. This occurs whether logged in or out.

    in reply to: Invalid Form Submission #48397
    Tanja KropfTanja Kropf
    Participant

    Now I got it to quit with invalid form submission and it's moved on to "You are not allowed to edit this post". I've passed along the correct permissions.

    User pays for a listing, gets redirected via URL parameters that pass along their package type (radio field on the MB form) and their email (author). They are auto registered. All this happens, but it still says not allowed to edit post after the save button is clicked.

    in reply to: Conditional Logic on taxonomies #48316
    Tanja KropfTanja Kropf
    Participant

    Yes, I'll do that. Let me ask this first. I was reading more about not being able to use taxonomies in group fields. Mine aren't grouped with subfields but they are all in one custom field. The field is called Features & Amenities. Then, in that field I have multiple (ungrouped) taxonomy fields:

    Custom Field: Features & Amenities
    Taxonomy Field: Food & Drink
    Taxonomy Field: Entertainment
    Taxonomy Field: Seating & Admission
    etc...

    Is that an issue in conditional logic?

    in reply to: Integration with wp gridbuilder map facet #48160
    Tanja KropfTanja Kropf
    Participant

    FYI--I'm having issues as well. Some of my coordinates work and some don't. The dev at Gridbuilder just informed me that Gridbuilder is not compatible with AIO version of Meta Box--not sure in what way, but trying to find out.

    in reply to: Conditional Logic Not Working #47982
    Tanja KropfTanja Kropf
    Participant

    Here's the link:

    It has the original setup with logic (the copy one I've disabled) and the live one where I disabled all conditional logic.

    https://drive.google.com/drive/folders/1VTLbwbW4KeWVFVFilcNiIwCXs4mdEI5O?usp=sharing

    Thanks Peter.

    in reply to: Front End Form #47974
    Tanja KropfTanja Kropf
    Participant

    Thanks. But I'm not understanding what the meta-box-id-1 field is a placeholder for? Is this the ID of my front end form? A field? I'm not sure what I should be using there.

    in reply to: Front End Form #47961
    Tanja KropfTanja Kropf
    Participant

    Thanks Peter. What if I'm not using shortcode? I'm using Bricks.

    in reply to: Front End Form #47955
    Tanja KropfTanja Kropf
    Participant

    Shouldn't "after content" in Context in the Meta Box show it in the form since "side" is not selected??

    in reply to: Front end submission form not displaying CPTs #47905
    Tanja KropfTanja Kropf
    Participant

    Ok, helps if I turn on my code. It's working. Now, two more questions.
    --I'd like to limit the 30 posts only to myself, user id 1 (since the 4000 are under my ID)
    --is there a way to make the posts show up in descending order?

Viewing 15 posts - 16 through 30 (of 50 total)