Forum Replies Created
-
AuthorPosts
-
Hi,
I checked the demo and didn’t see the sticky header change color as you described. Please take a screenshot or send me the link of your website for me to check.
Hi,
It looks like you have set displayed as select for these properties: https://prnt.sc/66pp1Jw06ZQE
Hi,
Please downgrade your PHP version to version 7.4 for the website to work properly
I have just resolved this issue, please recheck your site.
November 23, 2022 at 11:55 pm in reply to: I have so many error on this theme, please help me. It for my client. #8205I fixed this issue, please delete all Litespeed cache on your site and cache on your browser and recheck: https://prnt.sc/gvRLeTpnLEW6
I have just fixed this issue, please recheck.
Hi,
Currently the theme is not fully compatible with PHP 8.x, so there will be some errors as you can see.
Please send the admin web account for me, I will check and try to help you.
Hi,
Your pages translated into the Hindi language are in Draft form, so if you are not logged into your admin account, you will not see these pages: https://prnt.sc/Qb0uB7_1KUbc
November 23, 2022 at 11:37 pm in reply to: How to change wording in search field and remove categories dropdown from search #8199Please copy this custom code and paste into` the file functions.php ( child-theme):
function melawell_product_search() { if (melawell_is_woocommerce_activated()) { static $index = 0; $index++; ?> <div class="ajax-search"> <form role="search" method="get" class="woocommerce-product-search" action="<?php echo esc_url(home_url('/')); ?>"> <div class="melawell-search-product-form"> <div class="search-wrapper"> <input type="search" id="woocommerce-product-search-field-<?php echo isset($index) ? absint($index) : 0; ?>" class="search-field" placeholder="<?php echo esc_attr__('Search products…', 'melawell'); ?>" autocomplete="off" value="<?php echo get_search_query(); ?>" name="s"/> <input type="hidden" name="post_type" value="product"/> </div> <button type="submit" value="<?php echo esc_attr_x('Search', 'submit button', 'melawell'); ?>"> <i class="melawell-icon-search"></i> <span><?php echo esc_html_x('Search', 'submit button', 'melawell'); ?></span> </button> </div> </form> <div class="ajax-search-result d-none"> <div class="inner"></div> </div> </div> <?php } }
Then edit “Search products…” => “Your text”
Hello,
I resolved this issue, please recheck your site.
I updated this plugin, please recheck.
Hi again,
Please send the admin web account for me again, I can’t login to the admin dashboard.
Hello,
#1,2. I fixed all issues, please recheck.
#3. Looks like the problem has been solved
Hello,
I fixed this issue, please recheck your site.
Hi again,
I fixed all issues, please recheck your site.
-
AuthorPosts