dokan2.0

This topic contains 5 reply and 2 voices, and was last updated by Nayem 9 years, 1 month ago
Viewing 5 Posts - 1 through 5 (of 5 total)
Author Posts
March 9, 2015 at 1:50 pm 38618
Nayem Hello, I updated to the dokan-plugin2.0. I was looking forward to updating the dokan-plugin, but my requests was not solved yet. The following two problems are what I previously asked in the forum. 1. I typed the product detail and clicked ‘update product’. However, on the next screen, there are not line break in the sentence I typed. Incidentally, on the product page screen, there are line break properly. For that reason, if I want to update the product detail again, do I have to start a new line again? The screenshot are as follows: https://drive.google.com/file/d/0B_jBDSZpM-0RcVI3S0V4dzN2Z0U/view?usp=sharing https://drive.google.com/file/d/0B_jBDSZpM-0RclUzdlZUOEhJekk/view?usp=sharing 2. The following strings (completed, pending, on-hold, processing, refunded, cancelled, failed) were not internationalized. The screenshot is as follows: https://drive.google.com/file/d/0B_jBDSZpM-0RXzVELVRRVmNzdEE/view?usp=sharing The dokan support said that they would fix them in the next version, but they are not fixed yet.
March 9, 2015 at 5:56 pm 38656
Nayem Nayem

Hello Junya,

Actually we kept those thing in our log but we have already released our update with some major problem. We will update a release again very soon. We will fix those issue in that update. Thank you for having patience.

March 10, 2015 at 9:49 am 38707
junya junya

Ok.
I can’t publish my site on the web until those problems are solved, so I desire those issue to be fixed.

Thank you.

March 10, 2015 at 10:38 am 38713
Nayem Nayem

We will fix those issue within next week. After finishing our work i will fix those issue in your site.

Thank you 🙂

March 11, 2015 at 1:18 pm 38826
junya junya

Ok.
I am waiting for the update.
Thank you!

March 15, 2015 at 12:38 pm 39169
Nayem Nayem

Hello Junaya,

We have fixed the line break error. Please open Wp content/plugins/dokan-plugin/templates and open product-edit.php.

In line number 325 you will get this line- <?php wp_editor( esc_textarea( $post->post_content ), 'post_content', array('editor_height' => 50, 'quicktags' => false, 'media_buttons' => false, 'teeny' => true, 'editor_class' => 'post_content') ); ?>

You have to replace this line with this line- <?php wp_editor( wpautop( $post->post_content ), 'post_content', array('editor_height' => 50, 'quicktags' => false, 'media_buttons' => false, 'teeny' => true, 'editor_class' => 'post_content') ); ?>.

And we will update our translation file in our next update.

Thank you 🙂

Viewing 5 Posts - 1 through 5 (of 5 total)