judgeme
Forum Replies Created
-
Hi Manhua,
Thanks for reaching out to us about this. We cannot find the shop associated with the domain like you have mentioned. Can you please reply with the following details:
– The email that you’ve used to install our app.
– In the case that you’ve recently changed your domain, we will also need your previous domain to update in our system.Look forward to hearing from you!
- This reply was modified 6 years, 7 months ago by judgeme.
- This reply was modified 6 years, 7 months ago by Jan Dembowski.
Forum: Reviews
In reply to: [Judge.me Product Reviews for WooCommerce] There is no downside!Thank you for the great 5 star review !
We are happy to hear you enjoy using our app. Our customer support team is always happy assist you.
Thank you for your review!
If you have any questions about our features , donβt hesitate to contact our 24/7 support team.
- This reply was modified 6 years, 8 months ago by judgeme.
Thank you for your review!
If you have any questions about our features , don’t hesistate to contact our 24/7 support team.
Forum: Reviews
In reply to: [Judge.me Product Reviews for WooCommerce] Best Review App for WoocommerceThank you so much for this great review.
We hope you have a great time using our app!
Forum: Reviews
In reply to: [Judge.me Product Reviews for WooCommerce] Stellar service and support.Thank you so much for the kind words!
We are happy to hear you are enjoying our app.
Please don’t hesitate to reach out when you have any questions
Hello @thinkerofcode, thank you for reaching out.
We would need to know the name of your site, so we can check this issue there.
Best
Hi @prosakib
Thank you again for writing this review, it really means a lot to us.
We hope you continue enjoying the app, and of course if you have any question please don’t hesitate to reach out to our Support.
Best
Forum: Reviews
In reply to: [Judge.me Product Reviews for WooCommerce] Free and easyHello @napathello and sorry for the late reply.
We wanted to thank you for your review, it’s very rewarding for us to hear that you and other merchants are finding our app practical and easy to use. We aim to keep it this way or better.
If you have any question or issue, please don’t hesitate to contact our Support.
You’re welcome π
Don’t hesitate to contact our Customer Support again if you have any other question or issue.
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Sub DIrectoriesHi @dscisme73
Thank you for showing this interest in our app.
Unfortunately, at the moment and as you know, it’s only possible to install our plugin in working root domains.
Our app is totally free in Woocommerce so you don’t have to worry about paying for any of its functionalities. If you want to help us grow and are interested in pushing this functionality, we’d appreciate if you can post your comment in our feature requests forum so other shops can comment and vote on it:
https://judgeme.featureupvote.com/?order=popular&filter=allexceptdoneBest
- This reply was modified 6 years, 11 months ago by judgeme.
Hi @moreddwr,
We’re very glad that you’re enjoying the app so far and we really appreciate your review.
If you need help with anything else don’t hesitate to contact again our Support Team.
Forum: Reviews
In reply to: [Judge.me Product Reviews for WooCommerce] Absolutely top notch support!Hello @tomnmedia and excuse us for this delayed answer to your review.
We just wanted to say thank you for taking the time to write this awesome comment. If you ever have any other question or issue, don’t hesitate to contact our support again.
Thank you.
We’ve contacted you by email. Let us know if the solution works for you.
The CSS code that I wrote before had a mistake in the quotation marks, as it seems that this forum is reformatting the marks, please just delete the marks in the previous code and write them again.
Hello @oweibor and thank you for reaching out.
You can remove our widgets with these codes:
Review Widget on Product Page:
remove_action( ‘woocommerce_after_single_product_summary’, array( ‘JGM_Widget’, ‘judgeme_review_widget’ ), 14 );Preview Badge on Product Page:
remove_action( ‘woocommerce_single_product_summary’, array( ‘JGM_Widget’, ‘judgeme_preview_badge’ ), 9 );Preview Badge on Category Page:
remove_action( ‘woocommerce_after_shop_loop_item_title’, array( ‘JGM_Widget’, ‘judgeme_preview_badge’ ), 5 );To hide the question badge if the questions are zero, try this CSS instead:
.jdgm-prev-badge[data-number-of-questions=”0″] .jdgm-qa-badge {display: none;}- This reply was modified 6 years, 11 months ago by judgeme.