krut1
Forum Replies Created
-
Hi @vendidero,
thank you. Could you please write here if you did any improvements for it?
Plugin Type: Wirecard WooCommerce Extension
Plugin Version: 3.2.1
Shop System: WordPress + Woocommerce
Shop Version: 5.4.0 + 4.1.0
PHP Version: 7.4
EE Instance (Base URL): luckyme-online.de
WPP Instance (WPP URL): simple payment with Credit CardAny updates for it?
Forum: Plugins
In reply to: [Redirection] Menu bug: html structureThanks, I will wait for this fix ??
Forum: Plugins
In reply to: [Redirection] Menu bug: html structureIt is not a question. Your menu looks like:
<ul class="subsubsub"> <li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php">Редиректы</a></li> | <li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=groups">Группы</a></li> | <li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=site">Сайт</a></li> | <li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=log">Журнал</a></li> | <li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=404s">404</a></li> | <li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=io">Импорт/Экспорт</a></li> | <li><a class="current" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=options">Опции</a></li> | <li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=support">Поддержка</a></li> </ul>
But it is not allowed in
<ul>...</ul>
to have something except<li>
,<ol>
or<ul>
. See: https://developer.mozilla.org/de/docs/Web/HTML/Element/ulI hope, you will fix it and your plugin will produce a valid HTML ??
Ok, thanks. It works. Will it come in the next version?
There is only one warning: Storefront Theme. We are using version 2.5.3.
But I don’t think, that it can be a problem, or?
Hi, the fix for it is already created: https://github.com/wirecard/woocommerce-ee/pull/311
We use it successfully in our forked repo. Please simply check and approve this PR.
Forum: Plugins
In reply to: [Wirecard WooCommerce Extension] WP Multisite: get id for non existed orderForum: Plugins
In reply to: [Wirecard WooCommerce Extension] False orderstatus after part refundHey guys, do you have any updates for us?
Forum: Plugins
In reply to: [W3 Total Cache] WP CLI: Some code is trying to do a URL redirectI would like to have this topic unresolved till it will be resolved there: https://github.com/W3EDGE/w3-total-cache/issues/182 ??
Forum: Plugins
In reply to: [W3 Total Cache] WP CLI: Some code is trying to do a URL redirectThanks a lot. Yes, today we execute the code twice. But it needs more time. One script works 6 hours. Because we have the problem with W3TC, we invest 12 hours to execute it twice ??
Forum: Plugins
In reply to: [W3 Total Cache] WP CLI: Some code is trying to do a URL redirectOk, thanks. We are waiting for it.
Forum: Plugins
In reply to: [W3 Total Cache] WP CLI: Some code is trying to do a URL redirectLast time it happened with:
wp --url=https://*.com wc update
.Before it has happened with
wp core update-db --network
.Forum: Plugins
In reply to: [W3 Total Cache] WP CLI: Some code is trying to do a URL redirectHi @vmarko,
Do yuo mean the file
wp-content/cache/blogs.php
? The filewp-content/w3tc-config/blogs.php
doesn’t exist, and I see this in the code:define( 'W3TC_CACHE_DIR', WP_CONTENT_DIR . '/cache' ); ... define( 'W3TC_CACHE_BLOGMAP_FILENAME', W3TC_CACHE_DIR . '/blogs.php' );
If you mean
wp-content/cache/blogs.php
, then the file exists and have right access permissions.We are using multisite and we have more than 5 000 blogs. We start oft
wp cli
commants for each blog.What happens with
blogs.php
, can it be cleared? If yes, than it is possible, that the blog is not yet inblogs.php
.My idea is:
do not any redirects in AJAX / CLI / ADMIN-PANEL / … ?