Forum Replies Created

Viewing 10 Topics - 1 through 10 (of 10 total)
Author Posts
August 24, 2015 at 12:40 am in reply to: Store informations not visible not saved 68763
Christopher Christopher

Hello to everybody,

I found the solution. For guys who the settings aren’t saved and viewed in the seller store, you have to put this code into your child theme:

function mgt_dequeue_stylesandscripts() {
    if ( class_exists( 'woocommerce' ) ) {
        wp_dequeue_style( 'select2' );
        wp_deregister_style( 'select2' );

        wp_dequeue_script( 'select2');
        wp_deregister_script('select2');

    } 
} 

Christopher

August 23, 2015 at 7:17 pm in reply to: Store informations not visible not saved 68742
Christopher Christopher

Hi Towhid,

Thank you for the information, I will try to fix this.

Have a good week,
Christopher

August 23, 2015 at 4:02 pm in reply to: Store informations not visible not saved 68715
Christopher Christopher

Hi Towhid,

I wait until 5 days, it’s very urgent, the fix is finished ?

Thank you,
Christopher

August 20, 2015 at 7:34 pm in reply to: Store informations not visible not saved 68343
Christopher Christopher

Hello Towhid,

Thank you, I wait for your help it’s very urgent.

Christopher

August 18, 2015 at 11:06 pm in reply to: Store informations not visible not saved 67875
Christopher Christopher

Hello Towhid,

From this morning, I try all configuration Plugin(On/Off) and theme but I don’t found the error can you check what’s wrong, it’s the last thing to do before I launch the website so it’s very important.

Thank you,
Christopher

August 18, 2015 at 6:06 pm in reply to: Store informations not visible not saved 67810
Christopher Christopher This reply has been marked as private.
August 18, 2015 at 4:48 pm in reply to: Store informations not visible not saved 67794
Christopher Christopher This reply has been marked as private.
July 19, 2015 at 12:21 am in reply to: Vat number in registration form 56262
Christopher Christopher

Hi,

I insert “reg_form_fileds” and the field is showing good on my dokan dashboard with the “do_action( ‘dokan_seller_meta_fields’, $user );” but the field is empty(after a seller registration) how can I do to save and show the vat number of a seller ?

Thanks

July 16, 2015 at 6:58 pm in reply to: Translation don't working 56046
Christopher Christopher

Hi,

Thanks it looks good now, i made some changements because french version isn’t at 100% in french.

Have a good day,
Christopher

July 16, 2015 at 6:01 pm in reply to: Translation don't working 56028
Christopher Christopher

Hi Nayem,

The .mo and .po files works great but the .pot file don’t showing the translation in french.

Christopher

Viewing 10 Topics - 1 through 10 (of 10 total)