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

HomePage Forums Themes Support Poco – Fast Food Restaurant WordPress Theme Changes on the original theme

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25358
    cromialab
    Support Expired

    Good Morning,
    I would like to change the following features:

    – Handheld Menù on Mobile. How can i change icons and links?

    – I have installed the plugin for quick view: “WPC Smart Quick View for WooCommerce
    ” of WpClever. I would like to change the Quick View button that appears in the product, putting an icon. how can I do?

    – In the Mobile Handheld menù, I would like to change the search results, making them go out upwards and not downwards. how can I do?

    Thank you

    #25402

    Hi,

    #1. Please follow guide at here: https://pavothemes.com/forums/topic/how-to-edit-footer-bar-menu-on-mobile-version-poco-theme/

    #2. Please add this custom CSS to the file style.css( child-theme):

    button.woosq-btn {
        font-size: 0px;
        width: 40px;
        height: 40px;
        border-radius: 16px;
        float: right;
        position: relative;
        padding: 10px;
        margin-right: 5px;
    }
    
    button.woosq-btn:before {
        font-family: poco-icon;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        content: "\e01e";
        font-size: 14px;
    }
    

    It will look like this: https://prnt.sc/fVaSPW-7jHeh

    #3. With this default customization we can only support you to display in the bottom position or a little higher

    #25437
    cromialab
    Support Expired

    Hi Thanks for the support.

    As for question # 3, the problem is that from mobile phone if I do a search, the results are displayed at the bottom and therefore it doesn’t work.

    As for the HandHeld menu, how can I change the cart button by making it open sideways, with ajax and not bring it into the cart?

    Thank you

    #25445

    #3. Please add this custom CSS to file style.css( child-theme):

    .poco-handheld-footer-bar ul li.search.active .site-search {
        padding-bottom: 220px;
    }

    #4. Currently the theme does not support your request.
    To fulfill this requirement you need additional code to customize both js and html to be able to enable the sidebar cart popup on mobile. We can customize it for you according to this requirement, but you will have to pay a custom fee.

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

You must be logged in to reply to this topic.