wittich
Forum Replies Created
-
@ironikus is there any hope for a solution for that issue?
We already had the issue supported a little further down: https://www.ads-software.com/support/topic/cant-delete-logs/
I even send him a fix to his git repository: https://github.com/Joel-James/404-to-301/pull/60
You could try to switch the admin language to English, then it should work.
Forum: Plugins
In reply to: [404 to 301 - Redirect, Log and Notify 404 Errors] Can’t Delete logspps: here the working fix https://github.com/Joel-James/404-to-301/pull/60
Forum: Plugins
In reply to: [404 to 301 - Redirect, Log and Notify 404 Errors] Can’t Delete logsHi @joelcj91
from what I can see when I debug your plugin is that the nonce verification fails. Hope that helps to solve that issue.
Regards, Valentin
ps: the error result from checking the nonce with the translated term
$this->_args['plural']
.Forum: Plugins
In reply to: [Google for WooCommerce] There was an error loading Google account infoFor me the issue was the missing rights… it helped to look into the WooCommerce Logs…
Here you find more about it: https://www.ads-software.com/support/topic/your-url-is-currently-claimed-by-another-merchant-center-account/#post-14737232
Forum: Plugins
In reply to: [Google for WooCommerce] There was an error loading Google account infoSame here, I see that
/wp-json/wc/gla/mc/setup?_locale=user
can’t be loaded and returns with error 404.The json response is:
{ "code":"rest_no_route", "message":"No route was found matching the URL and request method.", "data":{ "status":404 } }
Any clues where is the issue?
Hello @vasyltech ,
thanks for advices and testing, it works like a charm! The ConfigPress setting did the magic, but also the basic background of the hierarchy of post types and terms helped!
Keep up the good work, regards
ValentinForum: Plugins
In reply to: [W3 Total Cache] Missing vdieo/ogg in htaccessOkay done https://github.com/W3EDGE/w3-total-cache/pull/336
Let’s see if it gets accepted.
Forum: Plugins
In reply to: [W3 Total Cache] Missing vdieo/ogg in htaccess@vmarko is there a reason why
video/ogg
is not part of the W3TC plugin?Forum: Plugins
In reply to: [W3 Total Cache] Missing vdieo/ogg in htaccessHi Marko, your are write, I could have set them outside the W3TC part.
Still I believe they should be part op the W3TC Plugin.
Here my patch
diff --git a/BrowserCache_Environment.php b/BrowserCache_Environment.php index 636b7c0..4c225b3 100644 --- a/BrowserCache_Environment.php +++ b/BrowserCache_Environment.php @@ -105,7 +105,8 @@ class BrowserCache_Environment { unset( $other_compression['mid|midi'] ); unset( $other_compression['mov|qt'] ); unset( $other_compression['mp3|m4a'] ); - unset( $other_compression['mp4|m4v'] ); + unset( $other_compression['mp4|m4v'] ); + unset( $other_compression['ogv'] ); unset( $other_compression['mpeg|mpg|mpe'] ); unset( $other_compression['png'] ); unset( $other_compression['ra|ram'] ); diff --git a/inc/mime/other.php b/inc/mime/other.php index e84f83d..cd5613d 100644 --- a/inc/mime/other.php +++ b/inc/mime/other.php @@ -35,7 +35,8 @@ return array( 'odp' => 'application/vnd.oasis.opendocument.presentation', 'ods' => 'application/vnd.oasis.opendocument.spreadsheet', 'odt' => 'application/vnd.oasis.opendocument.text', - 'ogg' => 'audio/ogg', + 'ogg' => 'audio/ogg', + 'ogv' => 'video/ogg', 'pdf' => 'application/pdf', 'png' => 'image/png', 'pot|pps|ppt|pptx' => 'application/vnd.ms-powerpoint', diff --git a/ini/apache_conf/mod_expires.conf b/ini/apache_conf/mod_expires.conf index b8898f6..ea81bae 100644 --- a/ini/apache_conf/mod_expires.conf +++ b/ini/apache_conf/mod_expires.conf @@ -36,6 +36,7 @@ ExpiresByType audio/midi A31536000 ExpiresByType video/quicktime A31536000 ExpiresByType audio/mpeg A31536000 ExpiresByType video/mp4 A31536000 +ExpiresByType video/ogg A31536000 ExpiresByType video/mpeg A31536000 ExpiresByType application/vnd.ms-project A31536000 ExpiresByType application/x-font-otf A31536000 diff --git a/ini/apache_conf/mod_mime.conf b/ini/apache_conf/mod_mime.conf index 32d1bf3..a2e8d76 100644 --- a/ini/apache_conf/mod_mime.conf +++ b/ini/apache_conf/mod_mime.conf @@ -32,6 +32,7 @@ AddType video/quicktime .mov .qt AddType audio/mpeg .mp3 .m4a AddType video/mp4 .mp4 .m4v + AddType video/ogg .ogv AddType video/mpeg .mpeg .mpg .mpe AddType application/vnd.ms-project .mpp AddType application/x-font-otf .otf
Forum: Plugins
In reply to: [Physical Custom Upload Folder for Real Media Library] Remove plugin failsHi @mguenter, thanks for your answer. You are right, I tried today again and it worked without any problems. No clue what happened the other day.
Best regards, Valentin
Thx for your reply Vasyl.
I’m using version 5.7 and the Plus Package v3.8.5.
Forum: Plugins
In reply to: [Opt-Out for Google Analytics (DSGVO / GDPR)] Wei?e Seite nach Opt-OutHast du ein Caching-Plugin installiert?
Stimmt hier liegt das Problem, hatte v?llig ausgeblendet, dass ich auf mehreren Seiten W3 Total Cache installiert habe…
Danke für die gute Arbeit und Support ??
Forum: Plugins
In reply to: [Opt-Out for Google Analytics (DSGVO / GDPR)] Wei?e Seite nach Opt-Out@schweizersolutions nene ich bin absolute KEIN Banner Fan!
Was ich meinte ist, nachdem ich das Opt-Out Cookie gesetzt habe springt der Link- Text um auf “Erlaube Google Analytics, mich zu verfolgen”. Wird die Seite neugeladen (oder im Fall dies geschieht aufgrund des Themes direkt) steht dort nun wieder “Google Analytics deaktivieren” obgleich das Cookie gesetzt ist. Das ist für mein empfinden unlogisch…
Daher sollte nach dem Laden der Seite (bzw. dem Refresh) geprüft werden ob Cookie gesetzt wurde und je nach dem der Link-Text ausgetauscht werden.
Hoffe ich habe mich verst?ndlicher ausgedrückt.
Viele Grü?e,
ValentinForum: Plugins
In reply to: [Opt-Out for Google Analytics (DSGVO / GDPR)] Wei?e Seite nach Opt-Out@schweizersolutions Danke für die Zusatzoption des neuladens der Seite.
Hier, wie auch bei allen anderen Seiten ist das Problem, dass nicht ersichtlich wird, wenn Google Analytics bereits deaktiviert wurde. Es müsste also eigentlich das Update des Linktextes etc. ausgelagert werden und nach dem Laden der Seite einmalig aufgerufen werden. Oder sehe ich das falsch?
Viele Grü?e,
Valentin