Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #1014146

    Hi,

    Another problem,I have tried on the website Add a button on the right side of the screen。
    How to set it up can also be displayed on the mobile view?
    (悠活原力(Yohopower)購物網)

    Thank you in advance for your help!!!

    #1014526

    Hey yohopower,

    It’s difficult for us to help you out if we don’t have anything to look at?

    Best regards,
    Rikard

    #1015135

    Hi,Rikard
    This is my website :https://www.yohopower.com/
    **********Attach a program******
    <p>悠活原力(Yohopower)購物網</p>

    #1015545

    Hi,

    We cant see the images, can you please upload on a web site like img.ru so we can review?

    Best regards,
    Basilis

    #1016933

    Hi,Basilis
    You can see the button from this page.=> https://www.yohopower.com/product-gallery/basic
    Please remember to use PC view。
    add to cart button image=>https://www.yohopower.com/wp-content/uploads/2017/12/icon-cart.png

    #How to set it up can also be displayed on the mobile view?

    #1017655

    Hi,

    Thanks for the update. The icon is placed inside the sidebar. This sidebar is hidden on mobile devices by default. Use this css code to redisplay the sidebar on smaller screens.

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
        display: block;
    }
    
    .responsive #top #main .sidebar .inner_sidebar .widget {
        display: none;
    }
    
    .responsive #top #main .sidebar .inner_sidebar .widget_custom_html {
        display: block;
    }
    }

    Best regards,
    Ismael

    #1018176

    Hi,Ismael

    I tried it.,It looks a bit strange~Please assist confirm。
    It seems that can’t click by wp-admin Attach Css editor。

    Thank you

    #1018766

    Hi,

    What do you mean by “attach css editor”? Please add the code in the Enfold > General Styling > Quick CSS field or the child theme’s style.css file.

    Best regards,
    Ismael

    #1018791

    Hi,Ismael
    done。# add the code in the Enfold > General Styling > Quick CSS
    Can you help us confirm again?

    #1019716

    Hi,

    Did you remove the icon? It’s not visible even on desktop view.

    Best regards,
    Ismael

    #1022505

    Hi,Ismael

    yes,Because I feel that the effect is not great….

    Or do you have other shopping guide suggestions?

    #1022816

    Hi,

    Thanks for the update. Try use the “ava_after_main_container” hook instead of adding the cart icon in the sidebar.

    add_action("ava_after_main_container", "ava_after_main_container_mod", 10);
    function ava_after_main_container_mod() {
       // your cart icon code here
    }

    Best regards,
    Ismael

    #1024739

    Where can I find it “ava_after_main_container”

    #1025057

    Hi yohopower,

    In /enfold/header.php and in /enfold/config-woocommerce/config.php

    Best regards,
    Victoria

    #1025217

    Hi,Victoria

    thank you~~
    but the way…enfold theme Can be designed like this?

    #1025428

    Hi,

    Yes, that should be possible. Start with the Header > Header Layout settings. You should be able to change the logo and menu position there along with the rest of the header options. For the cart icon, go to the Shop Options > Header Shopping Cart Icon. Again, you can set it so that it is attach to the main menu.

    Best regards,
    Ismael

    #1025779

    OK。I will study again

    Do you have a Chinese version of the interface?

    #1025797

    do you recommend using yours theme design Brand official website .any reference for us?

    #1026226

    Hi,

    I’m sorry but I don’t understand your question. What do you mean?

    Best regards,
    Ismael

    #1026284

    Hi,Ismael

    Because I found that your version has a lot of features to use. But I don’t know how to use the best.
    I want to be the official website of the brand.
    I found a problem. I don’t know what I change…mine homepage’s menu Options will be overwritten by images。
    Web:www.yohopower.com

    #1026624

    Hi,Ismael

    I refer to this article to make settings.I don’t seem to have changed
    “Fullscreen slider custom size”

    My image size is 1600X700, I hope to use this feature Fullscreen slider Then how should I change quick css

    #1027369

    Hi,

    Did you add the custom css class attribute “av-full-slider-custom-size” to the full screen slider element? You have to enable the custom css class field first.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Please open a new thread for new topics and inquiries. We’ll close this one now.

    Best regards,
    Ismael

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Display about button by Mobile?’ is closed to new replies.