Lightbox flatsome cho phép bạn hiển thị hộp thoại Popup vào trang web WordPress một cách dễ dàng. Flatsome hỗ trợ component lightbox đẹp mắt, để kích hoạt lightbox chúng ta sẽ nhấn vào nút hoặc liên kết với link #link-id.
Sau đây là một số ví dụ đơn giản về lightbox.
Lightbox đơn giản
1 |
[button text="Lightbox button" link="#test"] [lightbox id="test" width="600px" padding="20px"] Add lightbox content here... [/lightbox] |
( anh em nhớ để ý [ button <= khoảng cách giữa 2 ký tự )
Ta được Demo Sau :
1 |
[button text="Lightbox button" link="#test"][lightbox id="test" width="600px" padding="20px"]Add lightbox content here...[/lightbox] |
Newsletter
Bạn có thể sử dụng lightbox để tạo đăng ký newsletter trong flatsome. Xem ví dụ sau:
1 |
<a href="#newsletter-signup-link"><span class="icon-envelop"></span> Newsletter Signup</a> |
1 2 3 4 5 6 7 8 9 10 |
[lightbox id="newsletter-signup-link" width="600px" padding="20px"] [ux_banner bg="http://imageurl" height="400px" link="" animation="fadeInLeft" text_align="left" text_pos="left top" text_color="dark" text_width="40%"] <h3>Signup for Newsletter</h3> <div class="tx-div medium"></div> [ninja_forms_display_form id=1] [/ux_banner] [/lightbox] |
Lightbox tự động bật
Mặc định lightbox không tự động bật, phải được kích hoạt khi bạn nhấn nút hoặc liên kết trên trang. Tuy nhiên, bạn cũng muốn tự động bật lightbox khi load trang. Sử dụng đoạn shortcode sau đây:
1 2 3 4 5 6 7 |
[ lightbox auto_open="true" auto_timer="3000" auto_show="always/once" id="newsletter-signup-link" width="600px" padding="20px"] [ ux_banner bg="http://imageurl" height="400px" link="" animation="fadeInLeft" text_align="left" text_pos="left top" text_color="dark" text_width="40%"] <h3>Signup for Newsletter</h3> <div class="tx-div medium"></div> [ninja_forms_display_form id=1] [ /ux_banner] [ /lightbox] |
Các bạn nhớ để ý đến dòng này
auto_show=”always/once” ( hiện thị 1 lần hoặc luôn luôn hiện thị mỗi lần chạy lại trang )
Link Demo tham khảo https://flatsome3.uxthemes.com/elements/lightbox/
Trên đây là những ví dụ về mã shortcode để tạo lightbox trong flatsome, nếu bạn có những ý tưởng nào hay về cách sử dụng flatsome xin chia sẻ với chúng tôi dưới bài viết này nhé.
Pingback: Thêm form đăng ký newsletter - Lightbox Flatsome 13.3.3