Your account expired support, please renew to get your support.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1954
    jahed21
    Support Expired

    1. Registration process Wot working
    when i click Create an account it shows: User registration is currently not allowed.
    2. Filer Not Working
    When click filter it shows a blank white page.
    3. I want to Edit Mobile Navbar (Handheld bar)
    4. I want to show product quantity on every each product tab beside of shopping cart.
    In present quantity shows when click on product then it goes to another pager then user see quantity. but i want it every product tab
    5. Pls let me know will i create Product by Department (menubar). Such as Freshio Home1 templetes.
    6. Let me know will i use header2 When i use templetes Home1?

    #1959
    jahed21
    Support Expired

    Response Time are very slow. pls help me.

    #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

    #2011
    jahed21
    Support Expired

    1. I want to change Create an account link.
    https://prnt.sc/vt2p3n
    2. How to change this part.
    https://prnt.sc/vt2qkf

    #2025

    Hi again,

    #1. I changed link to Woocommerce account page for you, please check.

    #2. Please go to Poco Options -> Woocommerce -> Single Product and change your text( with global product) https://prnt.sc/vta1lj

    To change each product, please go to Edit product, and add Extra info field: https://prnt.sc/vta2f4

    #2045
    jahed21
    Support Expired

    1. I want to enable Filter option in my website. In previous you told me Filter is not working for WCFM Plugin use in my site. But before installed WCFM plugin it didn’t work. And your live demo filter Option are also not working like as my site. Pls check.
    My site Filter:
    https://prnt.sc/vti8oh
    Your live demo:
    https://prnt.sc/vti9hi
    Pls let me know how can i enable your them Filter option.

    2. I want to add a new button in mobile handheldbar. This handheld bar already have 5 option. Shop, My account, Search, Wishlist & Cart. 6 Option are possible?
    if not possible how can i edit one option from 5? In previous you give me a code use for child theme. I used it but no change i followed.

    #2076

    Hi again.

    #1. I fixed for you, please recheck.

    #2. Yes, You need to edit code if want to change it.

    Ex: Change text and link search to your page checkout

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

    Change into:

    /*Change to Checkout Page*/
    function poco_handheld_footer_bar_search() {
            echo '<a href="Link-checkout-page"><span class="title">' . esc_attr__('Checkout', 'poco') . '</span></a>';
        }

    Do you understand?/

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.