Category Archives: Wordpress Themes
Sửa theme kallyas
Sửa tên theme: trong file style.css của main theme thì nó sẽ thay đổi bên...
Tạo element news trên flatsome
<?php function news_ux_builder_element(){ add_ux_builder_shortcode(‘inno_news’, array( ‘name’ => __(‘News Element’), ‘category’ => __(‘Content’), ‘priority’ => 1,...
Tạo element trong child theme kallyas
In this article, we will go trough creating a custom pagebuilder element for Kallyas. Please...
Nhúng file trong theme flatsome
Đây là nhúng code dành cho child themerequire_once ( get_stylesheet_directory() . ‘/shortcode/title1.php’ );require_once ( get_stylesheet_directory()...
Chỉnh sửa url profolio trên flatsome
xem video: https://www.youtube.com/watch?v=3cl6XCUjOPI
Chèn text domain để dịch wp
Mỗi theme đều có text-domain để có thể dịch theme đó qua các ngôn ngữ...
Tạo widget đè lại widget cũ trong child theme trên flatsome
Đây là code mẫu:function my_flatsome_widgets_init() { remove_action( ‘widgets_init’, ‘flatsome_widgets_init’ ); $title_before = ”; $title_class =...
Remove action flatsome – xóa bỏ bắt buộc cài plugin
Dùng để xóa bỏ chức năng bắt buộc cài plugin khi cài đặt theme:
Hướng dẫn tạo child theme cho kallyas
Tạo 1 folder theme mới với cấu trúc như sau: File style.css: /*Theme Name: ...
Tạo element trong kallyas
Nhân đôi element, đổi tên folder, file, và các class chính trong elememt. Lưu ý:...
