-
Created a topic, Block emails with asterisks, on the site WordPress.org Forums:
Lately I’ve been noticing that I get auto response ema… -
Created a topic, Asterisks in email addresses, on the site WordPress.org Forums:
Lately I’ve been noticing that I get auto response ema… -
Created a topic, This plugin delivers everything I need and more, on the site WordPress.org Forums:
For a free plugin, the support has been great. I was h… -
Posted a reply to Woocommerce Pre-Orders default set to Upfront, on the site WordPress.org Forums:
For the sake of completeness, for anyone who's trying to do the same: In woocommerce-pre-orders/includes/admin/views/html-product-tab-options.php … -
Created a topic, Popups only on pages with shortcode, on the site WordPress.org Forums:
Is it possible to have a popup show up on all pages th… -
Posted a reply to Woocommerce Pre-Orders default set to Upfront, on the site WordPress.org Forums:
Actually that assumption is wrong. I'm not a currently premium subscriber of your plugin and… -
Created a topic, Woocommerce Pre-Orders default set to Upfront, on the site WordPress.org Forums:
When using the Woocommerce Pre-Orders plugin, it appea… -
Posted a reply to [Print Invoice & Delivery Notes for WooCommerce] CSS Vulnerability, on the site WordPress.org Forums:
As per the vulnerability report, this issue seems to be fixed for version 4.7.2 onwards.… -
Created a topic, Project Abandoned?, on the site WordPress.org Forums:
This project was last updated on 9 February 2021 and t… -
Created a topic, Adding additional information for products, on the site WordPress.org Forums:
For the product page, there's a tab "Additional Inform… -
Created a topic, UPC & MPN under “additional information”, on the site WordPress.org Forums:
When I enter products, under Yoast SEO there's an opti… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Thank you (again). I've done some modifications. Now, the results will only show for public… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Yeah I managed to figure out what is happening. $hits[1] contains the search result after… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
1. Thats a good suggestion! I tried that just now, but I get the same… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Actually I managed to fix that part. Basically, I use relevanssi_get_an_object to put $_post in… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Thank you very much. Unfortunately $_post->is_in_stock does not get the stock condition. I took this… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Like this? add_filter( 'relevanssi_hits_filter', 'rlv_bucket_sorting' ); function rlv_bucket_sorting ( $hits ) { $out_of_stock = array();… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
So to confirm, I would do something like this? add_filter( 'relevanssi_hits_filter', 'rlv_bucket_sorting' ); function rlv_bucket_sorting… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Thank you for the suggestion! That looks a bit complicated for my skillset, but I'll… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
I actually did, but realise what I did wrong: I put it as: remove_filter( 'relevanssi_indexing_restriction',… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
After disabling the option under Indexing > Advanced for Use Yoast SEO noindex., I still… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
When I hide the result and go to debugging using the post ID, it says:… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Sorry for the confusion. What I meant was for Woocommerce products, for visibility I change… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Yes I actually did -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Based on what I can see, it has to do with the removed filter. When… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
I just added both pieces of code to my functions.php but that didnt do the… -
Posted a reply to Optimization in progress. Remained 18 images., on the site WordPress.org Forums:
Thank you, that solved it! -
Posted a reply to Optimization in progress. Remained 18 images., on the site WordPress.org Forums:
Ok thank you, I'll try to locate the files that did not get optimized and… -
Created a topic, Optimization in progress. Remained 18 images., on the site WordPress.org Forums:
So there are 2 issues I'm currently facing and hope yo… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Eureka! Managed to get it to work by searching the forum here: I added add_filter(… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Here I thought I was soooo stupid because Relevanssi Options > Searching > Admin Search… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
I'm happy to inform you that I've managed to fix the AJAX Live Search now… -
Posted a reply to Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
Thanks for the prompt response! I have Relevanssi Search Options > Indexing > Custom fields… -
Created a topic, Website Shows Results but Admin doesnt, on the site WordPress.org Forums:
My products have the Yoast SEO parameters for UPC and … -
Posted a reply to wordfence blocking smtp emails, on the site WordPress.org Forums:
I use an smtp plugin as well, but dont seem to have any issues. I'm… -
Created a topic, User Agents already blocked in Cloudflare still show up in activity report, on the site WordPress.org Forums:
So I weekly get a report saying that a large number of… -
Posted a reply to is_on_backorder instead of is_in_stock, on the site WordPress.org Forums:
Dear Charlie, Working excellent! Thank you! -
Posted a reply to is_on_backorder instead of is_in_stock, on the site WordPress.org Forums:
Dear Charlie, Thanks for your prompt response. Getting it to work was pretty easy before.… -
Created a topic, is_on_backorder instead of $is_in_stock, on the site WordPress.org Forums:
I've always used this plugin as a way to display a "On… -
Posted a reply to Edit Order “Order – March 9, 2022 @ 07:35 PM” < Site Title – WordPress, on the site WordPress.org Forums:
Dear Mirko, Thank you for your guidance and suggestion. I tested out the provided script,… -
Posted a reply to Edit Order “Order – March 9, 2022 @ 07:35 PM” < Site Title – WordPress, on the site WordPress.org Forums:
Yeah I had gone to the changelog as well, but couldn't find a single remark… -
Created a topic, Edit Order “Order – March 9, 2022 @ 07:35 PM” < Site Title – WordPress, on the site WordPress.org Forums:
Lately I've been noticing that when I view the Edit Or… -
Posted a reply to Multi-Phase Checkout (Hide Payment option from Checkout), on the site WordPress.org Forums:
Ok it took me some time and effort, but I managed to find a solution… -
Posted a reply to Multi-Phase Checkout (Hide Payment option from Checkout), on the site WordPress.org Forums:
Much appreciated Margaret, although I'm more looking for solutions or work-arounds rather than a custom… -
Posted a reply to Multi-Phase Checkout (Hide Payment option from Checkout), on the site WordPress.org Forums:
Yes definitely. In fact, it was the first thing I explored besides trying to come… -
Posted a reply to Multi-Phase Checkout (Hide Payment option from Checkout), on the site WordPress.org Forums:
After looking around a bit more, I found two plugins that could possibly offer something… -
Posted a reply to Multi-Phase Checkout (Hide Payment option from Checkout), on the site WordPress.org Forums:
Thank you for the suggestion, but that creates just the identical situation that I have… -
Posted a reply to Multi-Phase Checkout (Hide Payment option from Checkout), on the site WordPress.org Forums:
They’re both local payment methods that offer installment plan type payments. Each has their own… -
Posted a reply to Multi-Phase Checkout (Hide Payment option from Checkout), on the site WordPress.org Forums:
Thats the one I listed in the post as tested and not offering the features… -
Created a topic, Multi-Phase Checkout (Hide Payment option from Checkout), on the site WordPress.org Forums:
I need to manually approve orders to use a specific pa…