Shibbir Ahmed
Forum Replies Created
-
Hello @hcmendez
Please use this code in your active theme functions.php file: https://gist.github.com/creativeartbd/f695e500e91aabf6b609289f6fa98959
Kind Regards.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Tab Body Formatting Issue?Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Reusable Block Wrapper Block ProblemHello @backpackingseries
You may contact support at themeum dot com but can send me a video for that?
Kind Regards
Hello Everyone,
Try use this patch version:
https://drive.google.com/file/d/1x2fXpTVO2m8zyiMraSl9mxfV3Qe6NWVA/view?usp=sharing
Do not forget to clear all the cache.
Kind Regards.
Hello @bahome
Try clear all the cache.
Also, can you tell me is there any error message on the console log?
Kind Regards.
Hello @hanifabdulbahar @hachri80
Go to wp-content/plugins/tutor/assets/js/tutor.js at line number 313. Now replace that line with this code:
var topics_id = parseInt($topic.attr('data-topic_id').match(/\d+/)[0], 10);Kind Regards.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] forgot passwordHello @virtualweb2020
I have tested on my end that the reset password is property sending the email that contains the reset link.
If still not working for you then I would request you to contact support at themeum dot com.
Kind Regards.
Forum: Plugins
In reply to: [WP Crowdfunding] Default Product Type (not Crowdfunding)Hello @ianbooth
Please use this hook:
add_action( 'admin_footer', 'product_type_selector_filter_callback' ); function product_type_selector_filter_callback() { global $pagenow, $post_type; if( $pagenow === 'post-new.php' && $post_type === 'product' ) : ?> <script> jQuery(function($){ $('select#product-type').val('crowdfunding'); }); </script> <?php endif; }Kind Regards.
Hello @streetsmartbrazil
Unfortunately, there is no option for the purpose and I am sorry I don’t have any idea about that.
Kind Regards.
Forum: Plugins
In reply to: [WP Crowdfunding] Woocommerce Cart page is not workingHello @zotezo
Do you mean you are using the Backer WordPress theme with the WP Crowdfunding plugin? If so then if you disable the plugin then the theme functionality might not be working as the theme is built with the WP Crowdfunding Plugin functionality.
Kind Regards.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Tab Body Formatting Issue?Hello @scifigirl128
I can’t see any issue on that page. Can you send me some screenshots for that, please?
Kind Regards.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Is there a way to reorder tabs?Hello @scifigirl128
Unfortunately, there is no option to re-order the tabs and their respective content. Why don’t you change the content instead?
Kind Regards.
Hello @edwinabp
Try to disable all the plugins except this Tutor LMS and enable them one by one and then see if it solves the issue.
You may use the default 2021 theme to check whether it’s a theme error or not.
Kind Regards.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Reusable Block Wrapper Block ProblemHello
Is there any way to check the issue? Maybe can you send me a full video for this?
Kind Regards.