Title: Andriyan Anton's Replies | WordPress.org

---

# Andriyan Anton

  [  ](https://wordpress.org/support/users/multara/)

 *   [Profile](https://wordpress.org/support/users/multara/)
 *   [Topics Started](https://wordpress.org/support/users/multara/topics/)
 *   [Replies Created](https://wordpress.org/support/users/multara/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/multara/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/multara/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/multara/engagements/)
 *   [Favorites](https://wordpress.org/support/users/multara/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[First Order Discount] Discount not always applied](https://wordpress.org/support/topic/discount-not-always-applied/)
 *  Plugin Author [Andriyan Anton](https://wordpress.org/support/users/multara/)
 * (@multara)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/discount-not-always-applied/#post-9379882)
 * Discount apply only for already registered users
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[First Order Discount] WHEN AND HOW THE DISCOUNT IS COMUNICATE TO THE CUSTOMER?](https://wordpress.org/support/topic/when-and-how-the-discount-is-comunicate-to-the-customer/)
 *  Plugin Author [Andriyan Anton](https://wordpress.org/support/users/multara/)
 * (@multara)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/when-and-how-the-discount-is-comunicate-to-the-customer/#post-8399691)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[First Order Discount] WHEN AND HOW THE DISCOUNT IS COMUNICATE TO THE CUSTOMER?](https://wordpress.org/support/topic/when-and-how-the-discount-is-comunicate-to-the-customer/)
 *  Plugin Author [Andriyan Anton](https://wordpress.org/support/users/multara/)
 * (@multara)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/when-and-how-the-discount-is-comunicate-to-the-customer/#post-8395076)
 * 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](https://ps.w.org/first-order-discount/assets/screenshot-1.png)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media not showing](https://wordpress.org/support/topic/media-not-showing-1/)
 *  [Andriyan Anton](https://wordpress.org/support/users/multara/)
 * (@multara)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/media-not-showing-1/#post-7720029)
 * Maybe 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can pictures actually slow down your website?](https://wordpress.org/support/topic/can-pictures-actually-slow-down-your-website/)
 *  [Andriyan Anton](https://wordpress.org/support/users/multara/)
 * (@multara)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/can-pictures-actually-slow-down-your-website/#post-7720027)
 * Use plugins for optimaze and crop images:
    [https://wordpress.org/plugins/simple-image-sizes/](https://wordpress.org/plugins/simple-image-sizes/)
   [https://wordpress.org/plugins/ewww-image-optimizer/](https://wordpress.org/plugins/ewww-image-optimizer/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change header color](https://wordpress.org/support/topic/change-header-color-10/)
 *  [Andriyan Anton](https://wordpress.org/support/users/multara/)
 * (@multara)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/change-header-color-10/#post-7719783)
 * try this:
    /wp-content/themes/bestbuild/style.css
 * #header {
    background: #ccc; }

Viewing 6 replies - 1 through 6 (of 6 total)