New Landing How can we help? Themeforest Theme Support Dante Single Product Page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Dante
  • #79601
    libertycom
    Member
    Post count: 60

    Hello,

    I need some help about “single product page” (ex:http://merio.fr/products/gimbal/xender/):

    1/ how to change the title: “Additional Information” > “Technicals datas”

    2/ I want to add two new sections as “Additional Information”, Is it possible ?
    the first new location: below “”Additional Information” and above “Share”.
    the second new location: below “share”.

    3/ Is it possible to remove “Need Help? Contact Us”, “Category: Gimbal”, “Leave Feedback”.

    4/ About the Breadcrumb:
    I have in my page : HOME > Gimbal (category) > Xender
    I want this to be displayed: Home > Products > Gimbal (category) > Xender
    How to modify this?

    Thank you.
    EG

    #79610
    libertycom
    Member
    Post count: 60

    Hi,

    I wish to modify this:

    2/ I want to add two new sections as “Description”, Is it possible ?
    the first new location: above “Description”.
    the second new location: below “share”.

    3/ Is it possible to remove All section “Additional Information” with “Need Help? Contact Us”, “Category: Gimbal”, “Leave Feedback”.

    Thank you.
    EG

    #79705
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    If you provide wordpress admin login detail so i can try to debug and fix the issue.
    Thanks 🙂
    With Best Regards
    Swift Ideas

    #79927
    libertycom
    Member
    Post count: 60

    Hi,

    Thank you for your reply.

    I have already started the contruction of my page.
    I found some tricks to get the desired result.
    But I need you to help me for:

    1/ where to change the title “Additional Information”?

    2/ how to make the toggle is open to reload the page?

    3/ how to remove “FREE” on the image product?

    I need to explain me “where” and “how” to do that alone, because I would make the same changes later.

    Thank you.
    EG

    #80061
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1/ where to change the title “Additional Information”?
    Please open to edit sf-woocommerce.php at /dante/swift-framework/. Here you can change this text.

    2/ how to make the toggle is open to reload the page?
    Please open to edit sf-woocommerce.php at /dante/swift-framework/.
    Find this code
    <div id="additional-information" class="accordion-body collapse">
    Change with
    <div id="additional-information" class="accordion-body in">

    3/ how to remove “FREE” on the image product?

    add_filter( 'woocommerce_variable_free_price_html',  'hide_free_price_notice' );
    add_filter( 'woocommerce_free_price_html','hide_free_price_notice' );
    add_filter( 'woocommerce_variation_free_price_html', 'hide_free_price_notice' );
    function hide_free_price_notice( $price ) {
     return '';
    }

    Thanks

    #80704
    libertycom
    Member
    Post count: 60

    Hi,

    Thank you.

    Can I specify what file I insert the code to remove “free”?

    EG

    #80726
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can insert this code functions.php at end of file just before of php close tag ?>.
    Thanks 🙂
    With Best Regards
    Swift Ideas

    #81573
    libertycom
    Member
    Post count: 60

    Hi,

    I have do this action.
    But, it doesn’t work, I have always “FREE”:http://merio.fr/products/gimbal/xender/

    Why?
    Thank you.
    EG

    #81590
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS => Here put given below code and update options

    span.free-badge{display:none;}
    

    Thanks 🙂
    With Best Regards
    Swift Ideas

    #81591
    libertycom
    Member
    Post count: 60

    Hi,

    Thank you! it works!
    It’s perfect.
    EG

    #81592
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved .
    Thanks 🙂
    With Best Regards
    Swift Ideas

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register