Support Forum » User Profile

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Please develop a payment feature for frontend submission. #43060
    hdateam90@gmail.com[email protected]
    Participant

    Yes payment feature for frontend submission would be awesome

    in reply to: Bricks, Metabox, and WPGridbuilder Locator Site #42738
    hdateam90@gmail.com[email protected]
    Participant

    To explain I import data with address into the field defined in metabox for the map display.

    The import happens with WP All Import.
    If I now have imported all the data, then no geodata is available in the map field, only if I manually open the entry and then go to update.

    Since it is 72k entries I do not want to do this manually.

    I will next try to import the data with latitude and longitude and then see if it works.

    Is there no other solution here?

    in reply to: Bricks, Metabox, and WPGridbuilder Locator Site #42736
    hdateam90@gmail.com[email protected]
    Participant

    Hello I have the same problem, but I do not understand exactly what was the solution here, can this please be explained again?

    in reply to: Problem with Importing Address and Map fields #42723
    hdateam90@gmail.com[email protected]
    Participant

    Hi i have the same problem, do you found a solution for this?

    in reply to: Make only specific fields editable in frontend #33792
    hdateam90@gmail.com[email protected]
    Participant

    Hi ,

    thank you. I've finished it with following code:

    add_filter( 'rwmb_normalize_vorname_field', function( $field ) {
        
    
         if( is_admin() ) {
             $field['disabled'] = false;
             
         }else{
            $field['disabled'] = true; 
         }
    
        return $field;
    } );
    in reply to: License key saying invalid #33757
    hdateam90@gmail.com[email protected]
    Participant

    I've created now in Backend a new license key and used that, now i can update.

    Every time when i click on "save license" the notification shows that the license is invalid.

    in reply to: License key saying invalid #33753
    hdateam90@gmail.com[email protected]
    Participant

    I've the same problem.
    Checked it this minute.

    Tried following:

    • Remove the website in Backend
    • Clear the License key on the site
    • Save
    • Put in the license key

    • Saved (License is valid)

    --> Same problem

    -Click another time on save license key (license is invalid)

    in reply to: Make only specific fields editable in frontend #33745
    hdateam90@gmail.com[email protected]
    Participant

    Okay, i've tried that.
    But then i cant fill the field, when i create a post?

    I want to fill it, but dont edit/change it when it is created on the frontend.
    Or do i miss something?

    Thanks.

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