• Resolved alenarmona

    (@alenarmona)


    Hi, thanks for the plugin, save me lot of hours adding fields manually.
    Does it works with Wyswyg editor? because in vendor dashboard is not working.
    Only works in WP backend.

    Same with checkbox list

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter alenarmona

    (@alenarmona)

    Hi, I fixed, adding after the the line 265 the following code (in function acf_dokan_save_add_product_meta, file: class-acf-for-dokan.php)

    }else if ($value['type'] == 'wysiwyg') {
    						update_field( $name, $postdata[ $value['name'] ], $product_id );
    					}
    Plugin Author krazyplugins

    (@krazyplugins)

    Hello @alenarmona

    You do not need to add that code. It is working without it as well.

    Please share your website link and details to [email protected] so that I can have a look into it.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Support for Wysiwyg’ is closed to new replies.