sign up fields

This topic contains 6 reply and 2 voices, and was last updated by Nayem 8 years, 7 months ago
Viewing 6 Posts - 1 through 6 (of 6 total)
Author Posts
August 13, 2015 at 10:32 pm 66985
Nayem hello i have to remove the action required and set it optional to the field "Choose Subscription pack" regards http://s13.postimg.org/g5p2zzfhz/IMG_2015.png
August 16, 2015 at 10:46 am 67230
Nayem Nayem

Hello,

Please open Dokan subscription/includes/classes/class-registration-sub.php file. In this file you will get this line- <label for="dokan-subscription-pack"><?php _e( 'Choose Subscription Pack', 'dps' ) ?><span class="required"> *</span></label>. You have to remove this <span class="required"> or you can make this as non-required.

Thanks.

August 16, 2015 at 2:38 pm 67278
Loukia Loukia This reply has been marked as private.
August 16, 2015 at 2:43 pm 67279
Loukia Loukia This reply has been marked as private.
August 16, 2015 at 3:10 pm 67284
Nayem Nayem

I think you did not write the code properly.

Replace this line number 54 that line with this- <label for="dokan-subscription-pack"><?php _e( 'Choose Subscription Pack', 'dps' ) ?><span class="non-required"> *</span></label>

August 18, 2015 at 6:50 pm 67838
Loukia Loukia

I have the same problem. i think the problem is the theme and not the Dokan subscription.

i can’t even open my site. Please read my post above

August 19, 2015 at 10:40 am 67953
Nayem Nayem

Hello Loukia,

Please check that your child theme is working properly. The error is coming from your child theme. You can change your theme to cehck, if the error comes out then let me know.

Thanks.

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