Title: codenitive's Replies | WordPress.org

---

# codenitive

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Overflow mobile menu (Elementor)](https://wordpress.org/support/topic/overflow-mobile-menu-elementor/)
 *  [codenitive](https://wordpress.org/support/users/gswebdev/)
 * (@gswebdev)
 * [2 years ago](https://wordpress.org/support/topic/overflow-mobile-menu-elementor/#post-17811133)
 * Try this css
 *     ```wp-block-code
       span.eael-simple-menu-toggle-text {    display: none !important;}
       ```
   
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Using Site editor to create patterns and assign block Types](https://wordpress.org/support/topic/using-site-editor-to-create-patterns-and-assign-block-types/)
 *  [codenitive](https://wordpress.org/support/users/gswebdev/)
 * (@gswebdev)
 * [2 years ago](https://wordpress.org/support/topic/using-site-editor-to-create-patterns-and-assign-block-types/#post-17810432)
 * You can use the **register_block_pattern_category()** function to register a 
   new pattern category. [Click Here to read the full article ](https://developer.wordpress.org/reference/functions/register_block_pattern_category/).
 * ![](https://wordpress.org/f8026db3-93ee-4582-8cf1-f7d66dc90c56)
    -  This reply was modified 2 years ago by [codenitive](https://wordpress.org/support/users/gswebdev/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Custom Theme – conflict with new plugin search](https://wordpress.org/support/topic/custom-theme-conflict-with-new-plugin-search/)
 *  [codenitive](https://wordpress.org/support/users/gswebdev/)
 * (@gswebdev)
 * [2 years ago](https://wordpress.org/support/topic/custom-theme-conflict-with-new-plugin-search/#post-17810403)
 * Check and share if there is error displaying in error_log or browser console.
   Otherwise, it will be difficult to answer for limited information.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [2FA changed to “Required” for admin role, not able to log in](https://wordpress.org/support/topic/2fa-changed-to-required-for-admin-role-not-able-to-log-in/)
 *  [codenitive](https://wordpress.org/support/users/gswebdev/)
 * (@gswebdev)
 * [2 years ago](https://wordpress.org/support/topic/2fa-changed-to-required-for-admin-role-not-able-to-log-in/#post-17795550)
 * can you please give the name of plugin you are using for 2FA?
    -  This reply was modified 2 years ago by [codenitive](https://wordpress.org/support/users/gswebdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Non-existent template override](https://wordpress.org/support/topic/non-existent-template-override/)
 *  [codenitive](https://wordpress.org/support/users/gswebdev/)
 * (@gswebdev)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/non-existent-template-override/#post-16561213)
 * [@dumel](https://wordpress.org/support/users/dumel/) also try to clear the **
   Divi Cache** and **Wp Super Cache** and do a hard refresh of the browser.
 * Moreover, deactivate the Divi Theme and activate it again.
    -  This reply was modified 3 years, 3 months ago by [codenitive](https://wordpress.org/support/users/gswebdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Non-existent template override](https://wordpress.org/support/topic/non-existent-template-override/)
 *  [codenitive](https://wordpress.org/support/users/gswebdev/)
 * (@gswebdev)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/non-existent-template-override/#post-16561025)
 * [@dumel](https://wordpress.org/support/users/dumel/) try this WooCommerce > Status
   > Tools > **Clear template cache**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Remove Product Name – permalink in confirmation email](https://wordpress.org/support/topic/remove-product-name-permalink-in-confirmation-email/)
 *  [codenitive](https://wordpress.org/support/users/gswebdev/)
 * (@gswebdev)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-product-name-permalink-in-confirmation-email/#post-16560915)
 * [@gbasson](https://wordpress.org/support/users/gbasson/) pls try the following
   steps:
   1) Copy the woocommerce/templates/emails/email-downloads.php file to yourtheme/
   woocommerce/emails/email-downloads.php
 * 2) In the line 44, replace the[](https://wordpress.org/support/users/gswebdev/replies/<?php echo esc_url( get_permalink( $download['product_id'] ) ); ?>)
 *     ```wp-block-code
       <a href="<?php echo esc_url( get_permalink( $download['product_id'] ) ); ?>"><?php echo wp_kses_post( $download['product_name'] ); ?></a>
   
       To:
   
       <?php echo wp_kses_post( $download['product_name'] ); ?>
       ```
   
 * Pls reply if it helps.
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FluentSMTP - WP SMTP Plugin with Amazon SES, SendGrid, MailGun, Postmark, Google and Any SMTP Provider] Unable to place the order in Woocommerce](https://wordpress.org/support/topic/unable-to-place-the-order-in-woocommerce/)
 *  Thread Starter [codenitive](https://wordpress.org/support/users/gswebdev/)
 * (@gswebdev)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/unable-to-place-the-order-in-woocommerce/#post-16560832)
 * [@amimulihsanmahdi](https://wordpress.org/support/users/amimulihsanmahdi/) it
   fixed. Actually, I changed the domain from .com to .biz and forget to change 
   the plugin’s settings according to new domain.
 * Thanks you!
    -  This reply was modified 3 years, 3 months ago by [codenitive](https://wordpress.org/support/users/gswebdev/).

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