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

HomePage Forums Themes Support Triply – Tour Booking WordPress Theme Muốn expand tất cả các block của Tour Plan trong Tour Single post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21125
    abr669
    Support Expired

    Trong Tour single hiện tại TOUR PLAN hiển thị theo dạng các block và mặc định chỉ expand block đầu tiền mà thôi. Các block còn lại người dùng phải tự click vào các block đó mở expand ra nội dung.

    Mình đang muốn lúc vào Tour Single thì tất cả các block trong Tour Plan sẽ tự expand ra hết thì mình cần làm như thế nào.

    Xin cảm ơn

    #21160

    Hi bạn,

    Bước 1: Bạn copy file triply/template-parts/booking/single/steps.php vào child-theme
    triply-child/template-parts/booking/single/steps.php

    Bước 2: Tìm đoan code sau đây:

     <div class="block_step_content collapse-body">
                            <div class="content">
                                <?php echo wpautop( $step['attraction'] ); ?>
                            </div>
                        </div>

    Và sửa lại thành:

     <div class="block_step_content collapse-body block_active">
                            <div class="content">
                                <?php echo wpautop( $step['attraction'] ); ?>
                            </div>
                        </div>
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.