Shibbir Ahmed
Forum Replies Created
-
Helo @gerdneumann
Thank you very much for your request. We have added your request and hopefully, we will add it asap.
Kind Regards.
- This reply was modified 4 years, 6 months ago by Shibbir Ahmed.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Qubely blocks format lost automaticallyHello @cakebuff72
Please go to wp-content/plugins/qubely/core/QUBELY.php at line number 1500. Now replace this function
the wp_kses_postwith this functionsanitize_text_fieldLet me know if it’s working for you.
Kind Regards.
Hello @heyitsmedave
You need to use only one eCommerce plugin. Unfortunately, you can’t use multiple eCommerce plugin at once.
Kind Regards.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Qubely blocks format lost automaticallyHello @all
Yes, we are going to fix this issue ASAP. I am sorry for that inconvenience.
Kind Regards.
Forum: Plugins
In reply to: [WP Mega Menu] Mobile dropdown menu not workingForum: Plugins
In reply to: [WP Mega Menu] menu setting changes are not reflect at frontend siteHello Nutan
On my end. It’s working fine. I can set 2 columns on a menu. Can you send me a video?
Kind Regards.
Hello @engulfer
Yes, You can see the minified version of tutor-front.js from now on because we have used a lot of JS code, and it’s better to minify the final JS.
Kind Regards.
Forum: Plugins
In reply to: [WP Mega Menu] menu setting changes are not reflect at frontend siteHello @nutankadam
Can you tell me how you make that 2 columns?
Kind Regards.
Hello Anni
For me, the single lesson page is showing properly on a mobile device. Can you try to set the video width as 100% using CSS?
Kind Regards.
Forum: Plugins
In reply to: [WP Crowdfunding] How to add campaign programmatically for Rest APIHi,
This hook function is called by before_user_campaign_submit_action function which is located at
/wp-content/plugins/wp-crowdfunding-pro/addons/recaptcha/classes/init.phpThanks.
Forum: Plugins
In reply to: [WP Crowdfunding] How to add campaign programmatically for Rest APIHello there,
We don’t have any REST API for this plugin but if you go to this location wp-content/plugins/wp-crowdfunding/shortcode you can find the available function we calling for different pages.
Kind Regards.
Hello
Please go to wp-content/plugins/tutor/assets/react/course-builder/index.js file and replace the whole code with this bellow code:
window.jQuery(document).ready(function($) { $('.tutor-certificate-template-tab [data-tutor-tab-target]').click(function(){ $(this).addClass('is-active').siblings().removeClass('is-active'); $('#'+$(this).data('tutor-tab-target')).show().siblings().hide(); }); });Kind Regards.
Hello @spaceneverends
Does the issue is still eixist? If so, then following this solution: https://docs.themeum.com/tutor-lms/troubleshooting/yoast-rankmath-compatibility/
Kind Regards.