Title: renup's Replies | WordPress.org

---

# renup

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Show Custom fields in job dashboard & jobs page](https://wordpress.org/support/topic/show-custom-fields-in-job-dashboard-jobs-page/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/show-custom-fields-in-job-dashboard-jobs-page/#post-7162368)
 * Hi,
 * Thanks for the above info.
 * Can you please let me know if I can create a hidden field in jobs form?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Ajax Search] change text when no products are there matching search](https://wordpress.org/support/topic/change-text-when-no-products-are-there-matching-search/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/change-text-when-no-products-are-there-matching-search/#post-6874946)
 * Hi,
 * There is no such woocommerce.pot file. Where can I replace the text with custom
   text?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] display related products by custom taxonomy](https://wordpress.org/support/topic/display-related-products-by-custom-taxonomy/)
 *  [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/display-related-products-by-custom-taxonomy/#post-6542130)
 * Hi,
    I would like to display all products of a vendor in a page. I am using the
   below code but it displays all products of all vendors. But I want only products
   of a paricular vendor.
 * function is_vendor_page()
    { $vendortax = get_query_var( ‘taxonomy’ ); if( $vendortax
   == shop_vendor) { $vendor_id = get_queried_object()->term_id; $wp_query = new
   WP_Query( array( ‘post_status’ => ‘publish’, ‘posts_per_page’ => 99, ‘post_type’
   => ‘product’, ‘tax_query’ => array( ‘taxonomy’=> ‘shop_vendor’, ‘field’ => ‘id’,‘
   terms’ => $vendor_id) ) ); if ($wp_query->have_posts() ) { while ( $wp_query-
   >have_posts() ) { $wp_query->the_post(); ……… ………. } }
 * can you please help me in this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] change Product successfully removed](https://wordpress.org/support/topic/change-product-successfully-removed/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/change-product-successfully-removed/#post-6803368)
 * Hi,
 * It worked.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Populate a field with product name](https://wordpress.org/support/topic/populate-a-field-with-product-name/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/populate-a-field-with-product-name/#post-6777666)
 * Thanks for your quick response. will see the article.
    We are using “WP Mail 
   SMTP” plugin. Since then when we submit the contact form we are getting the error–“
   Failed to send your message. Please try later or contact the administrator by
   another method.”
 * Is the contact form 7 not compatible with this plugin?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] Wishlist page displaying – No products were added to the wishlist](https://wordpress.org/support/topic/wishlist-page-displaying-no-products-were-added-to-the-wishlist/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/wishlist-page-displaying-no-products-were-added-to-the-wishlist/#post-6765267)
 * Hi,
    I solved the problem by removing cache plugin. Thank You 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rich Reviews by Starfish] How to display rating for each product vendor](https://wordpress.org/support/topic/how-to-display-rating-for-each-product-vendor/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/how-to-display-rating-for-each-product-vendor/#post-6436259)
 * Hi,
 * Can you please let me know if you have found any solution for the above?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rich Reviews by Starfish] Display Review Score for each page on the Category Page](https://wordpress.org/support/topic/display-review-score-for-each-page-on-the-category-page/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/display-review-score-for-each-page-on-the-category-page/#post-6103129)
 * Hi Charlie,
 * Thanks for your quick response.
 * I would like to have this form size change, to be applied for all pages and all
   instances of Rich Reviews Form.
 * I have included the code you suggested above in my theme **Custom CSS** block.
   However, the font size is getting reduced but the form size is not reducing. 
   It remains same. Is there anything to be changed?
 * Regards,
    Renu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rich Reviews by Starfish] Display Review Score for each page on the Category Page](https://wordpress.org/support/topic/display-review-score-for-each-page-on-the-category-page/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/display-review-score-for-each-page-on-the-category-page/#post-6103122)
 * Hi Charlie,
 * How to reduce the width of the “Review Form”? I have attached a screenshot for
   your reference. In that screenshot, you can see that in a page we have 3 columns
   and we placed review form in the 3rd column. But it is coming out of the page
   boundary.
 * So we want to reduce the width of that form(or table if it is). How can we do
   that?
 * Thanks
    Renu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rich Reviews by Starfish] Display Review Score for each page on the Category Page](https://wordpress.org/support/topic/display-review-score-for-each-page-on-the-category-page/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/display-review-score-for-each-page-on-the-category-page/#post-6103113)
 * Hi Charlie,
 * Thanks a lot! It worked exactly what we need. Your quick support is highly appreciated.
 * Best Regards,
    Renu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rich Reviews by Starfish] Display Review Score for each page on the Category Page](https://wordpress.org/support/topic/display-review-score-for-each-page-on-the-category-page/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/display-review-score-for-each-page-on-the-category-page/#post-6103109)
 * Hi Charlie,
 * It worked by using the shortcodes you mentioned. Thanks.
 * I need one more help in the following:
 * In the Homepage sidebar, I want to show Recent reviews for upto 5 products. For
   Rich Reviews, there is a widget “Rich Review Show All”. It is showing all the
   reviews. Also it is not displaying product name but displaying only reviews. 
   I would like to have Recent reviews with clickable product name of that review.
   How to do this?
 * Thanks,
    Renu.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Email Verification] After user register, a message should be displayed to activate their account.](https://wordpress.org/support/topic/after-user-register-please-check-your-email-to-activate-your-account-message/)
 *  Thread Starter [renup](https://wordpress.org/support/users/renup/)
 * (@renup)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/after-user-register-please-check-your-email-to-activate-your-account-message/#post-5964234)
 * Hello!
 * May I know why is the delay to provide solution for this? Is “displaying the 
   notice after user registration” feature of Pro version and not there in free 
   plugin??

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