eddie
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Function mysqli_ping() is deprecated since 8.4Hello @vmarko ,
Thanks!That would be great, because I receive emails almost every day reporting that the site threw a 5xx error due to database caching issues.
Just so you know, I’m using Redis for the database caching.
Forum: Plugins
In reply to: [W3 Total Cache] Reset page cache ampHello @vmarko
Page Caching method – Disk: Enhanced.
Сache pages with query strings disabled. For some reason this item is not active at all and I couldn’t even turn it on if I wanted to)In the AMP extension, query string is selected and amp is set to (Postfix used).
Forum: Plugins
In reply to: [Polylang] PHP 8.1I had a problem with declaring my translation string in functions.php:
“Uncaught Error: Call to undefined function pll_register_string()” in functions.phpForum: Fixing WordPress
In reply to: Version 6.2.1 with bugs@fierevere thanks for the information.
Forum: Fixing WordPress
In reply to: Version 6.2.1 with bugsShortcodes bug patched.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Pagination URL’sTo make the category pagination pages look like site.com/archive_name/page/2
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Pagination URL’sHello @thelmachido ,
There I can change only the “Category base”, and I need to get rid of the query string, which by default appears on the Twenty Twenty-Three theme pagination pages.
Ex. site.com/archive_name/?query-31-page=2Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Author pageHi @thelmachido ,
Thank you very much! It’s working!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Author page@thelmachido But this will make changes to all archives, including categories. I only want to change the template of the author’s pages (“site.com/author/author_name/”).
You can use the following filter to fix the translation issue of the homepage label in the breadcrumbs:
add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) { $home_link = pll_home_url(pll_current_language()); $crumbs[0][0] = pll__("Home"); $crumbs[0][1] = $home_link; return $crumbs; }, 10, 2);functions.php:
Scrape key check failed. Please try again.
- This reply was modified 3 years, 2 months ago by eddie.
Thank you!
But as far as I can see from the code, this only applies to the language homepage url. What about breadcrumbs_home_label?- First of all, on subdomains it registers via https://domain.com/pwa-register-sw.js , and should be https://subdomain.domain.com/pwa-register-sw.js Because inside JS “…swsource=”https://domain.com/pwa-sw.js …” and should be subdomains.
- Inside subdomain manifests: “… “scope”: “https:\/\/domain.com\/”…”. And should be the corresponding subdomain.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Category Title ErrorForum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Category Title ErrorYou can use the %term_description% variable for the category description
undefined