Forum Replies Created
-
AuthorPosts
-
weseo
ParticipantThank you very much,
It would be fantastic if you add this option to the future versions ๐weseo
ParticipantWorks, thank you very much ๐
weseo
ParticipantMetabox: 4.8.7
WPML Multilingual CMS: 3.5.3.1
WPML Media: 2.1.23weseo
ParticipantI do the same (also multiple plugins), but i have no problems:
if (!class_exists('MB_Conditional_Logic')) require_once 'meta-box-conditional-logic/meta-box-conditional-logic.php';weseo
ParticipantHello, thank you for your reply.
The button is now on the top of the group with this code (new group version):add_filter( 'rwmb_FIELD_ID_begin_html', function( $output, $field ) { $output .= RWMB_Group_Field::add_clone_button( $field ); return $output; }, 10, 2 );But is it possible to add the new clone on the top of the group?
Thank you
weseo
ParticipantHello, in my plugin you can choose between 3 Accounts with a select field:
Github, Gitlab, Bitbucket.1 Account have 2 text fields:
github_projectname
github_usernamegitlab_projectname
gitlab_usernamebitbucket_projectname
bitbucket_usernameWhen you choose GitHub, the Fields github_projectname and github_username are visible and required -> the other fields are hidden.
When you choose Gitlab, the Fields gitlab_projectname and gitlab_username are visible and required -> the other fields are hidden.
The same with Bitbucket.Now when i save the post -> the other 4 hidden fields are required and the post can't be saved.
This is my problem ๐
weseo
ParticipantI have found a solution:
In the file "meta-box\js\map-frontend.js" i added folowing code at the Line 56:
// Set marker icon if ( options.marker_icon ) { marker.setIcon( options.marker_icon ); }Now in the frontend file, i have the new parameter "marker_icon":
$args = array('type' => 'map', 'marker_icon' => 'images/map-marker.png',); $location = rwmb_meta('my_map', $args);weseo
ParticipantThank you very much
weseo
ParticipantThank you very much
weseo
ParticipantI also use the tabs extension in my plugin.
Mybe this extension causes the problem?weseo
ParticipantHello, yes it is set to 1 max upload
-
AuthorPosts