renup
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Show Custom fields in job dashboard & jobs pageHi,
Thanks for the above info.
Can you please let me know if I can create a hidden field in jobs form?
Thanks
Hi,
There is no such woocommerce.pot file. Where can I replace the text with custom text?
Thanks
Forum: Plugins
In reply to: [WooCommerce] display related products by custom taxonomyHi,
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
In reply to: [YITH WooCommerce Wishlist] change Product successfully removedHi,
It worked.
Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Populate a field with product nameThanks 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
Hi,
I solved the problem by removing cache plugin.
Thank You πForum: Plugins
In reply to: [Rich Reviews by Starfish] How to display rating for each product vendorHi,
Can you please let me know if you have found any solution for the above?
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,
RenuHi 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
RenuHi Charlie,
Thanks a lot! It worked exactly what we need. Your quick support is highly appreciated.
Best Regards,
RenuHi 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.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??