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

---

# Md Imon Hossain

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

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

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Elementor form checkbox validation (required)](https://wordpress.org/support/topic/elementor-form-checkbox-validation-required/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/elementor-form-checkbox-validation-required/#post-17352292)
 * Yes, Elementor don’t have option to make it the checkbox required. But if your
   using for “Acceptance” work like “I agree to terms and condition” like the you
   can use “Acceptance” one. For other work you can add this code website function
   file to make that field required. Make sure you took backup before do that action
   or do on Stage site. Better use Code Snippet or WPCode to add the code.
 *     ```wp-block-code
       <?php 
       function form_checkboxes_validation(){ ?> 
           <script type="text/javascript"> 
               (function($){ $("#send-request").click(function() { 
                   if(! $('input[name="form_fields[suite][]"]').is(':checked')) { 
                       alert("Please select at least one suite!"); return false; 
                       } 
                   }); 
               })(jQuery); 
           </script>
       <?php } 
       add_action('wp_footer', 'form_checkboxes_validation');
       ```
   
 * **Another solution: **[https://github.com/elementor/elementor/issues/1693#issuecomment-1482443352](https://github.com/elementor/elementor/issues/1693#issuecomment-1482443352)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for PayPal WooCommerce] pay later not working or showing in product page](https://wordpress.org/support/topic/pay-later-not-working-or-showing-in-product-page/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/pay-later-not-working-or-showing-in-product-page/#post-17352280)
 * Hello [@renovomotors](https://wordpress.org/support/users/renovomotors/)
 * PayPal “Pay Later” (Type: Loan) option will be available where PayPal support
   the geo-location/country. This button will work for all of those country where
   PayPal support “Pay Later”
 * For more details follow the link: [https://developer.paypal.com/docs/checkout/payment-methods/](https://developer.paypal.com/docs/checkout/payment-methods/)
 * ![](https://i0.wp.com/i.ibb.co/cbDYJD8/Pay-Pal-Pay-Later-Woocommerce.png?ssl=
   1)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] REMOVE THIS PAYMENT PICTURE? ADD NEW](https://wordpress.org/support/topic/remove-this-payment-picture-add-new/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-this-payment-picture-add-new/#post-17352274)
 * Hello [@renovomotors](https://wordpress.org/support/users/renovomotors/)
 * You can “Disable Astra Payment Banner” from Astra customizer (might be in “Single
   Product WooCommerce”) or add this CSS line to your theme customizer custom CSS
   part.
 *     ```wp-block-code
       .ast-single-product-payments {
           display: none;
       }
       ```
   
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] form submitted message not showing up](https://wordpress.org/support/topic/form-submitted-message-not-showing-up/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/form-submitted-message-not-showing-up/#post-17352266)
 * Please confirm that you selected this option under Elementor form:
 * “Collect Submission” – from “Action After Submit” in Elementor Form widget.
 * ![](https://i0.wp.com/i.ibb.co/jydBt6z/Collection-Submission-ELementor.png?ssl
   =1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] The mobile website is very slow](https://wordpress.org/support/topic/the-mobile-website-is-very-slow/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/the-mobile-website-is-very-slow/#post-17352259)
 * Hello [@rubenmkda](https://wordpress.org/support/users/rubenmkda/)
 * First at all, you need to resize and compress all of your images. Do it manually&
   replace existing. Don’t reply on WordPress media editor to resize them. As of
   now I can see all the images on website can be compress up to 41% at least.
 * Optimization Result: [https://prnt.sc/3tepiHVRDlxy](https://prnt.sc/3tepiHVRDlxy)
 * Use lazy-load to load image on viewpoint instead of loading them all without 
   actually viewing the image part. Suggestion: Use Viewpoint Cons/Lazy Load
 * Second, you may saw that most of the bigger JS files are coming from google reCaptcha.
   I know you might be using that for spam protection but use any assets manager
   plugin to load specific plugin CSS & JS on specific page to reduce un-necessary
   CSS & JS load on pages where that plugin that used or have 0 usages. Example:
   Contact Page need reCaptcha JS to load but other page don’t.
 * Lighthouse Treemap: [https://prnt.sc/XACM0cAUMwUN](https://prnt.sc/XACM0cAUMwUN)
 * Don’t combine all CSS and JS files if your website plugin have bigger size CSS&
   JS. If they small you can but if they big in size better don’t combine them into
   one as HTTP/2 can handle multiple request at same time unlike HTTP/1.
 *  Reduce un-used CSS and JS. Same comment as mentioned for reCaptcha.
 * Use CDN like cloudflare, cloudfront or bunny to load website faster from cache.
 * Try to use LiteSpeed plugin instead of WP-Rocket as your web-hosting might be
   running on LiteSpeed Server.
 * Use OMGF / Host Google Font Locally to load font from locally instead of requesting
   Google to load font. Directly loading fonts from Google take time and load resources
   from 3rd party (Google Font).
 * Thanks!
    -  This reply was modified 2 years, 7 months ago by [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/).
      Reason: Forgot to add result screenshot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] How to create a Vertical Timeline like in the design](https://wordpress.org/support/topic/how-to-create-a-vertical-timeline-like-in-the-design/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/how-to-create-a-vertical-timeline-like-in-the-design/#post-17352193)
 * Hello [@sergiu147](https://wordpress.org/support/users/sergiu147/)
 * By looking at your design, I’m sure you will not find any plugin to make exact
   or similar to the design but you can do one thing you can create the design using
   the line image as background. But you will see the image alignment is not right
   no smaller device.
 * You have to set the image on background using object-fit or you can use Cover
   as position.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Twitter to X logo update](https://wordpress.org/support/topic/twitter-to-x-logo-update/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/twitter-to-x-logo-update/#post-17352171)
 * Hello [@sdibakoane](https://wordpress.org/support/users/sdibakoane/)
 * As Elementor loading all the Icons from “Font Awesome” Icon pack and Font Awesome
   is free up to Font Awesome Version 4 and they don’t have Twitter -> “𝕏” Logo 
   in their Icon pack yet. So it’s like to not possible to add them but Elementor
   might get that logo added on their Icon repo using custom Icon in future.
 * In the mean time you can add Twitter new Logo “𝕏” as custom SVG upload and you
   can download the “𝕏” icon from flaticon.com (Simple) or you can add your own 
   Font Awesome 5 CDN link to your website and use to show the “𝕏” Icon.
 *     ```wp-block-code
       <i class="fa-brands fa-x-twitter"></i>
       ```
   
 * Or you can add custom Icon to Elementor but you need Elementor Pro version to
   do that.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] I have page template. i need o show that template for every pages if i create.](https://wordpress.org/support/topic/i-have-page-template-i-need-o-show-that-template-for-every-pages-if-i-create/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/i-have-page-template-i-need-o-show-that-template-for-every-pages-if-i-create/#post-17352151)
 * If you created Page Template the you can add those template on the page using
   Elementor Editor Mood.
 * Regardless you can use that template wherever you want. On Elementor Free plugin
   you can create those type of templates: Container, Landing Page, Section & saved
   section from Elementor Editor.
 * Add the templates on the page/post from here: [https://prnt.sc/_wx359dkTp9w](https://prnt.sc/_wx359dkTp9w)
 * ![](https://prnt.sc/_wx359dkTp9w)
    -  This reply was modified 2 years, 7 months ago by [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] form submission no email notification?](https://wordpress.org/support/topic/form-submission-no-email-notification/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/form-submission-no-email-notification/#post-17352136)
 * Hello [@renovomotors](https://wordpress.org/support/users/renovomotors/)
 * Look like your website not able to send email notification from your hosting/
   server.
 * My suggestion will be use “WP Mail SMTP” plugin to configure your SMTP details
   and save changes.
 * The do a Test email SEND from “WP Mail SMTP” plugin. If you received correctly
   then you will receive contact form submission notification.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Stuck on “Coming Soon” Mode](https://wordpress.org/support/topic/stuck-on-coming-soon-mode/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/stuck-on-coming-soon-mode/#post-17156650)
 * You can follow those step to fix this isse.
    - Deactivate Elementor and reactivate
    - Clean cache from your hosting file manager (wp-content>cache)
    - Goto Elementor > Tools > “Regenerate CSS & Data” and Save changes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Footer Space](https://wordpress.org/support/topic/footer-space-5/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/footer-space-5/#post-17106203)
 * Hello [@socialexceed](https://wordpress.org/support/users/socialexceed/)
 * I don’t see any space below the bottom of the footer.
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Button not showing on mobile phones](https://wordpress.org/support/topic/button-not-showing-on-mobile-phones/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/button-not-showing-on-mobile-phones/#post-17106177)
 * Look like your button are so left aligned. Most probably you have used a Position:
   Absolute. To fix this open Navigation > Mobile View > Select Button >
    - Horizontal Orientation: Offset > Set to 0 or your prefer value
    - Vertical Orientation: Offset > Set to 0 or your prefer value
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Request for Fewer Elementor Updates and More Debugging](https://wordpress.org/support/topic/request-for-fewer-elementor-updates-and-more-debugging/)
 *  [Md Imon Hossain](https://wordpress.org/support/users/wizardimon/)
 * (@wizardimon)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/request-for-fewer-elementor-updates-and-more-debugging/#post-17106155)
 * All plugin comes with some update in terms of features, security improvement 
   and fixing old bugs. And updating plugins & theme updates are helpful
 * So, it will be better if you take backup before you do update elementor as every
   websites don’t have same plugin and Elementor can conflict with other plugins.
   So it will better to keep backup then update.
 * Thank you!

Viewing 13 replies - 1 through 13 (of 13 total)