Rejuan Ahamed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mega Menu] Undefined property: stdClass::$container_aria_labelHello,
Please contact Themeum support mail([email protected]), the support team will help you.Thanks
Hello,
Download this file https://www.dropbox.com/s/6452js8ye5774wy/tutor.zip?dl=0
and then in your theme folder add this file(unzip) file and then customize your theme.And tutor_utils() this function contain “Utils” class. So, go to file location wp-content/plugins/tutor/classes/Utils.php: and then you customize it also.
Thank
- This reply was modified 4 years, 5 months ago by Rejuan Ahamed.
Forum: Plugins
In reply to: [WP Mega Menu] Allow editors to make changesHello,
Please contact themeum support mail ([email protected]), the support team will help you.
Please don’t worry.Thanks
Forum: Plugins
In reply to: [WP Crowdfunding] Fatal Error on wp-admin when enabling WP CrowdfundingHello,
?We are really sorry for late.
In this week, we will update our Crowdfunding Plugin, I hope your problem will be solved.
Please don’t worry.Thanks
Forum: Plugins
In reply to: [WP Crowdfunding] Registration formHello,
?We are really sorry for late.
In this week, we will update our Crowdfunding Plugin, I hope your problem will be solved.
Please don’t worry.Thanks
Forum: Plugins
In reply to: [NSFW] [Tutor LMS - eLearning and online course solution] Quiz crashedHello @agugentile,
In your JS file( main js ) add this code,$(input).keypress( function(event){ if (event.which == '13') { event.preventDefault(); } });
That’s will help you.
Thanks
Hello @chanecullens,
Please contact themeum support mail ([email protected]). The support team will help you. Don’t worry.Thanks
Hello @triptoafsin,
woocommerce.php is perfect, you can easily use this code.
Please try it, I hope your problem will be solved.Thanks
Forum: Plugins
In reply to: [WP Mega Menu] Icons not showingHello @radicha92,
We are really sorry for the inconvenience. Please contact our support mail ( [email protected] ), Support team will help you.Thanks
Hello @triptoafsin,
You need to create an instance/object of order, to access the data.add_action('woocommerce_thankyou', array($this, 'course_placing_order_from_customer'), 10, 1); public function course_placing_order_from_customer($item_id, $item, $order_id) { //<--check this line //create an order instance $order = wc_get_order($order_id); //<--check this line $paymethod = $order->payment_method_title; $orderstat = $order->get_status(); if (($orderstat == 'completed') && ($paymethod == 'PayPal')) { echo "something"; } elseif (($orderstat == 'processing') && ($paymethod == 'PayPal')) { echo "some other shit"; } elseif (($orderstat == 'pending') && ($paymethod == 'PayPal')) { echo "some other shit"; } }
Hope this helps!
- This reply was modified 4 years, 5 months ago by Rejuan Ahamed.
Forum: Plugins
In reply to: [WP Crowdfunding] editing crowdfunding pluginHi @amara99,
Really thank you for notifying us its a good feedback and we will fix this bug in the next update. Actually users already create but there is a notification problem. So, next update we will fix this issue.
Thanks.
Hello,
you are too early with your removal. So you have to defer the actual removal, for instance like so: In your functions.php file add this code,add_action( 'after_setup_theme', 'remove_parent_theme_stuff', 0 ); function remove_parent_theme_stuff() { remove_action( 'after_setup_theme', 'qubely_blog_posts_image_sizes' ); }
I hope your problem will be solved.
ThanksForum: Plugins
In reply to: [WP Mega Menu] Problem after uninstalling pluginHi,
we are really sorry for the inconvenience. Please contact our support mail ([email protected]). The support team will help you.Thanks
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Accordion snippetHello Jason,
The page is not found. Please check this page and we are really sorry for the inconvenience, please don’t worry.Please inform our support mail([email protected]), support will help you.
ThanksForum: Plugins
In reply to: [WP Crowdfunding] Fatal Error on wp-admin when enabling WP CrowdfundingHello Enrico,
I think you are not using an updated version of the plugin. Please update your plugin, I hope your problem will be solved. Yet your problem is not solved please contact our support mail ([email protected]), support team will help you.Thanks
- This reply was modified 4 years, 5 months ago by Rejuan Ahamed.