Love your plugin – thank you.
However, I am trying to set moderation for reviews submitted on the product page.
I have researched this and tried your advice to set moderation by checking all boxes for WordPress comments, as I believe reviews submitted in non-agg forms are handled as comments. This is all set as required, yet I am still not being notified of reviews and they are not being held for moderation.
I have read somewhere that you have to change the Review plugin settings to WordPress/Woo standard review display, rather than the plugin’s fancy one. I don’t wish to do this though – I like how the plugin’s review block looks, and don’t wish to go old school with the basic one. Plus, I’ve read that this removes images too, which I also don’t want.
My reasoning for wanting to moderate reviews is because I have opened review possibility to anyone who’s logged in rather than just verified owners. This is because I make many sales at local events where people are not buying through the website, and my customers want a way to review the product afterwards. I need to make sure the product they are reviewing is the correct product they purchased at the event, rather than someone just putting a review on any product online they see fit. In not being able to do so would actually result in somewhat ‘false’ reviews for products, which seems to go against what your goals of this plugin is.
Is there a way to achieve this without resorting to the basic Woo/WP look for reviews?
Additionally, I just wanted you to know that I am also experiencing difficulties with the [cusrev_reviews_grid] shortcode. When trying to display that on product pages, no review box appears – it just shows ‘no reviews to show’. I have attributed ‘add_review=”true”‘ and ‘products=”current”‘ but it doesn’t do anything – hence why I currently have no reviews on my site (unbeknownst to me, my customers were unable to add reviews with that shortcode in use, and I wasn’t aware until I simulated a purchase myself to check as there was no other way to do so). I now use [cusrev_all_reviews] instead, but really wanted a grid look. Do you perhaps know why this isn’t working for me?
Thank you for any help you can offer on these two issues.
Kay
]]>function post_parent_category_slug_shortcode() {
// get the current category ID
$category_id = get_the_category(get_the_ID());
// get the current category object
$child = get_category($category_id[0]->term_id);
// get it's parent object
$parent = get_category($child->parent);
// get it's second parent object
$second_parent = get_category($parent->parent);
echo ($child->name . ' ' . $parent->name . ' ' . $second_parent->name);
}
add_shortcode( 'post_parent_category_slug', 'post_parent_category_slug_shortcode');
When the post has exactly 2 subcategories the name of the main category and 2 subcategories displays fine. When the post has a different number of subcategories than 2, it gives error. I know my coding skills are not great, but is there a way to fix this shortcode and make it work?
Thanks in advance!
]]>Directory: https://www.mbanorth.co.za/find-a-builder/member-list/
Can someone assist us in what is missing and how to get the page working again?
Tobias
]]>I was given a ‘badge’ to insert into our website. I have inserted it via a widget (shortcode option). It shows up but I’d like it to look more centred, with some space between the badge and the top of the frame which it sits in.Please can someone help me check if this html below is correctly set up:
<center><a href="https://projectworldimpact.com/organization/orphans-unltd-inc" target="_blank" rel="noopener"><img src="https://projectworldimpact.com/partnership-badges/345173" /></a></center>
Secondly, our other badge is now not working.
If I remove the code / broken image and try to save (I’m in the widget section), I get a “JSON parse error” response.
This is the short code they have given me for the second badge:
<a href="https://www.guidestar.org/profile/04-3717267" target="_blank"><img src="https://widgets.guidestar.org/TransparencySeal/6848577" /></a>
Please assist? Is there a common cause to the “JSON parse error” response? I have looked it up and it appears there are plenty things that could cause it; I wouldn’t know where to start.
Thank you.
Kind regards,
Jazz
However, I need the same option on all my posts and pages – to display all related products by the product tag. I know, I can do with this shortcode:
[woo-related]
But there is an issue with the secondary image –so on hover (product image hover switch) it comes up a huge image and it looks like this:
EXAMPLE WITH ERRORS ON POSTS, USING SHORTCODE
As already mentioned, on the single product pages, it works like a charm, so the same products look like this:
EXAMPLE WITH CORRECT IMAGES ON SINGLE PRODUCT PAGES
Could you please help me, how to get the same on the pages and posts?
Thanks!
Katja
This is kind of urgent, but the group shortcode doesnt seem to be working.
For example:
[helpie_faq group_id=’4150’/]
Not Faq’s show up on the page from this group. On the faq post I added it to the group and also to a category, then that category has beeen added to the same group, in either cases it doesn’t show up.
I’ve also tried to use the gutenberg block and select the category from the list but it just shows all faq posts.
Not sure what im doing wrong here. Any help?
Thanks.
]]>Is it possible to prevent Yoast from breaking when using shortcodes in the content?
– Using Classic Editor
– Yoast Version 16.0.1
– Latest WordPress
I’m installed your plugin on a test domain with Twenty Seventeen theme and minimum other plugins. The plugin is displaying the “Build a Ring” option on the Homepage but when I use the shortcode
[woo-bundle-choice-btn]
on the inner page, that page only display the shortcode text and not the build a ring feature. Please see the URL provided.
In the backend Settings > “Buttons Configuration”, I have selected the option “Homepage and Shortcode” already as per your video tutorial.
I have also changed the website theme to Twenty Eleven in case the problem is with the Twenty Seventeen them but I am still seeing the shortcode text in the inner page. This is happening for both Chrome and Firefox browsers. I am running Windows 10 64 Bit.
Can you tell me if there is a problem with the plugin or what am I doing wrong? I’m very interested in this plugin and like to get it working. Thank you.
]]>Thank you.
]]>