Home Forums Basel support forum 商品详情页面的分享按钮不显示图标

商品详情页面的分享按钮不显示图标

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #478884

    wang1143303
    Participant

    null
    网站链接:https://liquidoilbottle.com/product/liquid-bottle024/

    Attachments:
    You must be logged in to view attached files.
    #479202

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #479247

    wang1143303
    Participant

    ok,

    #479476

    Hello,

    Thank you, I need access to the admin area of the WordPress site and you provided FTP access, please provide access to the admin area.

    Best Regards

    #479543

    wang1143303
    Participant

    ok, sent

    #480070

    Hello,

    You did not activate WPBakery Page Builder which provides the icons. At the same time Side Menu Lite ensures the icons and you need to add this custom CSS to display them:

    .social-icons li i.fa {
    	font-family: "Font Awesome 6 Brands";
    }

    Please add the code to the Theme Settings > Custom CSS > Global.

    If you have any questions please feel free to contact us.

    Best Regards

    #489758

    wang1143303
    Participant

    The share icon can be displayed normally, thank you very much. I still have the following 2 questions
    1. How to modify the color of the sharing icon on the product page?
    2. How to close the two tabs of Reviews and Shipping & Delivery on the product page?

    Attachments:
    You must be logged in to view attached files.
    #489760

    wang1143303
    Participant

    There is another question, the collection and the addition of the shopping cart do not need to be displayed, where are these settings?

    Attachments:
    You must be logged in to view attached files.
    #489859

    Hello,

    You can disable the cart in the header in the Theme Settings > Header > My Cart.

    As for the cart on the product page, add this code to the Theme Settings > Custom CSS > Global:

    body .single-product-content .cart {
    display:none;
    }
    body .single-product-content .entry-summary .wishlist-btn-wrapper {
    display:none;
    }

    If you want to remove the Wishlist, please check

    Best Regards

    #490073

    wang1143303
    Participant

    I have added the above code, but still these 3 functions will show, I need to hide these 3 functions

    Attachments:
    You must be logged in to view attached files.
    #490161

    Hello,

    Please disable the Shipping tab in Theme Settings > Single product.

    Wishlist is disabled in the Theme Settings > Shop > Wishlist.

    Reviews are disabled in Woocommerce > Settings.

    If you have any questions please feel free to contact us.

    Best Regards

    #490650

    wang1143303
    Participant

    I set it according to the above operation, but every effect, can you help me to see where is the problem with the theme setting? The WordPress account is in the previous chat history.
    grateful

    #490773

    Hello,

    I have looked through your correspondence and I cannot find an issue with WordPress account, could you duplicate the issue or create a new topic to avoid confusion?

    Best Regards

    #490900

    wang1143303
    Participant

    WordPress account has been sent, please check

    #491065

    Hello,

    Could you give the details of the issue I should check? There are a few issues and I cannot figure out which one now.

    Best Regards

    #491161

    wang1143303
    Participant

    3 questions:
    1. Need to hide the heart button in the upper right corner, I don’t need this button
    2. The reviews module needs to be hidden, I don’t need this module
    3. The shipping&delivery module needs to be hidden, I don’t need to display this module

    Attachments:
    You must be logged in to view attached files.
    #491360

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .right-column .wishlist-info-widget, .right-column .compare-info-widget {
        margin-right: 6px;
    }

    2. Please remove this https://gyazo.com/3fc50fd40ae6985b07698ef50d1e622f in the Theme Settings > Product page.

    3. Done.

    Best Regards

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