Forum Replies Created
-
AuthorPosts
-
April 27, 2019 at 6:30 PM in reply to: ✅Show field in frontend but not allow to edit by the user #14330
[email protected]
Participantooh perfect!!! Many thanks.
April 27, 2019 at 2:44 AM in reply to: ✅Same metabox fields in diferents CPT and diferents Custom Tables #14310[email protected]
ParticipantHello, sorry, I would like to reopen this thread.
To see if I can save the fields of a metabox in different tables of the database in function of the cpt that is. Is that if I do not have to triple or quadruple many metabox fields ...Thanks.
April 25, 2019 at 8:10 PM in reply to: ✅rwmb_my_custom_field_after_save_field can't update my own fields in the database #14283[email protected]
ParticipantYes, I try the first method but don't run.
But with the second:
$_POST['field_B'] = 'new value';
It run well!!!Thanks once again.
April 24, 2019 at 9:28 PM in reply to: ✅Same metabox fields in diferents CPT and diferents Custom Tables #14262[email protected]
ParticipantHello,don't worry about this, I created the own metabox fields for each custom table.
Thanks.
[email protected]
Participantoohh this would be fantastic!!!
I know it exist the plugin of Leaflet:
https://wordpress.org/plugins/leaflet-map/But I think if with your plugin I can do everything, it's not worth installing the other one...
I will be waiting for your article.
Many thanks.
[email protected]
ParticipantOh perfect!!
I had another plugin installed;
https://es.wordpress.org/plugins/wp-flexible-map/I desactivated this plugin and now it run perfect!!
Many thanks for your tips!!!!
[email protected]
ParticipantThanks,
Whith the console web appears some errors:
https://my.pcloud.com/publink/show?code=XZ3tmO7Zc35RjPUs2bzsgL0sfU9CekJlBfKy
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542 TypeError: google.maps.places is undefined[Saber más] mb-geo.js:67:4 You have exceeded your request quota for this API. See https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors js:51:110 Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys util.js:221:12And the source code is this:
<a href="https://maps.google.com/maps/api/js?v=quarterly&scu_version=21">https://maps.google.com/maps/api/js?v=quarterly&scu_version=21</a>But the metabox is the same configuration:
// GOOGLE MAPS $meta_boxes[] = array ( 'id' => 'location', 'title' => 'Mapa', 'post_types' => 'local', //array( 'local' , 'negocio' ), //$post_types, 'context' => 'after_title', 'style' => 'seamless', 'priority' => 'high', // 'geo' => true, // Return only cities and business results 'geo' => array( 'types' => array( 'establishment' ) ), 'storage_type' => 'custom_table', // Important 'table' => 'locales', // Your custom table name 'fields' => array( // Address field. ... ... array( 'id' => 'mb_mapa_map', 'name' => 'Mapa', 'type' => 'map', //'language' => 'es', // Default location: 'latitude,longitude[,zoom]' (zoom is optional) // 'std' => '-6.233406,-35.049906,15', // Address field ID 'address_field' => 'address_location', //'geo' => true, 'api_key' => 'AIzaSyCjqt3G7n6brVxxxxxxxxx', ),Don't understand why in the backoffice run and in the front office not... I'm doing anything wrong?
Thanks,
Sergio[email protected]
Participantoh perfect!!! Many thanks!!
[email protected]
ParticipantPerfect, many thanks!!!
April 1, 2019 at 6:44 PM in reply to: ✅[MB User Profile] Show password meter on registration form #14010[email protected]
ParticipantIt would be great, thanks.
April 1, 2019 at 2:06 PM in reply to: ✅[MB User Profile] Show password meter on registration form #14003[email protected]
Participantok thanks, and remove this feature, remove this action so it does not ask for any kind of password strength? Or is not posible too?
Thanks.
[email protected]
ParticipantAh, I have to add the !important to run well.
Thanks.
March 30, 2019 at 9:50 PM in reply to: ✅[MB User Profile] Show password meter on registration form #13990[email protected]
ParticipantHello,
When I make a register, I see strong levels of the password:
Very weak = Is disabled the button register
Medium = Is disabled the button register
Strong = Is enabled the button registerThe Strong password is the only level that users can make a register. Exist any way to make posible to the register with the level medium too?
Thanks,
Sergio[email protected]
ParticipantSorry... On new posts it run yes... I was updating existing posts...
Many thanks.
[email protected]
Participantok thanks, but to use template_redirect, how can I get the post_id to check if is_author o another rule? Because I can have the post_id of the page that contains the shortcode to update the post, but the post_id of the post to update is in the end of the url.
http://xxx.es/crear-articulo/?rwmb_frontend_field_post_id=540
?
Thanks.
-
AuthorPosts