Forum Replies Created

Viewing 15 posts - 3,226 through 3,240 (of 3,539 total)
  • Author
    Posts
  • in reply to: Organey Search Form placeholder #3642

    You are welcome.

    Keep contact with us when you need to help and hope you will vote 5 stars for our team.

    Thanks!

    in reply to: Errors on Website #3641

    Ok, please recheck.

    in reply to: Organey Search Form placeholder #3639

    Hi again,

    #1. Search form: I resolved this issue.

    #2. Translate text:

    I installed Loco translate plugin for your site, please go to Translate text on theme, search your text and add translate.

    in reply to: Errors on Website #3637

    Hi you,

    I added this page to Mobile menu, please recheck: https://prnt.sc/1s9j8wz

    in reply to: Organey Search Form placeholder #3633

    Hi,

    Please send admin web account for me, I will check and try to help you.

    in reply to: Organey Search Form placeholder #3631

    Hi,

    Please remove all codes:   in the above code

    in reply to: Request all demos #3630

    Hi again,

    #1. Edit product content:

    Please go to Edit product -> Edit page with Elementor: https://prnt.sc/1s6r5es -> Edit content.

    #2. Please download the latest version on themeforest, then unzip the downloaded theme package, upload to your website the theme.zip version to update your website.

    in reply to: Organey Search Form placeholder #3622

    No, this code only applies to the ajax search function at the header.

    in reply to: Organey Search Form placeholder #3620

    Hi you,

    Please copy this function and paste to file functions.php( child-theme):

    function organey_product_search() {
            if (organey_is_woocommerce_activated()) {
                static $index = 0;
                $index++;
                ?>
                <div class="site-search ajax-search">
                    <div class="widget woocommerce widget_product_search">
                        <div class="ajax-search-result d-none"></div>
                        <form role="search" method="get" class="woocommerce-product-search" action="<?php echo esc_url(home_url('/')); ?>">
                            <label class="screen-reader-text" for="woocommerce-product-search-field-<?php echo isset($index) ? absint($index) : 0; ?>"><?php esc_html_e('Search for:', 'organey'); ?></label>
                            <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;', 'organey'); ?>" autocomplete="off" value="<?php echo get_search_query(); ?>" name="s"/>
                            <button type="submit" value="<?php echo esc_attr_x('Search', 'submit button', 'organey'); ?>"><?php echo esc_html_x('Search', 'submit button', 'organey'); ?></button>
                            <input type="hidden" name="post_type" value="product"/>
                        </form>
                    </div>
                </div>
                <?php
            }
        }

    And change this text:

    <?php echo esc_attr__('Search products&hellip;', 'organey'); ?>

    in reply to: Remove Description #3618

    You are welcome!

    Let me know if you need to help.

    in reply to: Remove Description #3616

    I have just removed the description product for you, please recheck.

    in reply to: Remove Description #3614

    Hi you,

    Please shorten this description: https://prnt.sc/1s1h6l3

    in reply to: Shop elementor and My Account elementor does not work #3611

    Oh sorry, please go to Creative Mail config and change this text: https://prnt.sc/1s16mca

    in reply to: Changes the theme color #3610

    Thank you very much!

    in reply to: Errors on Website #3606

    #1. Optimize the images on your website: https://prnt.sc/1s0662v

    #2. Remove unnecessary plugins, limit the use of services from 3rd party providers such as facebook, instagram … it will increase the response time of the website, leading to slow web

    #3. Optimize css and js, html with WP Rocket plugin

    #4. Use CDN for your website.

Viewing 15 posts - 3,226 through 3,240 (of 3,539 total)