Support Forum ยป User Profile

Forum Replies Created

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • in reply to: Add new group on the top (with the button) #4785
    weseoweseo
    Participant

    Thank you very much,
    It would be fantastic if you add this option to the future versions ๐Ÿ™‚

    in reply to: Metabox File Uploads and WPML Media Translation #4656
    weseoweseo
    Participant

    Works, thank you very much ๐Ÿ™‚

    in reply to: Metabox File Uploads and WPML Media Translation #4614
    weseoweseo
    Participant

    Metabox: 4.8.7
    WPML Multilingual CMS: 3.5.3.1
    WPML Media: 2.1.23

    in reply to: Loading within plugin #3617
    weseoweseo
    Participant

    I 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';
    in reply to: Add more button on the top of the group #3581
    weseoweseo
    Participant

    Hello, 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

    in reply to: Conditional Logic with validation #3463
    weseoweseo
    Participant

    Hello, 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_username

    gitlab_projectname
    gitlab_username

    bitbucket_projectname
    bitbucket_username

    When 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 ๐Ÿ™

    in reply to: Change Map Icon #3163
    weseoweseo
    Participant

    I 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);
    in reply to: Filter "mb_settings_pages_data" #2963
    weseoweseo
    Participant

    Thank you very much

    in reply to: Metabox as Library #2962
    weseoweseo
    Participant

    Thank you very much

    in reply to: File Advanced - Clone Issue #2961
    weseoweseo
    Participant

    I also use the tabs extension in my plugin.
    Mybe this extension causes the problem?

    in reply to: File Advanced - Clone Issue #2933
    weseoweseo
    Participant

    Hello, yes it is set to 1 max upload

Viewing 11 posts - 16 through 26 (of 26 total)