#1969

Hi there,

So sorry for our response. Our working time is 8.00 AM – 5.30 PM, Monday to Friday (GMT+7) . In some cases, the waiting time can be extended to 48 hours . Support requests sent during weekends or public holidays will be processed on next Monday or the next working day.

#1. Register account: You need to enable register https://prnt.sc/vsjldw

#2. Do you use WCFM plugin to show filter product? https://prnt.sc/vsjnlk

We just support the required plugin in our theme, with other plugins, please contact with author plugin to support.

#3. Do you want to edit Botton Menu Mobile? https://prnt.sc/vsjp80

Our theme use custom code to show Botton menu mobile.
To change text on menu mobile, please copy code and paste into file functions.php on child-theme

– Shop:

function poco_handheld_footer_bar_shop_link() {
        echo '<a href="' . esc_url(get_permalink(get_option('woocommerce_shop_page_id'))) . '"><span class="title">' . esc_attr__('Shop', 'poco') . '</span></a>';
    }

– My account:

function poco_handheld_footer_bar_account_link() {
        echo '<a href="' . esc_url(get_permalink(get_option('woocommerce_myaccount_page_id'))) . '"><span class="title">' . esc_attr__('My Account', 'poco') . '</span></a>';
    }

– Search:

function poco_handheld_footer_bar_search() {
        echo '<a href=""><span class="title">' . esc_attr__('Search', 'poco') . '</span></a>';
        poco_product_search();
    }

– Wishlist:

function poco_handheld_footer_bar_wishlist() {
        if (function_exists('yith_wcwl_count_all_products')) {
            ?>
            <a class="footer-wishlist" href="<?php echo esc_url(get_permalink(get_option('yith_wcwl_wishlist_page_id'))); ?>">
                <span class="title"><?php echo esc_html__('Wishlist', 'poco'); ?></span>
                <span class="count"><?php echo esc_html(yith_wcwl_count_all_products()); ?></span>
            </a>
            <?php
        }
    }

#4. Our theme not support your idea, if you want to do it, we can Custom Work for you.

#5. Mega menu: Our theme use Mega menu for Product by Department. To setup, please follow guide at https://wpdocs.gitbook.io/freshio/menu-settings/mega-menu

#6 To use header2 for Home 1, please go to Templates -> Theme Buider -> Header 2 -> Click edit with Elementor: https://prnt.sc/vsjsn4

Then, Click Display Conditions: https://prnt.sc/vsjuw3

Next Step, Add COnditions for Header: https://prnt.sc/vsjvnr