picadollo
Forum Replies Created
-
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Plugin files breakeYes this code
%d8%a7%d9%84%d8%aa%d8%b3%d9%88%d9%8a%d9%82
is “Marketing” in English which is the page slug.I use Woo 5.1.0
Regards,
MohamedForum: Plugins
In reply to: [Coupon Generator for WooCommerce] Plugin files breakeYou made if condition `$current_screen = get_current_screen();
if ( in_array( $current_screen->id, array( ‘marketing_page_woocommerce_coupon_generator’, ‘woocommerce_page_woocommerce_coupon_generator’) ) )
to enqueue scripts and styles based on
get_current_screen();`
and the current screen in Arabic ispagenow = '%d8%a7%d9%84%d8%aa%d8%b3%d9%88%d9%8a%d9%82_page_woocommerce_coupon_generator'
[screenshot]so I changed the condition to
if ( in_array( $current_screen->id, array( 'marketing_page_woocommerce_coupon_generator', 'woocommerce_page_woocommerce_coupon_generator','%d8%a7%d9%84%d8%aa%d8%b3%d9%88%d9%8a%d9%82_page_woocommerce_coupon_generator' ) ) )
Thanks!
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Plugin files breakeWhen I choose Arabic from the main settings like that screenshot[screenshot]
the plugin page be like that [Screenshot]Forum: Plugins
In reply to: [Quiz Maker] Showing result to user and edit grades!!so you are saying that showing the result to users will be ready within a month?
and about the other feature, it was just editing the result I want the administrator to edit the final grade because there are essay questions or written questions that students write in the textarea but the administrator needs to read their answers to give them grades after that.I hope you can reply as soon as possible.
Thank you so muchForum: Plugins
In reply to: [Quiz Maker] Showing result to user and edit grades!!I want to buy the developer package but I am afraid that I cant edit the grades or show the results for users. can you please assure that for me? it’s very urgent
Forum: Plugins
In reply to: [Quiz Maker] Showing result to userHi corvusmile,
I have the same issue. what did you do to solve it please?