cheonmu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Sidebar is a conflict with the Responsive Ads.Hi, @cteduard
Thanks for answering.
I was pretty sure it was Google AdSense after seeing the screenshot you sent me.
I’ve struggled with something similar to this before. The responsive ads tweak the CSS in an annoying way.
The solution to this problem is to use the old synchronous ad format from Adsense.
But is there any way I can split the sidebar in two, top and bottom?
I’m looking for a way to put widgets in a sidebar that is 50% height each.
Thank you.Yes. Please! I hope this will be helpful to many Korean users.
As a point, please make sure to set the minimum word length to 2.
Thank you ??
Hi @msaari
I found the cause. The problem was that if a word had a postposition, Relevanssi recognized it as a separate word.
The word “?” in “??? ???” and “??? ??” is just a postposition, so they are the same word.
But Relevancy understands the two words differently. To solve this, I looked at the French plural filter and changed the code to include frequently used postpositions in Korean.
most of Korean words start with a minimum length of 2, so i replace Minimum word length as 2 and use the code, i can get very accurate results and all features of Relevanssi will work perfectly.
add_filter( 'relevanssi_stemmer', 'relevanssi_korean_plural_stemmer' ); function relevanssi_korean_plural_stemmer( $term ) { $len = strlen( $term ); $end1 = substr( $term, -1, 1 ); if ( '?' === $end1 && $len > 2 ) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2 ) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2 ) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2 ) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '??' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '??' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } elseif ( '?' === $end1 && $len > 2) { $term = substr( $term, 0, -1 ); } return $term; }
Thank you!
- This reply was modified 1 year, 2 months ago by cheonmu.
Hi, @oscargare.
Thanks for answering.
I want free shipping to all countries. So, if i use “Calculate price based on exchange rate feature” I think this method will work for me.I have another question.
Is there a way to ensure that customers purchasing in the US are only billed in US Dollars (USD)?
For example, in the United States, products cost 30% expensive than in Japan (JPY).
If you select JPY as your currency in the US, pay in JPY and ship to the US, you will not be able to make a margin.
I wonder if there is a way to prevent this.
Hello @jgrietveld
Thank you so much for the detailed information!I’ll wait and see for now, thanks!
HI @jgrietveld
Thanks for answering.
My website is https://kblissvn.com/ and button at the bottom right.
I tested few diffecnt numbers and all numbers not worked.
Thank you.
Forum: Plugins
In reply to: [Gutenberg] How do I remove the HTML blocks that are displayed by default?Hello @foosantos
I tested it after disabling all plugins.
So this problem only occurs with the “Flatsome” theme that I am using.
I tested with the Twenty Twenty-Three theme and there were no problems.
Thanks.
Hi, @webtoffee
Probably there is a problem with my Laptop.
I can’t click on Edge, Firefox, or Chrome too.
I will check the problem again.
Thank you so much for your kind reply.
Forum: Fixing WordPress
In reply to: Can I change the auto-update time of a plugin?Hi, @soberbanda
Thanks for answering.
I put your code in functions.php and tested again.
Unfortunately, Plugins still updated about 20:00.
Is there any other way to change the auto update time?
THank you.
Hi, @themifyme
Thanks for answering.
My website is here
Thank you.
- This reply was modified 3 years, 7 months ago by cheonmu.
Hi, @renehermi
Thanks for answering.
I have optimized and repaired my database already.
But nothing changed.
Anyway, it’s okay to know that the cause of the database error is in my Database, not the plugin.
I’ll check my database later as other problems may arise.
Thank you.
- This reply was modified 3 years, 8 months ago by cheonmu.