arkjudgeme
Forum Replies Created
-
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] In-store review form not workingHello @thedareback,
You can enable this one in Widget > customize Write a review > you’ll find a light brown banner says “Upgrade to our new and improved form…” > click to Upgrade now button.
To disable it, please reach to us so we can assist with this.
Hello,
Thank you for bringing this to our attention.
Upon checking the mentioned product using Google’s Rich Results Test, we found that there are currently no errors or warnings related to the product schema structure.
We also ran tests on a few other products, and the results were the same — all are passing without any structured data issues.
If you’re still seeing errors or warnings in Google Search Console, it’s possible that the data there hasn’t been updated yet. We recommend waiting a few days, as Google may take some time to re-crawl and reflect the latest schema changes.
Regards.
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Support for WPMLHi there,
Thank you for reaching us.
Upon checking with our development team, unfortunately, we don’t have any plan to integrate with WPML currently.
That said, if this changes in the future, we’ll be sure to let you know as soon as there are any updates.
Thanks.
Hello,
Thanks for letting us know.
It should be aligned in center now. Please help us check again.
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] H2 jdgm-rev-widg__title”Hi there,
We do not recommend adding any scripts directly to your
functions.phpfile, as it can lead to theme conflicts or be overwritten during theme updates.If you don’t currently have a plugin that supports adding custom scripts, we suggest installing Simple Custom CSS and JS by SilkyPress. It offers a simple and safe way to insert custom code without modifying core theme files.
Upon checking your site, we noticed the
jdgm-rev-widg__titleis already wrapped by in aptag.Hi there,
Yes, it should be added in the source code of the coupon email. Before adding this, please help us check again by sending a sample coupon email to your mailbox to see if the logo has been centerlized yet(because we have already applied this in the previous message).
Hello,
Thanks for reaching us.
We have managed to centerlize the logo on coupon emails by injecting a custom css into the template:
<style>
.header__content { text-align: center; }
table.header__content-table { display: inline; }
td.header__view-full-email-link-cell { display: none; }
</style>Feel free to send sample emails to your email to double check this.
Hello,
Thanks for clarifying the new issue.
Upon checking, we notice there are some script making the page unscrollable when featuring an image(same as when you click on the product image). Therefore, we would propose a solution to make the backgound of the image light box to be completely dark so people won’t notice the background and after people exit it, it will instantly return to the image area.
Below is the CSS code to adapt this:
.jm-mfp-bg.jm-mfp-ready {
background: black !important;
}
.jm-mfp-wrap {
z-index: 10001 !important;
}
.jm-mfp-bg {
z-index: 10000 !important;
}
html{
scroll-behavior: auto !important;
}You can add it from Appearance → Customize → Additional CSS
Forum: Plugins