Plus twice now, I’ve contacted support for help and they’ve been super quick to respond and super helpful. And the plugin is FREE!
Can’t say enough good things about Judge.Me
]]>Thanks for such an excellent review plugin. However, I can’t find where to change the position of the floating review widget from bottom to the right or maybe left. I have done this using the CSS code below:
.jdgm-revs-tab-btn[position=bottom] {
bottom: 50%;
left: -90px;
transform: rotate(270deg);
}
However, I feel this could be done in a better way. maybe if the JGM team could modify the shortcode’s callback function to accomodate a new attribute for position. Something like this?
[jgm-reviews-tab button='? Our Reviews' title='Let customers speak for us' position='left']
This would make a ton of sense. Thank you.
]]>I have placed it at the bottom of the product archive loop (https://scentsng.com/shop) using the hooks guide of oceanwp
add_action( 'ocean_after_archive_product_inner', array( 'JGM_Widget', 'judgeme_preview_badge' ), 5 );
However, the actions below don’t seem to work on my theme.
I also noticed the same issue in the single product page. Please, how I can remove the action on the archive loop?
remove_action( 'woocommerce_single_product_summary', array( 'JGM_Widget', 'judgeme_preview_badge' ), 9 ); //this didnt remove the judgeme_preview_badge
remove_action( 'woocommerce_after_shop_loop_item_title', array( 'JGM_Widget', 'judgeme_preview_badge' ), 5 ); //this didnt remove the judgeme_preview_badge
remove_action( 'woocommerce_archive_description', array( 'JGM_Widget', 'judgeme_preview_badge' ), 9 ); //this didnt remove the judgeme_preview_badge
remove_action( 'woocommerce_before_shop_loop_item', array( 'JGM_Widget', 'judgeme_preview_badge' ), 9 ); //this didnt remove the judgeme_preview_badge
remove_action( 'woocommerce_shop_loop_item_title', array( 'JGM_Widget', 'judgeme_preview_badge' ), 9 ); //this didnt remove the judgeme_preview_badge
remove_action( 'woocommerce_after_shop_loop_item_title', array( 'JGM_Widget', 'judgeme_preview_badge' ), 9 ); //this didnt remove the judgeme_preview_badge
remove_action( 'woocommerce_after_shop_loop_item', array( 'JGM_Widget', 'judgeme_preview_badge' ), 9 ); //this didnt remove the judgeme_preview_badge
remove_action( ‘woocommerce_after_shop_loop’, array( ‘JGM_Widget’, ‘judgeme_preview_badge’ ), 9 );
remove_action( 'woocommerce_after_main_content', array( 'JGM_Widget', 'judgeme_preview_badge' ), 9 ); //this didnt remove the judgeme_preview_badge
remove_action( 'woocommerce_before_main_content', array( 'JGM_Widget', 'judgeme_preview_badge' ), 9 ); //this didnt remove the judgeme_preview_badge
None of the above hooks could remove the judgeme_preview_badge
Also, I have activated question and answers on Judge.me, I’d like to know if there’s a function to disable the jdgm-qa-badge in the archive loop when there’s no question tied to the product? for now, I can use CSS to hide it completely, but I want it to display conditionally.
.jdgm-qa-badge {
display: none;
}
]]>I did exclude the script in my WP-Rocket settings but this should be addressed.
]]>https://www.productreview.com.au/p/protectme-textile.html?ref_r=www.protectmeproducts.com.au
Thanks by advance,
Shirkey
]]>