Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 3,597 total)
  • Author
    Posts
  • in reply to: Sticky header colour #8214

    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.

    in reply to: Attributes scrolling list – Arhive product #8213

    Hi,

    It looks like you have set displayed as select for these properties: https://prnt.sc/66pp1Jw06ZQE

    in reply to: Errors after installation #8211

    Hi,

    Please downgrade your PHP version to version 7.4 for the website to work properly

    in reply to: Search Results #8206

    I have just resolved this issue, please recheck your site.

    I fixed this issue, please delete all Litespeed cache on your site and cache on your browser and recheck: https://prnt.sc/gvRLeTpnLEW6

    in reply to: Can’t change the font on some pages #8204

    I have just fixed this issue, please recheck.

    in reply to: Errors after installation #8203

    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.

    in reply to: Multiple issues in My website #8202

    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

    Please 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&hellip;', '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”

    in reply to: Can’t change the font on some pages #8198

    Hello,

    I resolved this issue, please recheck your site.

    in reply to: Elementor Pro #8189

    I updated this plugin, please recheck.

    in reply to: Search Results #8188

    Hi again,

    Please send the admin web account for me again, I can’t login to the admin dashboard.

    in reply to: Multiple issues in My website #8187

    Hello,

    #1,2. I fixed all issues, please recheck.

    #3. Looks like the problem has been solved

    in reply to: Shop Page #8186

    Hello,

    I fixed this issue, please recheck your site.

    in reply to: disable product click #8185

    Hi again,

    I fixed all issues, please recheck your site.

Viewing 15 posts - 1,681 through 1,695 (of 3,597 total)