Title: productioncat's Replies | WordPress.org

---

# productioncat

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/productioncat/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/productioncat/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Search Lite - Live Search & Filter] Woocommerce – Hide out of stock items from search results](https://wordpress.org/support/topic/woocommerce-hide-out-of-stock-items-from-search-results/)
 *  [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-hide-out-of-stock-items-from-search-results/#post-6739592)
 * Your code doesn’t work on my site.
 * Is it possible to change some codes in this file? /public_html/wp-content/themes/
   zorka/lib/ajax-action/search-product-ajax-action.php
 *     ```
       if ( $keyword ) {
   
                       $search_query = array(
   
                               'search_prod_title' => $keyword,
   
                               'order'             => 'DESC',
   
                               'orderby'           => 'date',
   
                               'post_status'        => 'publish',                        
   
                               'post_type'         => array('product'),                        
   
                               'nopaging' => true,
   
                       );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackUpWordPress] No backup after click the run button](https://wordpress.org/support/topic/no-backup-after-click-the-run-button/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/no-backup-after-click-the-run-button/#post-6668526)
 * Sometimes works, sometimes doesn’t.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Newsletter - Send awesome emails from WordPress] Great Plugin](https://wordpress.org/support/topic/great-plugin-7753/)
 *  [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/great-plugin-7753/#post-8018995)
 * Got it. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] How to classify the subscribers?](https://wordpress.org/support/topic/how-to-classify-the-subscriber/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-classify-the-subscriber/#post-4398042)
 * Got it. Great function! Thanks so much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] How to classify the subscribers?](https://wordpress.org/support/topic/how-to-classify-the-subscriber/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-classify-the-subscriber/#post-4398039)
 * I don’t want to divide them by subscription time. I just need to import some 
   subscribers and save them in separate group manually and prevent them to be mixed
   up with new subscribers. Any suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] How to classify the subscribers?](https://wordpress.org/support/topic/how-to-classify-the-subscriber/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-classify-the-subscriber/#post-4397993)
 * Didn’t find the function. I need to divide 1000 subscribe into 3 groups according
   to the subscription time.
 * Please advise. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] How to change thumbnail size in Theme vimeo-like](https://wordpress.org/support/topic/how-to-change-thumbnail-size-in-theme-vimeo-like/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-change-thumbnail-size-in-theme-vimeo-like/#post-4381995)
 * Got it. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] Sender Email Address Issue](https://wordpress.org/support/topic/sender-email-address-issue/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sender-email-address-issue/#post-4381994)
 * Thanks. It’s fixed now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] How to change thumbnail size in Theme vimeo-like](https://wordpress.org/support/topic/how-to-change-thumbnail-size-in-theme-vimeo-like/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-change-thumbnail-size-in-theme-vimeo-like/#post-4381806)
 * I figure it out by myself. To change the thumbnail, you should go to change the
   code in the file located at wp-content/plugins/newsletter/emails/themes/vimeo-
   like/theme.php
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Why uploaded background image doesn't work?](https://wordpress.org/support/topic/why-uploaded-background-image-doesnt-work/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/why-uploaded-background-image-doesnt-work/#post-4338256)
 * One more question how to delete meta information line, such as( No Comments |
   Jul 21, 2013 ) in related post widget?
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Featured image to be recognize in page analysis](https://wordpress.org/support/topic/featured-image-to-be-recognize-in-page-analysis/)
 *  [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/featured-image-to-be-recognize-in-page-analysis/#post-4096969)
 * My theme did the same thing. If I insert the same image into the post content,
   my site would be slow down with too many images. [http://www.discountcouponsave.com/fuel-saving-tips/](http://www.discountcouponsave.com/fuel-saving-tips/)
 * If the featured images are not recognized by Yoast, would it affect the SEO? 
   If not, can we just let it be.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Featured image to be recognize in page analysis](https://wordpress.org/support/topic/featured-image-to-be-recognize-in-page-analysis-1/)
 *  [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/featured-image-to-be-recognize-in-page-analysis-1/#post-4131410)
 * Same question. Who can help?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackUpWordPress] How to restore the database to a new hosting with the same domain](https://wordpress.org/support/topic/how-to-restore-the-database-to-a-new-hosting-with-the-same-domain/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-restore-the-database-to-a-new-hosting-with-the-same-domain/#post-4101308)
 * Thanks for your reply. My stie [http://www.discountcouponsave.com/](http://www.discountcouponsave.com/)
   has been restored with your plugin very well. Your plugin works pretty good.
   
   Thanks for your hard work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] How to set specific posts in the newsletter?](https://wordpress.org/support/topic/how-to-set-specific-posts-in-the-newsletter/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [13 years ago](https://wordpress.org/support/topic/how-to-set-specific-posts-in-the-newsletter/#post-3962761)
 * How to compose it by hand. Is there any short code can be used for inserting 
   posts thumbnail and excerpt into the newsletter? Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Xin Magazine] why backup size is so large with your theme](https://wordpress.org/support/topic/why-backup-size-is-so-large-with-your-theme/)
 *  Thread Starter [productioncat](https://wordpress.org/support/users/productioncat/)
 * (@productioncat)
 * [13 years ago](https://wordpress.org/support/topic/why-backup-size-is-so-large-with-your-theme/#post-3943296)
 * Sorry. I found it’s nothing to do with your theme at last. I like your theme 
   pretty much and won’t switch. Thanks.

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/productioncat/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/productioncat/replies/page/2/?output_format=md)