Author Archives: admin
About 0 results (0.46 seconds)
-
Phóng to thu nhỏ
https://abweb.vn/phong-to-thu-nho/
-
Công cụ Css tự động giới hạn cắt dòng chữ
https://abweb.vn/cong-cu-css-tu-dong-gioi-han-cat-dong-chu/
-
Công cụ tạo màu Gradient
https://abweb.vn/cong-cu-tao-mau-gradient/
-
Protected: Cào sản phẩm có biến thể bằng WP Content Crawler & KDN Auto leed
https://abweb.vn/cao-san-pham-co-bien-the/
There is no excerpt because this is a protected post.
-
List Bảng giá có dotted
https://abweb.vn/list-bang-gia-co-dotted/
-
Chèn số cờ nước vào số điện thoại contact 7 không dùng Plugin
https://abweb.vn/chen-so-co-nuoc-vao-so-dien-thoai-contact-7-khong-dung-plugin/
Bạn đang muốn chèn cờ và tên nước vào trường điện thoại của contact 7 giống như hình dưới. Vui lòng copy đoạn code sau vào file function: function chen_css_js_phone_country() { wp_enqueue_style( ‘nb-intlTelInput-style’, ‘https://abweb.vn/wp-content/themes/flatsome-child/tools/contact7-flag/flag.css’ ); wp_enqueue_script( ‘nb-intlTelInput-script’,’https://abweb.vn/wp-content/themes/flatsome-child/tools/contact7-flag/flag.js’, array( ‘jquery’ ) ); } add_action( ‘wp_enqueue_scripts’, ‘chen_css_js_phone_country’ ); function custom_js_phone_country(){ ?> <script>(function($) { $(function() { $(“.wpcf7-tel”).intlTelInput({ autoPlaceholder:
-
Code tạo đường dẫn breacum wordpress.
https://abweb.vn/code-tao-duong-dan-breacum-wordpress/
Code tạo đường dẫn wordpress. Sử dụng chỉ cần gọi hàm: duong_dan() Create breacum function duong_dan() { if ( is_front_page() ) { return; } global $post; $custom_taxonomy = ”; $defaults = array( ‘seperator’ => ‘»’, ‘id’ => ‘duong-dan’, ‘classes’ => ‘duong-dan’, ‘trangchu’ => esc_html__( ‘Home’, ” ) ); $sep = ‘<li class=”seperator”>’.
-
Show video trong chi tiết sản phẩm giao diện flatsome | Show video in Product Details
https://abweb.vn/show-video-trong-chi-tiet-san-pham-giao-dien-flatsome/
Trong chi tiết sản phẩm của giao diện flatsome có field nhập link video. Bạn muốn hiện field này theo vị trí mong muốn. Code dưới đây sẽ giúp bạn tạo shortcode cho nó. Bạn có thể dùng shortcode này để hiện ở bất kỳ vị trí nào trong trang chi tiết sản phẩm của
-
Thu gọn biến thể woocomerce | View More / Collapse Variations in WooCommerce
https://abweb.vn/thu-gon-bien-the-woocomerce/
Bạn có nhiều biến thể nhưng muốn thu gọn để tăng trải nghiệm cho người dùng. English: You have many variations but want to condense them to enhance the user experience Hãy chép đoạn code dưới đây vào file function nhé: English: Please copy the following code into the function file function thugon_xem_them_bien_the(){ ?> <script>
-
Code lấy bài viết liên quan flatsome nếu không có tag lấy theo danh mục
https://abweb.vn/code-lay-bai-viet-lien-quan-flatsome-neu-khong-co-tag-lay-theo-danh-muc/
Lấy bài viết liên quan theo tag, nếu bài viết không có tag thì lấy bài liên qian theo danh mục: <?php $post_tags = get_the_tags(); if ($post_tags) { echo ‘<section class=”section-baiviet section-event”> <div class=”container”> <h3 class=”text-center sub-headline”><span class=”text”>Tin liên quan</span></h3>’; $tag_ids = array(); foreach ($post_tags as $individual_tag) { array_push($tag_ids, $individual_tag->term_id); } $my_query = new WP_Query(array(