dekazo
Forum Replies Created
-
Hi
Thank you very much for contacting me.
What is Member Notifications?Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Is there a solution for plugin conflicts?hello.
Thank you for contacting us.
I understand.
Consider purchasing the Pro version.Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Is there a solution for plugin conflicts?hello.
I have no pro version.
Does this question require the pro version?thank you.
Forum: Plugins
In reply to: [Query Monitor] About duplicate queriesHi,Mr.john.
Thank you for your early contact.
I understand.
I am helped by this wonderful plugin.
have a good day for you.Forum: Plugins
In reply to: [XML Sitemap & Google News] About errors / warningsHi,Mr.Rolf.
Thank you for your early contact.
I understand.
I am helped by this wonderful plugin.
have a good day for you.Forum: Plugins
In reply to: [Breadcrumb NavXT] How to set in the theme “Twenty Twenty-Two”Hi John Havlik.
Thank you for your advice.
I’m sorry I was stupid.
I was able to know about the block theme.
Thank you.Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Installation of Breadcrumb NavXTHello, Mr. Kathryn P.
Thank you for your advice.
I’m sorry I was stupid.
I was able to know about the block theme.
Thank you.Forum: Plugins
In reply to: [Breadcrumb NavXT] About the link destination of the categoryHello.
Thank you very much for contacting me.I adopted the following method.
Please point out any mistakes.add_filter(‘bcn_breadcrumb_url’, ‘my_breadcrumb_url_changer’, 3, 10);
function my_breadcrumb_url_changer($url, $type, $id)
{
if(in_array(‘category’, $type))
{
$url = str_replace(“category/”, “”, $url);
}
return $url;
}Forum: Plugins
In reply to: [Query Monitor] About NON-SELECT alertsForum: Plugins
In reply to: [Query Monitor] About NON-SELECT alertsHello.
Thank you very much for contacting me.I did some research.
I found out that it was bad code.Instead, I did the following:
add_filter(‘bcn_breadcrumb_url’, ‘my_breadcrumb_url_changer’, 3, 10);
function my_breadcrumb_url_changer($url, $type, $id)
{
if(in_array(‘category’, $type))
{
$url = str_replace(“category/”, “”, $url);
}
return $url;
}Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Displayed on all pagesHello, andrew support.
I was able to understand.
Thank you for your polite explanation.
May it be a better day for you.