Verfasste Forenbeiträge

Ansicht von 13 Antworten – 1 bis 13 (von insgesamt 13)
  • Thread-Starter jimbeam88

    (@jimbeam88)

    Damit hast du mir vermutlich schon geholfen. Nach Deaktivierung und stückweise Aktivierung aller Plugins konnte ich das einzige von mir gekaufte Plugin als Fehlerquelle ausmachen.

    Danke!

    Thread-Starter jimbeam88

    (@jimbeam88)

    Nachdem vom IONOS Support nun solch Hilfreiche Tipps wie:

    Überprüfen Sie Ihre Internetverbindung oder Deaktivieren Sie ihre Firewall genannt wurden habe ich nun eine Wiederherstellung meines Backup „nur für Plugins“ gemacht. Nun funktioniert die Installation und die Updates von Plugins wieder. Vielleicht ist das Problem aufgetreten, als ich vor paar Tagen das Plugin Structured Content (JSON-LD) #wpsc installieren wollte und dies mit einem Fehler abgebrochen wurde.

    Thread-Starter jimbeam88

    (@jimbeam88)

    Nochmal zu dem Fehler: Sobald ich im Backend versuche ein Plugin zu updaten oder ein neues zu installieren erscheint die Fehlermeldung: „Aktualisierung fehlgeschlagen: -1“

    Anschießend ist die Seite mit: „Briefly unavailable for scheduled maintenance. Check back in a minute.“ nicht mehr erreichbar. Ich lösche dann die maintenace datei um wieder ins backend zu kommen.

    Thread-Starter jimbeam88

    (@jimbeam88)

    Ich habe das define('DISALLOW_FILE_EDIT', true); nun auskommentiert.

    Außerdem habe ich nach Anleitung des Hoster eine php.ini zum aktivieren des error log erstellt. Leider weiß ich nicht genau in welchen pfad die datei gehört.

    Der Hoster gibt hier vor: „Laden Sie die Datei php.ini auf Ihren Webspace in das Verzeichnis hoch, das die PHP-Skripte enthält, für die Sie die Fehlerprotokolle aktivieren möchten.“

    Der Ordner wp-content enthält z.b. schon eine php.ini

    Thread-Starter jimbeam88

    (@jimbeam88)

    Oh Danke für den Hinweiß. Das habe ich übersehen. Die Zugangsdaten wurden geändert.

    Mittlerweile konnte ich ein debug.log auf meinem FTP-Server finden:

    [24-Feb-2023 14:36:26 UTC] PHP Notice:  Undefined index: host in /homepages/29/d891718386/htdocs/app945728754/wp-content/plugins/ionos-performance/vendor/ionos/performance-feature-caching/inc/Caching.php on line 301
    [24-Feb-2023 14:36:26 UTC] PHP Notice:  Undefined index: host in /homepages/29/d891718386/htdocs/app945728754/wp-content/plugins/ionos-performance/vendor/ionos/performance-feature-caching/inc/Caching.php on line 301
    [24-Feb-2023 14:39:06 UTC] PHP Notice:  Undefined index: latest_version in /homepages/29/d891718386/htdocs/app945728754/wp-content/mu-plugins/ionos-marketplace/inc/plugins.php on line 79
    [24-Feb-2023 14:39:06 UTC] PHP Notice:  Undefined index: download_url in /homepages/29/d891718386/htdocs/app945728754/wp-content/mu-plugins/ionos-marketplace/inc/plugins.php on line 86
    [24-Feb-2023 14:39:07 UTC] PHP Notice:  Undefined index: last_updated in /homepages/29/d891718386/htdocs/app945728754/wp-admin/includes/class-wp-plugin-install-list-table.php on line 682
    [24-Feb-2023 15:24:12 UTC] PHP Notice:  Undefined index: host in /homepages/29/d891718386/htdocs/app945728754/wp-content/plugins/ionos-performance/vendor/ionos/performance-feature-caching/inc/Caching.php on line 301
    [24-Feb-2023 15:24:12 UTC] PHP Notice:  Undefined index: host in /homepages/29/d891718386/htdocs/app945728754/wp-content/plugins/ionos-performance/vendor/ionos/performance-feature-caching/inc/Caching.php on line 301
    

    Thread-Starter jimbeam88

    (@jimbeam88)

    Ja ich habe bereits ein Störungsticket bei IONOS eröffnet. Hier der Inhalt der wp-config.php

    <?php
    
    define('FS_METHOD', 'direct');
    define('DISALLOW_FILE_EDIT', true);
    define('WP_HOME', 'https://test.net/');
    define('WP_SITEURL', 'https://test.net/');
    define('FORCE_SSL_ADMIN', true);
    
    
    
    
    
    /**
     * The base configuration for WordPress
     *
     * The wp-config.php creation script uses this file during the installation.
     * You don't have to use the web site, you can copy this file to "wp-config.php"
     * and fill in the values.
     *
     * This file contains the following configurations:
     *
     * * Database settings
     * * Secret keys
     * * Database table prefix
     * * Localized language
     * * ABSPATH
     *
     * @link https://wordpress.org/support/article/editing-wp-config-php/
     *
     * @package WordPress
     */
    
    // ** Database settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define( 'DB_NAME', '' );
    
    /** Database username */
    define( 'DB_USER', '' );
    
    /** Database password */
    define( 'DB_PASSWORD', '' );
    
    /** Database hostname */
    define( 'DB_HOST', '' );
    
    /** Database charset to use in creating database tables. */
    define( 'DB_CHARSET', 'utf8' );
    
    /** The database collate type. Don't change this if in doubt. */
    define( 'DB_COLLATE', '' );
    
    /**#@+
     * Authentication unique keys and salts.
     *
     * Change these to different unique phrases! You can generate these using
     * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
     *
     * You can change these at any point in time to invalidate all existing cookies.
     * This will force all users to have to log in again.
     *
     * @since 2.6.0
     */
    /* zugangsdaten und salt keys' );
    
    
    /**#@-*/
    
    /**
     * WordPress database table prefix.
     *
     * You can have multiple installations in one database if you give each
     * a unique prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix = 'xmpxrdi4d1';
    
    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     *
     * For information on other constants that can be used for debugging,
     * visit the documentation.
     *
     * @link https://wordpress.org/support/article/debugging-in-wordpress/
     */
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', false);
    define( 'WP_DEBUG_LOG', true );
    
    /* Add any custom values between this line and the "stop editing" line. */
    
    
    
    /* That's all, stop editing! Happy publishing. */
    
    /** Absolute path to the WordPress directory. */
    if ( ! defined( 'ABSPATH' ) ) {
    	define( 'ABSPATH', __DIR__ . '/' );
    }
    
    /** Sets up WordPress vars and included files. */
    require_once ABSPATH . 'wp-settings.php';
    

    Moderationshinweis: Ich habe die Zugangsdaten gerade entfernt, die du leider nicht gelöscht hast. Du solltest daher die Zugangsdaten über den Hoster ändern und die wp-config.php entsprechend aktualisieren.

    Thread-Starter jimbeam88

    (@jimbeam88)

    Danke für deine schnelle Antwort. Ich habe den Code in der wp-config.php eingefügt. Habe nun nochmal versucht ein Plugin zu installieren und wollte dann in das Debug Log schauen. Leider existiert die Datei nicht in /wp-content/

    Ich weiß leider auch nicht wo sich das error.log bei meinem Hoster IONOS versteckt.

    Thread-Starter jimbeam88

    (@jimbeam88)

    wp-core
    
    version: 6.1.1
    site_language: de_DE
    user_language: de_DE
    timezone: +00:00
    permalink: /%postname%
    https_status: true
    multisite: false
    user_registration: 0
    blog_public: 1
    default_comment_status: open
    environment_type: production
    user_count: 1
    dotorg_communication: true
    
    wp-paths-sizes
    
    wordpress_path: /homepages/29/d891718386/htdocs/app945728754
    wordpress_size: 56,77 MB (59522943 bytes)
    uploads_path: /homepages/29/d891718386/htdocs/app945728754/wp-content/uploads
    uploads_size: 1,40 MB (1466872 bytes)
    themes_path: /homepages/29/d891718386/htdocs/app945728754/wp-content/themes
    themes_size: 42,09 MB (44131570 bytes)
    plugins_path: /homepages/29/d891718386/htdocs/app945728754/wp-content/plugins
    plugins_size: 94,13 MB (98703078 bytes)
    database_size: 99,17 MB (103989248 bytes)
    total_size: 293,55 MB (307813711 bytes)
    
    wp-active-theme
    
    name: Astra (astra)
    version: 4.0.2
    author: Brainstorm Force
    author_website: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
    parent_theme: none
    theme_features: core-block-patterns, astra_hooks, widgets-block-editor, align-wide, automatic-feed-links, title-tag, post-thumbnails, starter-content, html5, post-formats, custom-logo, customize-selective-refresh-widgets, editor-style, woocommerce, rank-math-breadcrumbs, amp, infinite-scroll, widgets, menus
    theme_path: /homepages/29/d891718386/htdocs/app945728754/wp-content/themes/astra
    auto_update: Aktiviert
    
    wp-themes-inactive (4)
    
    Refresh Blog: version: 1.1.3, author: Refresh Themes, Automatische Aktualisierungen aktiviert
    Twenty Twenty-One: version: 1.7, author: Das WordPress-Team, Automatische Aktualisierungen aktiviert
    Twenty Twenty-Three: version: 1.0, author: Das WordPress-Team, Automatische Aktualisierungen aktiviert
    Twenty Twenty-Two: version: 1.3, author: Das WordPress-Team, Automatische Aktualisierungen aktiviert
    
    wp-mu-plugins (3)
    
    1&1 Managed WordPress: version: 1.1.0, author: 1&1
    1&1 Product Subdomain: version: 1.1.0, author: 1&1
    IONOS Marketplace: version: 1.1.5, author: IONOS
    
    wp-plugins-active (14)
    
    Elementor: version: 3.11.1, author: Elementor.com (latest version: 3.11.2), Automatische Aktualisierungen aktiviert
    IONOS Assistant: version: 8.4.5, author: IONOS, Automatische Aktualisierungen aktiviert
    IONOS Help: version: 2.2.1, author: IONOS, Automatische Aktualisierungen aktiviert
    IONOS Journey: version: 1.0.2, author: IONOS, Automatische Aktualisierungen aktiviert
    IONOS Login: version: 2.2.1, author: IONOS, Automatische Aktualisierungen aktiviert
    IONOS Navigation: version: 1.0.6, author: IONOS (latest version: 1.0.7), Automatische Aktualisierungen aktiviert
    IONOS Performance: version: 2.0.2, author: IONOS (latest version: 2.0.3), Automatische Aktualisierungen aktiviert
    Jetpack: version: 11.8.4, author: Automattic, Automatische Aktualisierungen aktiviert
    Maintenance: version: 4.07, author: WebFactory Ltd, Automatische Aktualisierungen aktiviert
    Mobile Menu: version: 2.8.3, author: Freshlight Lab, Automatische Aktualisierungen aktiviert
    Starter Templates: version: 3.1.25, author: Brainstorm Force (latest version: 3.1.26), Automatische Aktualisierungen aktiviert
    UpdraftPlus - Backup/Restore: version: 1.22.24, author: UpdraftPlus.Com, DavidAnderson, Automatische Aktualisierungen aktiviert
    WPForms Lite: version: 1.8.0.1, author: WPForms, Automatische Aktualisierungen aktiviert
    Yoast SEO: version: 20.1, author: Team Yoast, Automatische Aktualisierungen aktiviert
    
    wp-media
    
    image_editor: WP_Image_Editor_GD
    imagick_module_version: Nicht verfügbar
    imagemagick_version: Nicht verfügbar
    imagick_version: Nicht verfügbar
    file_uploads: File uploads is turned off
    post_max_size: 128M
    upload_max_filesize: 128M
    max_effective_size: 128 MB
    max_file_uploads: 20
    gd_version: 2.2.5
    gd_formats: GIF, JPEG, PNG, WebP, BMP, XPM
    ghostscript_version: 9.27
    
    wp-server
    
    server_architecture: Linux 4.4.302-icpu-088 x86_64
    httpd_software: Apache
    php_version: 7.4.33 64bit
    php_sapi: cgi-fcgi
    max_input_variables: 1000
    time_limit: 30
    memory_limit: 1024M
    max_input_time: -1
    upload_max_filesize: 128M
    php_post_max_size: 128M
    curl_version: 7.64.0 OpenSSL/1.1.1n
    suhosin: false
    imagick_availability: false
    pretty_permalinks: true
    htaccess_extra_rules: true
    
    wp-database
    
    extension: mysqli
    server_version: 10.6.10-MariaDB-1:10.6.10+maria~deb10-log
    client_version: mysqlnd 7.4.33
    max_allowed_packet: 67108864
    max_connections: 3000
    
    wp-constants
    
    WP_HOME: https://hundehotels.net/
    WP_SITEURL: https://hundehotels.net/
    WP_CONTENT_DIR: /homepages/29/d891718386/htdocs/app945728754/wp-content
    WP_PLUGIN_DIR: /homepages/29/d891718386/htdocs/app945728754/wp-content/plugins
    WP_MEMORY_LIMIT: 40M
    WP_MAX_MEMORY_LIMIT: 1024M
    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: Nicht definiert
    DB_CHARSET: utf8
    DB_COLLATE: undefined
    
    wp-filesystem
    
    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    mu-plugins: writable
    
    wpforms
    
    version: 1.8.0.1
    lite: Feb 13, 2023 @ 10:18pm
    upload_dir: Beschreibbar
    total_forms: 1
    total_submissions: undefined
    • Diese Antwort wurde vor 3 Jahren, 3 Monaten von jimbeam88 geändert.
    Forum: Allgemeine Fragen
    Als Antwort auf: Mobile Menü erzwingen
    Thread-Starter jimbeam88

    (@jimbeam88)

    Ja ich bin alle Einstellungen im Customizer durchgegangen. Die Einstellungen da beziehen sich allerdings leider auf das Tablet Hochkant. Da erscheint auch das Hamburger Menü und es wird ein mobiles Gerät erkannt. Im Querformat klappt das allerdings nicht.

    Forum: Allgemeine Fragen
    Als Antwort auf: Mobile Menü erzwingen
    Thread-Starter jimbeam88

    (@jimbeam88)

    Das ist was ich suchte:

    How to change the tablet breakpoint in Astra

    Having said that, let’s get to the point. How do I change this happy, forgiving, famous breaking point? Well, with a little bit of code, that as always we must add at the end of the functions.php file of our Astra’s child theme.

    In case we want to change the breakpoint for tablets the code would be like this:

    // Change breakpoint tablets
    add_filter( ‚astra_tablet_breakpoint‘, function() {
    return 768;
    });

    Vielen Dank!

    • Diese Antwort wurde vor 3 Jahren, 3 Monaten von jimbeam88 geändert.
    • Diese Antwort wurde vor 3 Jahren, 3 Monaten von jimbeam88 geändert.
    Forum: Allgemeine Fragen
    Als Antwort auf: Mobile Menü erzwingen
    Thread-Starter jimbeam88

    (@jimbeam88)

    Danke für deine Antwort!

    Die URL der Website wird vermutlich niemanden etwas nützen, da sich die Seite noch im Aufbau befindet und ich eine Wartungsseite darüber geschaltet haben.

    Außerdem war ich der Annahme, dass meine Frage: „Wie bzw. wo kann ich festlegen, ab wann ein Device als Mobile Device betrachtet wird?“

    sehr allgemein gehalten ist und sich die Einstellung vielleicht irgendwo global in WordPress versteckt.

    wp-core
    
    version: 6.1.1
    site_language: de_DE
    user_language: de_DE
    timezone: +00:00
    permalink: /%postname%
    https_status: true
    multisite: false
    user_registration: 0
    blog_public: 1
    default_comment_status: open
    environment_type: production
    user_count: 1
    dotorg_communication: true wp-paths-sizes wordpress_path: /homepages/29/d891718386/htdocs/app945728754
    wordpress_size: 56,77 MB (59522943 bytes)
    uploads_path: /homepages/29/d891718386/htdocs/app945728754/wp-content/uploads
    uploads_size: 1,40 MB (1466872 bytes)
    themes_path: /homepages/29/d891718386/htdocs/app945728754/wp-content/themes
    themes_size: 42,09 MB (44131570 bytes)
    plugins_path: /homepages/29/d891718386/htdocs/app945728754/wp-content/plugins
    plugins_size: 94,13 MB (98703078 bytes)
    database_size: 22,72 MB (23822336 bytes)
    total_size: 217,10 MB (227646799 bytes) wp-active-theme name: Astra (astra)
    version: 4.0.2
    author: Brainstorm Force
    author_website: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
    parent_theme: none
    theme_features: core-block-patterns, astra_hooks, widgets-block-editor, align-wide, automatic-feed-links, title-tag, post-thumbnails, starter-content, html5, post-formats, custom-logo, customize-selective-refresh-widgets, editor-style, woocommerce, rank-math-breadcrumbs, amp, infinite-scroll, widgets, menus
    theme_path: /homepages/29/d891718386/htdocs/app945728754/wp-content/themes/astra
    auto_update: Aktiviert wp-themes-inactive (4) Refresh Blog: version: 1.1.3, author: Refresh Themes, Automatische Aktualisierungen aktiviert
    Twenty Twenty-One: version: 1.7, author: Das WordPress-Team, Automatische Aktualisierungen aktiviert
    Twenty Twenty-Three: version: 1.0, author: Das WordPress-Team, Automatische Aktualisierungen aktiviert
    Twenty Twenty-Two: version: 1.3, author: Das WordPress-Team, Automatische Aktualisierungen aktiviert wp-mu-plugins (3) 1&1 Managed WordPress: version: 1.1.0, author: 1&1
    1&1 Product Subdomain: version: 1.1.0, author: 1&1
    IONOS Marketplace: version: 1.1.5, author: IONOS wp-plugins-active (11) Elementor: version: 3.11.1, author: Elementor.com, Automatische Aktualisierungen aktiviert
    IONOS Assistant: version: 8.4.2, author: IONOS (latest version: 8.4.5), Automatische Aktualisierungen aktiviert
    IONOS Help: version: 2.1.2, author: IONOS (latest version: 2.2.1), Automatische Aktualisierungen aktiviert
    IONOS Journey: version: 1.0.2, author: IONOS, Automatische Aktualisierungen aktiviert
    IONOS Login: version: 2.1.3, author: IONOS (latest version: 2.2.1), Automatische Aktualisierungen aktiviert
    IONOS Navigation: version: 1.0.6, author: IONOS, Automatische Aktualisierungen aktiviert
    IONOS Performance: version: 1.2.3, author: IONOS (latest version: 2.0.2), Automatische Aktualisierungen aktiviert
    Jetpack: version: 11.8.4, author: Automattic, Automatische Aktualisierungen aktiviert
    Maintenance: version: 4.07, author: WebFactory Ltd, Automatische Aktualisierungen aktiviert
    Starter Templates: version: 3.1.24, author: Brainstorm Force, Automatische Aktualisierungen aktiviert
    WPForms Lite: version: 1.8.0.1, author: WPForms, Automatische Aktualisierungen aktiviert wp-media image_editor: WP_Image_Editor_GD
    imagick_module_version: Nicht verfügbar
    imagemagick_version: Nicht verfügbar
    imagick_version: Nicht verfügbar
    file_uploads: File uploads is turned off
    post_max_size: 128M
    upload_max_filesize: 128M
    max_effective_size: 128 MB
    max_file_uploads: 20
    gd_version: 2.2.5
    gd_formats: GIF, JPEG, PNG, WebP, BMP, XPM
    ghostscript_version: 9.27 wp-server server_architecture: Linux 4.4.302-icpu-088 x86_64
    httpd_software: Apache
    php_version: 7.4.33 64bit
    php_sapi: cgi-fcgi
    max_input_variables: 1000
    time_limit: 30
    memory_limit: 1024M
    max_input_time: -1
    upload_max_filesize: 128M
    php_post_max_size: 128M
    curl_version: 7.64.0 OpenSSL/1.1.1n
    suhosin: false
    imagick_availability: false
    pretty_permalinks: true
    htaccess_extra_rules: true wp-database extension: mysqli
    server_version: 10.6.10-MariaDB-1:10.6.10+maria~deb10-log
    client_version: mysqlnd 7.4.33
    max_allowed_packet: 67108864
    max_connections: 3000 wp-constants WP_HOME: https://hundehotels.net/
    WP_SITEURL: https://hundehotels.net/
    WP_CONTENT_DIR: /homepages/29/d891718386/htdocs/app945728754/wp-content
    WP_PLUGIN_DIR: /homepages/29/d891718386/htdocs/app945728754/wp-content/plugins
    WP_MEMORY_LIMIT: 40M
    WP_MAX_MEMORY_LIMIT: 1024M
    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: Nicht definiert
    DB_CHARSET: utf8
    DB_COLLATE: undefined wp-filesystem wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    mu-plugins: writable jetpack site_id: 215585825
    ssl_cert: No
    time_diff: undefined
    version_option: 11.8.4:1676537232
    old_version: 11.8.3:1676407717
    public: Public
    master_user: #1 jim_beam
    current_user: #1 jim_beam
    tokens_set: Blog User
    blog_token: !GL^Mbx3xuJtK!x4RYQjtOaL9YbPk6Gn
    user_token: tJRy4yScg0ZN%^lLX0DcnaG#!oqdzLWl
    version: 11.8.4
    jp_plugin_dir: /homepages/29/d891718386/htdocs/app945728754/wp-content/plugins/jetpack/
    plan: free
    protect_header: {"trusted_header":"REMOTE_ADDR","segments":1,"reverse":false}
    full_sync: {"started":"Mon, 13 Feb 2023 21:56:28 +0000","finished":"Mon, 13 Feb 2023 21:56:32 +0000","progress":{"comments":{"total":"1","sent":1,"finished":true,"last_sent":"1"},"constants":{"finished":true},"functions":{"finished":true},"options":{"finished":true},"posts":{"total":"21","sent":21,"finished":true,"last_sent":"1"},"term_relationships":{"total":"13","sent":13,"finished":true,"last_sent":{"object_id":"1","term_taxonomy_id":"1"}},"terms":{"total":"3","sent":3,"finished":true,"last_sent":"1"},"themes":{"finished":true},"updates":{"finished":true},"users":{"total":"1","sent":1,"finished":true,"last_sent":"1"}},"config":{"comments":1,"constants":1,"functions":1,"options":1,"posts":1,"term_relationships":1,"terms":1,"themes":1,"updates":1,"users":1}}
    sync_size: undefined
    sync_lag: 0 seconds
    full_sync_size: undefined
    full_sync_lag: 0 seconds
    idc_urls: {"home":"https:\/\/hundehotels.net\/","siteurl":"https:\/\/hundehotels.net\/","WP_HOME":"https:\/\/hundehotels.net\/","WP_SITEURL":"https:\/\/hundehotels.net\/"}
    idc_error_option: false
    idc_optin: true
    cxn_tests: All Pass. wpforms version: 1.8.0.1
    lite: Feb 13, 2023 @ 10:18pm
    upload_dir: Beschreibbar
    total_forms: 1
    total_submissions: undefined
    Thread-Starter jimbeam88

    (@jimbeam88)

    Ja das ist sie. Vielen Dank.

    Thread-Starter jimbeam88

    (@jimbeam88)

    Hallo, vielen Dank erst einmal für eure Erläuterungen. Ich werde wohl zunächst erst einmal auf das Child Theme verzichten.

Ansicht von 13 Antworten – 1 bis 13 (von insgesamt 13)