saralt80
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] "Sale!" Text issue proplemadd this to your child theme’s function.php file
//Remove Sales Flash
add_filter(‘woocommerce_sale_flash’, ‘woo_custom_hide_sales_flash’);
function woo_custom_hide_sales_flash()
{
return false;
}Forum: Plugins
In reply to: [Participants Database] Record Update Notification EmailHi, I’ve also been experiencing the same problem as this.
On both the new sign up email confirmations (the one to the person who has signed up and the one that notifies yourself of a new sign up) the fields are not pulling through. HOWEVER, on the email that tells you a change has been made to an existing sign up, they do pull through?Hi there, I’ve achieved what we were discussing above. I actually now need two stages of ratings. I need one lot of ratings to be given by person no. 1 and a second set of ratings to be given by person no. 2.
The scoring system is identical for both, it’s just so that an average rating can be given for the one submission.
Also I don’t want person 1 to see the grading given by person 2 and vice versa.
Any chance that you could point me in the right direction in order to achieve this – if it’s possible please?
Thanks in advance.Thanks – see what you mean now. That’s a great help.
I’ve created a page (so I can send the URL for this page to a reviewer) showing the submissions that we’ve received so far (completed sign up forms), each one showing the unique links to more info. When a reviewer clicks on the links they can only see fields X, Y & Z in order for it to show as being anonymous.
I now need the reviewer to be able to enter 4 scores beneath fields X, Y & Z in order to grade it? Not sure exactly how to achieve this.Is this what I need? https://xnau.com/creating-multiple-page-forms-in-participants-database/
Hello again, can you offer the most logical way of achieving this please?
Has the release you mention above now happened? Thanks
Thanks for your reply. Do you have a rough idea when the new release might be rolled out at all?
Forum: Fixing WordPress
In reply to: Subcategories won't display on home pageI’ve just noticed this on my site too. Just checking on chrome. Not working in either IE or firefox.