Forum Replies Created
-
AuthorPosts
-
August 28, 2023 at 4:20 PM in reply to: Please develop a payment feature for frontend submission. #43060
[email protected]
ParticipantYes payment feature for frontend submission would be awesome
[email protected]
ParticipantTo 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?
[email protected]
ParticipantHello I have the same problem, but I do not understand exactly what was the solution here, can this please be explained again?
[email protected]
ParticipantHi i have the same problem, do you found a solution for this?
[email protected]
ParticipantHi ,
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; } );[email protected]
ParticipantI'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.
[email protected]
ParticipantI'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)
[email protected]
ParticipantOkay, 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.
-
AuthorPosts