Title: Md Billal Hossain's Replies | WordPress.org

---

# Md Billal Hossain

  [  ](https://wordpress.org/support/users/probillals/)

 *   [Profile](https://wordpress.org/support/users/probillals/)
 *   [Topics Started](https://wordpress.org/support/users/probillals/topics/)
 *   [Replies Created](https://wordpress.org/support/users/probillals/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/probillals/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/probillals/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/probillals/engagements/)
 *   [Favorites](https://wordpress.org/support/users/probillals/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 212 total)

1 [2](https://wordpress.org/support/users/probillals/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/probillals/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/probillals/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/probillals/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/probillals/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/probillals/replies/page/2/?output_format=md)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Create a multi step form](https://wordpress.org/support/topic/create-a-multi-step-form/)
 *  Thread Starter [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/create-a-multi-step-form/#post-18040289)
 * Thanks for your reply. Can you help me find the best plugin for me? I could not
   find anything like I need
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Create a multi step form](https://wordpress.org/support/topic/create-a-multi-step-form/)
 *  Thread Starter [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/create-a-multi-step-form/#post-18040241)
 * Form sample: [https://prnt.sc/BLRZulh-IGqr](https://prnt.sc/BLRZulh-IGqr)
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [New user roles](https://wordpress.org/support/topic/new-user-roles-4/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/new-user-roles-4/#post-17951726)
 * Hi [@itsmefti](https://wordpress.org/support/users/itsmefti/)
 * If you want to change new registered user role, you can change it from WordPress
   dashboard->General section. Here is a screenshot: [https://prnt.sc/tQ_eE2pvXYCU](https://prnt.sc/tQ_eE2pvXYCU)
 * On the other hand, to remove admin bar by default, use the below code on functons.
   php file
 *     ```wp-block-code
       add_action('after_setup_theme', 'remove_admin_bar');function remove_admin_bar() {if (!current_user_can('administrator') && !is_admin()) {  show_admin_bar(false);}}
       ```
   
 * Cheers
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [How to make site private?](https://wordpress.org/support/topic/how-to-make-site-private/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/how-to-make-site-private/#post-17945270)
 * Hi
 * To make the site private, you need to use a plugin. [Site offline Plugin](https://wordpress.org/plugins/site-offline/)
   can be your good choice because its very easy to configure. Also there are plenty
   of site maintenance plugin available in directory.
 * Thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page list Error](https://wordpress.org/support/topic/page-list-error/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/page-list-error/#post-17914676)
 * Hi
 * If you can access the Permalink from WordPress dashboard->Settings->Permalink
   page then flush the permalink by clicking on the save button. I hope the issue
   will be resolved.
 * Thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to upload plugin files after upgrade](https://wordpress.org/support/topic/unable-to-upload-plugin-files-after-upgrade/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/unable-to-upload-plugin-files-after-upgrade/#post-17914657)
 * Hi
 * Sometimes, the PHP memory limit may be too low to handle the upload and extraction
   process.
 * Edit your `wp-config.php` file in the root directory of your WordPress installation.
   And then insert the following code. I hope the issue will solved.
 *     ```wp-block-code
       define('WP_MEMORY_LIMIT', '256M');
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is there another plugin for WP maximum execution time](https://wordpress.org/support/topic/is-there-another-plugin-for-wp-maximum-execution-time/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/is-there-another-plugin-for-wp-maximum-execution-time/#post-17888606)
 * Yes, you can add as much value you want.
 * Thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is there another plugin for WP maximum execution time](https://wordpress.org/support/topic/is-there-another-plugin-for-wp-maximum-execution-time/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/is-there-another-plugin-for-wp-maximum-execution-time/#post-17885057)
 * Hi
 * If you don’t find any plugin then you can use a piece of code to increase the
   execution time.
 *     ```wp-block-code
       php_value max_execution_time 300
       ```
   
 * If you still stuck, then follow this guide step by step: [How To Fix WordPress Max_execution_time Errors Quickly (wpastra.com)](https://wpastra.com/guides-and-tutorials/wordpress-max-execution-time/#:~:text=WordPress%20has%20a%20time%20limit,and%20freezes%20the%20entire%20site.)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Content of my home page became boxed after instaling Polylang](https://wordpress.org/support/topic/content-of-my-home-page-became-boxed-after-instaling-polylang/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/content-of-my-home-page-became-boxed-after-instaling-polylang/#post-17878178)
 * Hi
 * I checked your website and seems the wording is showing correctly instead boxed.
   [https://prnt.sc/CWkM6FXGR-Q4](https://prnt.sc/CWkM6FXGR-Q4)
 * If you still having the same issue, you might need to clean the server cache 
   as well as the browser cache.
 * Additionally, you can use Loco translator to translate your website easily.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Click on Radio button to go to next step](https://wordpress.org/support/topic/click-on-radio-button-to-go-to-next-step/)
 *  Thread Starter [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/click-on-radio-button-to-go-to-next-step/#post-16970843)
 * Sure, You deserver it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Click on Radio button to go to next step](https://wordpress.org/support/topic/click-on-radio-button-to-go-to-next-step/)
 *  Thread Starter [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/click-on-radio-button-to-go-to-next-step/#post-16969356)
 * Hey Patrick
 * The code is working just like magic. Thank you so much. However, I have shorten
   the code to fit it exactly what I need. I am sharing the code if anyone wants
   the same.
 * Thanks a lot again. You deserve 5*
 *     ```wp-block-code
       add_action(
       	'wp_footer',
       	function() {
   
       		if ( ! wp_script_is( 'forminator-front-scripts' ) ) {
       			return;
       		}
       		?>
       		<script type="text/javascript">
   
   
   
       			jQuery(document).ready(function ($) {
       			  $(document).on('after.load.forminator', function (e, form_id) {
       			    var next_button = document.querySelector('.forminator-button-next'),
       			      click_event = new CustomEvent('change_evt'),
       			      clickable_elements = document.querySelectorAll(
       				'.next-on-click .forminator-radio',
       			      ),
       			      radios = document.querySelectorAll('.next-on-click input[type="radio"]');
   
       			    clickable_elements.forEach((clickable_element) => {
       			      clickable_element.addEventListener(
       				'click',
       				wpmudev_clickables_event_callback,
       			      );
       			      clickable_element.addEventListener(
       				'touchstart',
       				wpmudev_clickables_event_callback,
       			      );
       			    });
   
       			    function wpmudev_clickables_event_callback() {
       			      radios.forEach((radio) => {
       				radio.addEventListener('change', wpmudev_change_evt_callback);
       			      });
       			    }
   
       			    function wpmudev_change_evt_callback(e) {
       			      if (e.currentTarget.checked) {
       				$('.forminator-button-next').trigger('click');
       			      }
       			    }
       			  });
       			  setTimeout(function () {
       			    $('.forminator-custom-form').trigger('after.load.forminator');
       			  }, 100);
       			});
   
       		</script>
       		<?php
       	},
       	999
       );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] about prerequisites](https://wordpress.org/support/topic/about-prerequisites/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/about-prerequisites/#post-15217992)
 * Hi
 * This can be a good feature for the future release. We will think about this feature.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] about prerequisites](https://wordpress.org/support/topic/about-prerequisites/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/about-prerequisites/#post-15214987)
 * Hello [@onceiwas](https://wordpress.org/support/users/onceiwas/)
 * Unfortunately, the feature you are looking for is not available in Tutor LMS.
   The prerequisites are the mandatory field where you have to choose all the prerequisites
   before accessing the main course. To get full details about Course Prerequisites,
   here is the detailed documentation: [https://docs.themeum.com/tutor-lms/addons/course-prerequisites/](https://docs.themeum.com/tutor-lms/addons/course-prerequisites/)
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] Auto renewal](https://wordpress.org/support/topic/auto-renewal-3/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/auto-renewal-3/#post-15166313)
 * Hello [@aisog](https://wordpress.org/support/users/aisog/)
 * Tutor LMS pro has a membership feature where you can sell your courses based 
   on membership roles. Also, it has an auto-renewal feature. To achieve that feature,
   you can use a membership plugin such as Paid membership pro. PMP is integrated
   with the Tutor LMS pro plugin. Here is the full doc where you can find the workaround.
   [https://docs.themeum.com/tutor-lms/ecommerce/paid-memberships-pro/](https://docs.themeum.com/tutor-lms/ecommerce/paid-memberships-pro/)
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] Login Doesn’t work](https://wordpress.org/support/topic/login-doesnt-work-20/)
 *  [Md Billal Hossain](https://wordpress.org/support/users/probillals/)
 * (@probillals)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/login-doesnt-work-20/#post-14871823)
 * Hi [@ethanlofton](https://wordpress.org/support/users/ethanlofton/)
 * Glad to hear that the issue has been solved.

Viewing 15 replies - 1 through 15 (of 212 total)

1 [2](https://wordpress.org/support/users/probillals/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/probillals/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/probillals/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/probillals/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/probillals/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/probillals/replies/page/2/?output_format=md)