Andriyan Anton
Forum Replies Created
-
Forum: Plugins
In reply to: [First Order Discount] Discount not always appliedDiscount apply only for already registered users
Hi, you could config e-mail for customer in your woocommerce setting.
Unfortunately, I can’t create discount for guests order, because WordPress couldn’t count orders for them. And they can clean cookies and each they order will be first for WordPress.I hope I helped you 🙂
Thanks for the question.Hi, I’m sorry to be late with the reply.
You create an account on your site or make order like guest? Or maybe you didn’t config plugin https://ps.w.org/first-order-discount/assets/screenshot-1.png
Forum: Fixing WordPress
In reply to: Media not showingMaybe this theme is not support thumbnail. Add this code to ypur function.php:
add_theme_support( 'post-thumbnails' );and this code where you want to get thumbnail:
if ( has_post_thumbnail() ) { the_post_thumbnail(); }Forum: Fixing WordPress
In reply to: Can pictures actually slow down your website?Use plugins for optimaze and crop images:
https://wordpress.org/plugins/simple-image-sizes/
https://wordpress.org/plugins/ewww-image-optimizer/Forum: Themes and Templates
In reply to: Change header colortry this:
/wp-content/themes/bestbuild/style.css#header {
background: #ccc;
}