webkitvn
Forum Replies Created
-
Thank you, I look forward to hearing positive news from you soon
Forum: Plugins
In reply to: [Contact Form 7] wpcf7_add_form_tag not workingThank you ??
Forum: Plugins
In reply to: [Contact Form 7] wpcf7_add_form_tag not workingSorry, my website is running in local so I can’t show it here
Please see images below
Thank you
Forum: Plugins
In reply to: [Simple Download Monitor] Get direct url to fileI use get_post_meta function and it work for me. Thanks for the support
Forum: Plugins
In reply to: [Simple Download Monitor] Get direct url to fileI’m using Embed Any Document plugin, and I need to get the pdf file urls to show it’s content.
Thanks, I’ll try
I mean use external images instead of download them
Default, Woo will download the image when importingForum: Plugins
In reply to: [WooCommerce] How to get Attributes related to product CategoryI don’t use wp_nav_menu() function, so is there any other way to get Attributes related to product Category?
Forum: Fixing WordPress
In reply to: Nothing appears using get_the_excerpt() in category.phpI disabled Litespeed Cache but nothing change.
I create a custom query and it works normally<?php $query = new WP_Query(array( 'post_type' => 'post', 'posts_per_page' => '4' )); while($query->have_posts()) : $query->the_post(); ?> <div class="col-12 col-sm-12 col-md-6 col-lg-3"> <a href="<?php the_permalink() ?>" class="post"> <?php the_post_thumbnail() ?> <h4><?php the_title() ?></h4> <p><?php echo get_the_excerpt() ?></p> </a> </div> <?php endwhile; ?>
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Th? t? t?nh/ huy?n b? ??oB?n ?i, c?a mình v?n b?, mình hi?n t?i ??u update lên version m?i nh?t
Forum: Plugins
In reply to: [WooCommerce] product image and gallery not working in quick view fancyboxI have same problem when create my own ajax quickview with bootstrap modal, it work except the image slider not working.
Version 4.x is too bad :(. I have to downgrade and it working !!!