MyThemeShop
Forum Replies Created
-
Hello @mrpuyal,
Thank you for contacting MyThemeShop. Really sorry for the inconvenience that might have happened due to this.
There is a hook in the Pro version to disable the review functionality on a particular CPT. Unfortunately, it is not available in the free version.
Regarding the amp issue, can you please tell us which AMP plugin you are using?
Looking forward to helping you.
Thank you
Forum: Plugins
In reply to: [WP Tab Widget] show / hide the number of commentsHello,
Thank you for contacting MyThemeShop, really sorry for the delayed response.
We offer an option to hide the comments. Please refer to this screenshot https://i.rankmath.com/9eZm7l
I hope this helps.
Thank you.
Forum: Plugins
In reply to: [WP Tab Widget] Conflict with WP RocketHello @davidpaj,
Thank you for contacting MyThemeShop. Could you please share the page URL where you have added the Tab widget?
Looking forward to helping you.
Thank you.
Hi @thetyke,
Thank you for contacting MyThemeShop.
Separate review schema is not supported anymore by Google, first, you need to select the right Schema type like Book, Product, etc then from that you can add review Schema in it.
For more details, please check this article: https://mythemeshop.com/kb/wp-review-pro/stars-not-appearing-in-the-search-engine-result-pages/
Thank you.
Hello @ahelling,
Thank you for contacting MyThemeShop today.
It looks like font icon files are not loading on your site, did you install any new plugin or theme recently?
Can you please enable the health check plugin and test your site with Twenty Twenty WordPress theme & only WP Review?
Then do not enable the theme, but start enabling one plugin at a time and keep on testing.
Keep the theme for the last to rule out the possibility.
Looking forward to helping you.
Thank you.
Hello @lichttraeumer, @frank6tg, @mawosch
Sorry for the late reply. We have released the new update. Could you please test and confirm if everything is working as expected?
Thank you.
Hello @sudhir101,
Thank you for contacting MyThemeShop.
It looks like schema code related to the rating is printing fine for your pages. Please check here https://search.google.com/test/rich-results?id=oMK8j3NnynnhOYwujQlYlA
But, stars appearing in the Search Results is totally up to Google. I would recommend waiting for some more time.
Thank you.
Forum: Plugins
In reply to: [Launcher: Coming Soon & Maintenance Mode] Launcher Page wont be disabledHello @cyberhero,
Sorry for the late reply. We are unable to reproduce the issue, could you please share the steps to reproduce it?
Looking forward to helping you.
Thank you.
Forum: Plugins
In reply to: [WP Subscribe] Change color subscribeHello @lightyouup,
Thank you for contacting MyThemeShop.
Unfortunately, color options are not available in the free version, but if you know a little bit of CSS code, you can easily change colors like background by adding that code in the WP Dashboard >> Appearance >> Customizer >> Additional CSS
Here is the code to change the subscription box’s background color:
// Box background. .wp-subscribe-wrap { background: #03A9F4; // Make subscription box blue } // Input field background. .wp-subscribe-wrap input.email-field, .wp-subscribe-wrap input.name-field { background: #1790c7; }
Hope this helps.
Thank you.
You don’t need the addon if you are using our plugin for WC products, here is the example of Schema code which our plugin outputs https://search.google.com/test/rich-results?id=J-jHDswWCh0J4Tyc0FixgQ
Hope this helps.
Thank you.
Hello @tigervilja,
Thank you for contacting MyThemeShop.
WP Review Pro supports replacing default WooCommerce review form with our own review form, which will also print the Schema code require for displaying stars in the Google Search Results. But this will only work for the new reviews.
Here is the WooCommerce product demo https://demo.mythemeshop.com/wp-review-pro/product/woocommerce-product/
Looking forward to helping you.
Thank you.
Hello @wiraz1984,
Thank you for contacting MyThemeShop.
How are you enabling reviews in all the posts? There is no option to enable review boxes in all the old posts by default?
If possible, please share the post URL where you want to hide it.
Looking forward to helping you.
Thank you.
Hi @emanueletocci,
Could you please share the screenshot of the backend settings for that post? and if possible, please share the post link so we can test it using Google’s Structured data testing tool.
Thank you.
Hi @emanueletocci,
Assuming that you are using the latest version of the plugin, could you please tell us which schema type are you using?
Thank you.
Forum: Plugins
In reply to: [WP Tab Widget] image sizes, text align and more.Hello @davil2008,
Thank you for contacting MyThemeShop.
1. Please add below code in your theme’s functions.php file, or you can use Code Snippets plugin to add the code.
add_action( 'init', 'personal_wp_review_thumb_size', 11 ); function personal_wp_review_thumb_size() { add_image_size( 'wp_review_small', 100, 100, true ); // Small Thumb. add_image_size( 'wp_review_large', 300, 200, true ); // Large Thumb. }
2. Do you mean the tab title? If so, please add below code in the WP Dashboard >> Appearance >> Customizer >> Additional CSS:
.widget .wpt_widget_content .tab_title a { text-align: right; padding-right: 10px; }
3 & 4. Unfortunately, these features are available in the pro version only.
If anything else, please let us know.
Thank you.