New Landing How can we help? Themeforest Theme Support Neighborhood Removing accordion items on Product Pages

Viewing 10 posts - 1 through 10 (of 10 total)
  • #13770
    zeester
    Member
    Post count: 3

    Hi!

    I’d like to remove the “additional information” and the “Contact Us”/”Leave Feedback” accordion sections on my Product pages (see screenshot) but can’t seem to find where the options are to do so. Please advise, thanks!

    #13996
    Melanie – SUPPORT
    Member
    Post count: 11032

    You can remove

    <h2><?php echo $heading; ?></h2>

    <?php $product->list_attributes(); ?>

    from additional-information.php

    and

    	<span class="need-help"><?php _e("Need Help?", "swiftframework"); ?> <a href="#email-form" class="inline" data-toggle="modal"><?php _e("Contact Us", "swiftframework"); ?></a></span>
    <span class="leave-feedback"><a href="#feedback-form" class="inline" data-toggle="modal"><?php _e("Leave Feedback", "swiftframework"); ?></a></span>

    from meta.php

    Cheers

    #14185
    xluigix
    Member
    Post count: 4

    removing it did not work for me
    woocommerce folder / single product

    #14346
    brucardoso2
    Member
    Post count: 23

    It didn’t work for me either.

    #14356
    graffig
    Member
    Post count: 62

    no luck here too

    #14657
    Melanie – SUPPORT
    Member
    Post count: 11032

    Strange, you can try this css:

    .need-help, .leave-feedback {
    display: none;
    }

    Cheers!

    #14662
    graffig
    Member
    Post count: 62

    perfect Melanie!!

    Thanks

    Darron

    #14748
    Melanie – SUPPORT
    Member
    Post count: 11032

    Oh, for the additional info:

    You can modify the file /includes/swift-framework/sf-woocommerce.php and remove lines 272 to 283.

    Cheers!

    #14753
    graffig
    Member
    Post count: 62

    thanks again Melenie

    Darron

    #14863
    Melanie – SUPPORT
    Member
    Post count: 11032

    You’re most welcome!

Viewing 10 posts - 1 through 10 (of 10 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