tggf
Verfasste Forenbeiträge
-
Forum: Allgemeine Fragen
Als Antwort auf: Mobile Hamburger Menu funktioniert nicht mehrHabe den Re-Install ausgeführt und es funktioniert noch. Nochmals vielen Dank!
Forum: Allgemeine Fragen
Als Antwort auf: Mobile Hamburger Menu funktioniert nicht mehrIch habe in der Zwischenzeit etwas anderes versucht, das dürfte die Lösung gewesen sein:
Ich habe das Leistenmenü in einer zweiten WordPress-Instanz nachgebaut. Die Dateien „view.min.js“ und „interactivity.min.js“ im Originalordner habe ich dann durch die vom Nachbau ersetzt.
Vielen Dank für deine Hilfe!Forum: Allgemeine Fragen
Als Antwort auf: Mobile Hamburger Menu funktioniert nicht mehrcook.php sorgt dafür, dass das Complianz nicht auf jeder Subseite neu bestätigt werden muss.
<?php
/**
* Force consent cookies on the root as shown below, or choose a subfolder
* Add subfolder between '' on line 9 e.g. /subfolder/
* @param string @path
* @return string
*/
function my_cookie_path($path) {
return '';
}
add_filter( 'cmplz_cookie_path', 'my_cookie_path');
?>changename.php ändert in der automatisch von Complianz erstellten Cookie Policy den lokalen Namen in den Onlinedomain-Namen
<?php
/* remove line 1 if implemented in functions.php, instead of an mu-plugin */
function cmplz_edit_document_html($html, $type, $post_id){
$old1_string = "http://localhost/tggfwordpress";
$new1_string = "https://thegreatgrayfunk.com";
$html = str_replace($old1_string, $new1_string, $html);
return $html;
}
add_filter('cmplz_document_html', 'cmplz_edit_document_html', 10, 3);
?>Habe beide vorübergehend gelöscht. Leider ändert sich nichts.
Forum: Allgemeine Fragen
Als Antwort auf: Mobile Hamburger Menu funktioniert nicht mehrDanke, habe Better Search & Replace ausgeführt und die URL wurde auch an fünf Stellen geändert.
Laut der Chrome Entwicklertools Mobileansicht, werden nun die beiden CORS nicht mehr geblockt. Leider funktioniert das Menu weiterhin nicht. Zudem funktioniert es nun auch auf der lokalen Seite (unter localhost/… ) nicht mehr.
` wp-core
version: 6.6.2
site_language: en_US
user_language: en_US
timezone: Europe/Vienna
permalink: /%postname%/
https_status: false
multisite: false
user_registration: 0
blog_public: 1
default_comment_status: open
environment_type: production
user_count: 2
dotorg_communication: true wp-paths-sizes
wordpress_path: C:\wamp64\www\tggfwordpress
wordpress_size: 148.15 MB (155350302 bytes)
uploads_path: C:\wamp64\www\tggfwordpress/wp-content/uploads
uploads_size: 158.69 MB (166394333 bytes)
themes_path: C:\wamp64\www\tggfwordpress/wp-content/themes
themes_size: 9.38 MB (9830862 bytes)
plugins_path: C:\wamp64\www\tggfwordpress/wp-content/plugins
plugins_size: 61.39 MB (64375866 bytes)
fonts_path: C:\wamp64\www\tggfwordpress/wp-content/uploads/fonts
fonts_size: 20.29 KB (20776 bytes)
database_size: 11.44 MB (11994041 bytes)
total_size: 389.07 MB (407966180 bytes) wp-active-theme
name: Twenty Twenty-Two (twentytwentytwo)
version: 1.8
author: the WordPress team
author_website: https://wordpress.org/
parent_theme: none
theme_features: core-block-patterns, post-thumbnails, responsive-embeds, editor-styles, html5, automatic-feed-links, widgets-block-editor, block-templates, wp-block-styles, editor-style
theme_path: C:\wamp64\www\tggfwordpress/wp-content/themes/twentytwentytwo
auto_update: Disabled wp-themes-inactive (1)
Twenty Twenty-Four: version: 1.2, author: the WordPress team, Auto-updates disabled wp-mu-plugins (2)
changename.php: author: (undefined), version: (undefined)
cook.php: author: (undefined), version: (undefined) wp-plugins-active (2)
Better Search Replace: version: 1.4.7, author: WP Engine, Auto-updates disabled
WP2Static: version: 6.6.7, author: Leon Stafford, Auto-updates disabled wp-plugins-inactive (8)
All in One SEO: version: 4.7.3.1, author: All in One SEO Team, Auto-updates disabled
Big File Uploads: version: 2.1.3, author: Infinite Uploads, Auto-updates disabled
Complianz | GDPR/CCPA Cookie Consent: version: 7.1.0, author: Really Simple Plugins, Auto-updates disabled
FooGallery: version: 2.4.22, author: FooPlugins, Auto-updates disabled
Insert Pages: version: 3.8.1, author: Paul Ryan, Auto-updates disabled
My Sticky Bar: version: 2.7.7, author: Premio, Auto-updates disabled
Smash Balloon Instagram Feed: version: 6.5.1, author: Smash Balloon, Auto-updates disabled
UpdraftPlus - Backup/Restore: version: 1.24.6, author: TeamUpdraft, DavidAnderson, Auto-updates disabled wp-media
image_editor: WP_Image_Editor_GD
imagick_module_version: Not available
imagemagick_version: Not available
imagick_version: Not available
file_uploads: 1
post_max_size: 8M
upload_max_filesize: 32M
max_effective_size: 8 MB
max_file_uploads: 20
gd_version: bundled (2.1.0 compatible)
gd_formats: GIF, JPEG, PNG, WebP, BMP, XPM
ghostscript_version: not available wp-server
server_architecture: Windows NT 10.0 AMD64
httpd_software: Apache/2.4.54 (Win64) PHP/8.0.26 mod_fcgid/2.3.10-dev
php_version: 8.0.26 64bit
php_sapi: apache2handler
max_input_variables: 2500
time_limit: 120
memory_limit: 128M
admin_memory_limit: 256M
max_input_time: 60
upload_max_filesize: 32M
php_post_max_size: 8M
curl_version: 7.76.1 OpenSSL/1.1.1s
suhosin: false
imagick_availability: false
pretty_permalinks: true
htaccess_extra_rules: true
current: 2024-10-28T11:21:29+00:00
utc-time: Monday, 28-Oct-24 11:21:29 UTC
server-time: 2024-10-28T12:21:27+01:00 wp-database
extension: mysqli
server_version: 8.0.31
client_version: mysqlnd 8.0.26
max_allowed_packet: 67108864
max_connections: 151 wp-constants
WP_HOME: undefined
WP_SITEURL: undefined
WP_CONTENT_DIR: C:\wamp64\www\tggfwordpress/wp-content
WP_PLUGIN_DIR: C:\wamp64\www\tggfwordpress/wp-content/plugins
WP_MEMORY_LIMIT: 40M
WP_MAX_MEMORY_LIMIT: 256M
WP_DEBUG: false
WP_DEBUG_DISPLAY: true
WP_DEBUG_LOG: false
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_ENVIRONMENT_TYPE: Undefined
WP_DEVELOPMENT_MODE: undefined
DB_CHARSET: utf8mb4
DB_COLLATE: undefined wp-filesystem
wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable
fonts: writable
mu-plugins: writableForum: Allgemeine Fragen
Als Antwort auf: Mobile Hamburger Menu funktioniert nicht mehrVielen Dank für die Antwort!
Die Domainänderungen unter Einstellungen > Allgemein helfen leider nicht weiter.
Ich verstehe die Ursache aber jetzt besser. Folgende CORS requests werden geblockt: