Your account expired support, please renew to get your support.

HomePage Forums Themes Support poco theme

Topic Resolution: Resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3314
    cfrenchy
    Support Expired

    Hello

    I want 2 columns in the shop page and products categories in the mobile

    I also want:

    1. display product category navigation in the mobile
    or
    2.in the bottom menu of the mobile instead of shop display categories

    this will allow the customer to easily browse and collect the products without getting lost in a single category
    Thank you

    #3335

    Hi there,

    All your issues, I fixed for you, please recheck and let me know if you need to help

    #3494
    cfrenchy
    Support Expired

    thank you very much,

    I don’t know if you are able or possible to do this, but I really need it:

    I want in the menu at the bottom of the mobile instead of “boutique” to put “market” this allows better navigation since the menu at the top is not very visible and known.

    final result https://imgur.com/HZT1xUz

    thank you so much

    #3496

    Hi,

    I added menu sticky header for you, please check: https://prnt.sc/wmh7fq

    #3512
    cfrenchy
    Support Expired

    hello team, it dosen’t work in mobile can you try please
    anither question, how to edit footer mobile 🙂 i want to try some tips
    thank you !

    #3516

    Hi,

    Our theme not support your idea: https://imgur.com/HZT1xUz, so that I added menu header sticky for you: https://prnt.sc/wmh7fq. checked on mobile version and it’s working normally.

    About Footer mobile: Our theme use code to show it. To change the text or link on menu mobile, please copy code and paste into file functions.php on child-theme, then edit this.

     – 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 shopic_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', 'shopic') . '</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
            }
        }
    #3567
    cfrenchy
    Support Expired

    thank you for your efforts and precisions, so i have two solution to try

    overriden shop page with my model , nord-liv.com/boutique/

    or makes a redirection to another custom page.

    any help is much appreciated

    thank you

    #3568
    cfrenchy
    Support Expired

    thanks work for me
    redirections to custom page
    thank you

    #9725
    Mrinmayi
    Support Expired

    Hi https://blubrandzglobal.in/marineto/
    I want to edit the sticky handheld footer

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

You must be logged in to reply to this topic.