martinxun03
Forum Replies Created
-
Problem 1 solved, I just need to choose Detect current language(YES) and Detect original language(NO), it seems working fine now.
Problem 3 is not a big deal though. No need to worry.
I wish there’s better explanation or documentation on the plugin settings though. Thank you!
my bad. i found i enabled “Use realtime translations”, that’s the problem.
Problem persists!
WordPress:V6.81 TranslatePress – Multilingual v2.9.19 TranslatePress – Business v1.63
When i activated the above plugins, my store crashed, and error messages flooded in my debug.log, such as:
PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for theshoptimizerdomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/wp-includes/functions.php on line 6121And i have more than 30 languages, so more than 30 versions of the error message below in my debug.log, which made my site crashed.
10-Jul-2025 14:10:24 UTC] PHP Notice: Funktiota _load_textdomain_just_in_time kutsuttiin väärin. Käännöksen nimialueenkirkilataus käynnistettiin liian aikaisin. Tämä viittaa yleensä jostakin lisäosan tai teeman koodista, joka on käynnissä liian aikaisin. Käännökset tulee ladata toiminnollainittai myöhemmin. Lisätietoja: Debugging in WordPress. (Tämä viesti lisättiin versioon 6.7.0.) in /home//wp-includes/functions.php on line 6121Also the final message in the debug is like this, more than 100 pieces of this:
[10-Jul-2025 14:11:02 UTC] DeepL API request returned unexpected status code: 429At this time, i have no choice but to disable these two plugins. Hope there’s a fix!
- This reply was modified 11 months ago by martinxun03.
Forum: Reviews
In reply to: [Google for WooCommerce] Why is this plugin interconnected with jetpack?I really hate jetpack. and really can’t understand why use it to connect to google even it’s been explained above. some other plugins just connect to google directly, it’s that simple and straight.
@maybellyne
Thank you for your kind reply. These 404 links really lead to a 404 page because you can’t select all the options to find a product through the product filter. So redirect won’t work out.
I wonder how to stop the bots trying to index all urls like
domain/shop/?xxx
domain/catalogsearch/result/index/?xxx
domain/catalog/product_compare/index/?xxx
domain/category.html?xxx- This reply was modified 3 years, 8 months ago by martinxun03.
- This reply was modified 3 years, 8 months ago by martinxun03.
Thank you for your reply. There’s been no traffic for my website for half a year already because only 29 pages are indexed. It’s a life & death challenge for me. Please help which i really appreciate.
I have re-uploaded the screenshot of google webmaster to show the problems.
Index overview: https://ibb.co/GdvPfqj
Why pages are not indexed:
404(14,721 pages):https://ibb.co/Y2Y1tTb
currently not indexed(16,183 pages):https://ibb.co/rMcY2sF
Alternate page with proper canonical tag(7,015 pages):https://ibb.co/PzjpZCF
Duplicate without user-selected canonical(3,347 pages):https://ibb.co/SxV81y1
Page with redirect(1,655 pages):https://ibb.co/0qZRMJP
Soft 404(544 pages):https://ibb.co/58mq7TwCan you give me some advice to solve above problems?
By the way, I want google to index the separate product links, not showing the products all under shop(see:https://ibb.co/TTK7C7c, this could cause the filter problems), do I need to do something in the .htaccess or robots.txt to stop google crawling /shop? as I see most no-index problems have resulted from the shop/?filter_xxx
To prevent google from doing this, I already changed the product permalink structure from https://domain/product/xxx-product-name to the current https://domain/shop/category/second-category/xxx-product-name. Is that a bad idea?
Thank you in advance!
Martin- This reply was modified 3 years, 8 months ago by martinxun03.
- This reply was modified 3 years, 8 months ago by martinxun03.
- This reply was modified 3 years, 8 months ago by martinxun03.
@aakash8 thank you, problem 2 is solved and it’s great. Hope you can add some custom simple quiz functions as Recaptcha/hcaptcha are both too difficult for visitors.
thank you @jeroenrotty
currently, it doesn’t show many errors, only some warnings in products.jpg.
Also by inputting site:yestile.com google shows 1110 results but when you flip the pages, only 2 pages of 68 results are indexed(better than the previous 31 results)Here are some key screenshots on the google webmaster console.
https://yestile.com/seo/overview.jpghttps://yestile.com/seo/404.jpg
404 link example(this might because i forced www redirected to without www, also vistor can’t select too many options for filtering products)
https://www.yestile.com/catalogsearch/result/index/?color=5447%2C5448%2C5449%2C5459%2C5461&dir=asc&limit=24&order=name&q=Glass+mural+tiles&shape=5433%2C5434%2C5435%2C5438%2C5439%2C5441https://yestile.com/seo/canonical.jpg
canonical example link: https://www.yestile.com/catalogsearch/result/index/?color=5444%2C5445%2C5446%2C5447%2C5452%2C5454%2C5458%2C5460%2C5461&dir=asc&limit=24&order=name&q=Glass+mural+tiles&shape=5433%2C5436%2C5437%2C5438%2C5440%2C5442https://yestile.com/seo/canonical-2.jpg
cononical-2 exmple link: https://yestile.com/shop/?filter_chip-shape=square,sectoral,rectangular,round,oval&query_type_chip-shape=or&product_cat=shell-tiles&source_id=38&source_tax=product_cat&filter_color=black,natural&query_type_color=or&showtype=listhttps://yestile.com/seo/coverage.jpg
https://yestile.com/seo/not-indexed.jpg
https://yestile.com/seo/products.jpgHere below are my .htacess content:
# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# Wordfence WAF
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files># END Wordfence WAF
I wonder how to stop the google Bots to use product filters, as I can see my errors caused by this.
Thank you for your help in advance. no index for a half year is killing me.
@maybellyne thank you for your kind reply. but it checked the above link for every detail, it seems most of them are OK. There are not many errors or warnings in the google webmaster dashboard.
I wonder if you have also received any similar feedback that google doesn’t index wooocommerce product pages? Maybe it’s a problem of the woocommerce system not yoast?
Forum: Plugins
In reply to: [Tawk.To Live Chat] Chat widget not visible for vistirhello, i see the widget is available on your website, how did you solve this problem?
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] add_submenu_page notice as of WP 5.3@xsonic hi, exactly the same error notice after i upgraded to 5.3.0, did you give a solution as above on line 569? i can’t find any add_options_page in functions.php, please advise, thanks.
Forum: Fixing WordPress
In reply to: Fatal error: Uncaught Error: Undefined class constant ‘BUFFER_SIZE’thanks @autotutorial @macmanx @joyously today i login to the dashboard and everything back to normal, so i did all plugin upgrades and virus scan, all work fine, no problem. it’s a bit strange but glad problem solved.
Forum: Fixing WordPress
In reply to: Fatal error: Uncaught Error: Undefined class constant ‘BUFFER_SIZE’@autotutorial thank you im reading now. 🙂 sorry it’s my first time to be here.
Forum: Fixing WordPress
In reply to: Fatal error: Uncaught Error: Undefined class constant ‘BUFFER_SIZE’@macmanx thank you and i will do that. and report back.
Forum: Fixing WordPress
In reply to: Fatal error: Uncaught Error: Undefined class constant ‘BUFFER_SIZE’@joyously no email sent to my gmail inbox, not even in the spam folder. i tried to rename the plugin folder, problem still remain. i don’t know what plugin might cause the problem, but i will try again to dig deeper. the WordPress site is on a Ubuntu 14.04LTS X64 system with mysql & nginx. Thank you for your advice.