Support Forum ยป User Profile

Forum Replies Created

Viewing 5 posts - 76 through 80 (of 80 total)
  • Author
    Posts
  • in reply to: Wyiswyg doesnt cloning (WP 4.7.5) #5912
    HazmiHazmi
    Participant

    Hi,

    yes, that's my problem. Buttons are working only after i saved the post.

    in reply to: Wyiswyg doesnt cloning (WP 4.7.5) #5905
    HazmiHazmi
    Participant

    smaple code:

    
    'fields' => array(
        array(
    	'id' => 'partners',
    	'type' => 'group',
    	'clone' => true,
            'fields' => array(
    	    array(
    		'id'    => "{$prefix}title",
    		'class' => 'title',
    		'type'  => 'text',
    		'placeholder' => 'Partner'
    	    ),
    	    array(
                    'id'   => "{$prefix}contact",
    		'type' => 'wysiwyg',
    		'raw'  => true,
                    'options' => array(
    		    'textarea_rows' => 7,
    		    'media_buttons' => false,
    		    'tinymce' => false
    		)
    	    )
    	)
        )
    )
    
    in reply to: Wyiswyg doesnt cloning (WP 4.7.5) #5904
    HazmiHazmi
    Participant

    Hi, same problem with 4.7.5 (official version) as i mentioned in https://support.metabox.io/topic/problem-with-clonable-wysywig/

    in reply to: Problem with clonable wysywig #5845
    HazmiHazmi
    Participant

    Hi Anh, the problem is solved now. Due the mistake in automatic update from latest stable version to "4.7.5-alpha-40547" development version of WP (imho only in czech version of WP). So i have no problem with cloning in current version 4.7.4. Thanks for your support.

    in reply to: Problem with clonable wysywig #5806
    HazmiHazmi
    Participant

    Hi Anh,
    thanks for your reply. But my problem is with standard wysiwyg field i try to clone (not in multilevel nested groups).

Viewing 5 posts - 76 through 80 (of 80 total)