Laura Yeffeth
Forum Replies Created
-
Is it just Gmail servers? I am working with my server support and they seem to think it’s a server imposed limit. I will look into the services solution.This is a replacement for Postman SMTP, correct? The fallback is good to know about. I’ll need Postman SMTP to resend the failed emails once I get this resolved so I don’t want to bypass it completely just yet.
Thanks for the quick response. We don’t have a newsletter, but this is an e-commerce site so we send out customer emails with every purchase. We are having a lot of purchases but not more than we have had in the past. Where is this limit imposed? On the server?
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Coupon usage limit has been reachedWhen the code is applied.
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Coupon usage limit has been reachedHi Jeroen,
We switched payment gateways recently and this problem occurred using both (Authorize.net and Stripe).
Here are the settings:
Coupon Settings 1
Coupon Settings 2
Coupon Settings 3
Coupon Settings 4Thank you.
Forum: Plugins
In reply to: [WP Add Mime Types] Changes remain after uninstallingIt turns out this is an optional feature within WooCommerce settings. I didn’t enable this setting and this wasn’t happening before installing your plugin, so it seemed like there was a connection. Perhaps I updated WooCommerce in the interim which enabled this feature. I’m not sure how else this could have been enabled.
Regardless, thanks for your help.
Forum: Plugins
In reply to: [WP Add Mime Types] Changes remain after uninstallingYou are right, I had the function allowing those file types in my functions.php file, but my goal was to use that function and not your plugin.
The main issue is that uploading these files now adds this random string to the end of the file name. That did not happen before installing your plugin and what I want to remove. What would cause that?
I’ve created my own search form using get_search_query(). I was trying to restrict it to posts only by using pre_get_posts but I couldn’t get it to work. I suppose I can build it completely from scratch and not use get_search_query(). Is that what you suggest?
I already added the ID to the exclusion list. It had no affect.
I was able to sort it out on my dev server by using an SVG image instead and excluding SVGs from lazy load completely, but I couldn’t exclude it by ID. That’s fine for my purposes (I just left it broken so you could see the issue) but maybe there’s another issue there.
Hi Anton,
Here you are: Screenshot
The first of the four boxes (the one in pink) is missing its icon.
It appears this way for me in Chrome, Safari and Firefox.Thanks,
LauraI am having this same issue. I am not sure if you would prefer me to post this here or start a new thread, so please let me know if you prefer a new thread.
The URL is https://neu.mic-berlin.de/ and the image is the first icon in the large buttons in the hero section at the top of the page. The button reads “Termin vereinbaren”. The difference between the way this image is set up and the other button icons, is that this one links to an image included in the theme, whereas the others are uploaded via the WordPress dashboard. I even tried excluding it from lazy load by adding it’s ID in the exclude Classes & IDs section, but the issue persists. If I turn off lazy loading, it reappears but I’d really like to use that feature.
Thanks for your help.
LauraThat’s great. Thanks for the quick fix!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Remove stop words from title onlyThank you for providing this code! This worked perfectly and I think will be quite useful in a lot of scenarios. I really appreciate you taking the time to work that out for me.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Remove stop words from title onlyI think I misunderstood. This filter actually removes the stopword from the title before the search, correct? So, the title wouldn’t come up when searching by that stopword.
I am looking for the exact opposite. I want to be able to search by the stopword: “sometimes” and have the post with “sometimes” in the title to come up. This would happen if I just removed the stopword in the settings. However, then all the posts with “sometimes” in the post content also come up, which I don’t want.
Does that make sense? Is there any way to achieve that?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Remove stop words from title onlyIs there any documentation on the
relevanssi_post_title_before_tokenize
filter? I only wanted to remove this one stopword since it is the first word in a product title. Maybe I’ll find another one or two stopwords to remove, but I don’t want to remove all of them.Thanks again for your help and quick responses!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Remove stop words from title onlyThat’s great, thank you. Is there an option to remove only certain stopwords, or is it only an all or nothing option?