GS
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Overflow mobile menu (Elementor)Try this css
span.eael-simple-menu-toggle-text {
display: none !important;
}Forum: Developing with WordPress
In reply to: Using Site editor to create patterns and assign block TypesYou can use the register_block_pattern_category() function to register a new pattern category. Click Here to read the full article .
- This reply was modified 5 months, 2 weeks ago by GS.
Forum: Developing with WordPress
In reply to: Custom Theme – conflict with new plugin searchCheck and share if there is error displaying in error_log or browser console. Otherwise, it will be difficult to answer for limited information.
can you please give the name of plugin you are using for 2FA?
- This reply was modified 5 months, 3 weeks ago by GS.
Forum: Plugins
In reply to: [WooCommerce] Non-existent template overrideForum: Plugins
In reply to: [WooCommerce] Non-existent template override@dumel try this WooCommerce > Status > Tools >?Clear template cache
Forum: Plugins
In reply to: [WooCommerce] Remove Product Name – permalink in confirmation email@gbasson pls try the following steps:
1) Copy the woocommerce/templates/emails/email-downloads.php file to yourtheme/woocommerce/emails/email-downloads.php2) In the line 44, replace the
<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!
@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 1 year, 8 months ago by GS.