Lynnv
Verfasste Forenbeiträge
-
Forum: Installation
Als Antwort auf: CSS vom CHild werden nicht „beachtet“Hallo Bego Mario Garde,
ich dachte man muss ein Child-Theme einrichten, weil die CSS-bei einem Update ja verloren gehen ?
VG sendet
Lynn
Forum: Installation
Als Antwort auf: CSS vom CHild werden nicht „beachtet“Guten Morgen Hans-Gerd,
hier die function:
<?php /* Write your awesome functions below */ /** * Child theme stylesheet einbinden in Abhängigkeit vom Original-Stylesheet */ function child_theme_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-theme-css', get_stylesheet_directory_uri() .'/style.css' , array('parent-style')); } add_action( 'wp_enqueue_scripts', 'child_theme_styles' ); function removeGoogleFonts(){ global $wp_styles; $regex = '/fonts\.googleapis\.com\/css\?family/i'; foreach($wp_styles->registered as $registered) { if( preg_match($regex, $registered->src) ) { wp_dequeue_style($registered->handle); } } } add_action('wp_enqueue_scripts', 'removeGoogleFonts', 999); ?>und hier die Style:
/* Theme Name: My-Child-Theme Author URI: https://www.rialogo.de/Neu Version: 1.0 Description: A child theme of Twenty Twenty-One Template: twentytwentyone Author: Administrator */ /* sintony-regular - latin */ @font-face { font-family: 'Sintony', sans-serif; font-style: normal; font-weight: 400; src: url('../fonts/sintony-v13-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('../fonts/sintony-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/sintony-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/sintony-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/sintony-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/sintony-v13-latin-regular.svg#Sintony') format('svg'); /* Legacy iOS */ } /* Variables */ :root { /* Font Family */ --global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, "Sintony"); --global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "Sintony"); } .site-logo { margin-top: -50px; } @media only screen and (min-width: 482px) .site-logo .custom-logo { width: 200px; } @media only screen and (min-width: 1024px) .widget-area { grid-template-columns: repeat(3, 1fr); display: none; } .widget-area { grid-template-columns: repeat(3, 1fr); display: none; }Liebe Grüße sendet
Lynn
Forum: Installation
Als Antwort auf: CSS vom CHild werden nicht „beachtet“Hallo Hans-Gerd,
Plugin für Cache ist nicht installiert.
### wp-core ### version: 6.1.1 site_language: de_DE user_language: de_DE timezone: Europe/Berlin 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: /usr/local/www/docs/p942589/p942589/html/Neu wordpress_size: loading... uploads_path: /usr/local/www/docs/p942589/p942589/html/Neu/wp-content/uploads uploads_size: loading... themes_path: /usr/local/www/docs/p942589/p942589/html/Neu/wp-content/themes themes_size: loading... plugins_path: /usr/local/www/docs/p942589/p942589/html/Neu/wp-content/plugins plugins_size: loading... database_size: loading... total_size: loading... ### wp-active-theme ### name: My-Child-Theme (My-Child-Theme) version: 1.0 author: Administrator author_website: https://www.rialogo.de/Neu parent_theme: Twenty Twenty-One (twentytwentyone) theme_features: core-block-patterns, widgets-block-editor, menus, automatic-feed-links, title-tag, post-formats, post-thumbnails, html5, custom-logo, customize-selective-refresh-widgets, wp-block-styles, align-wide, editor-styles, editor-style, editor-font-sizes, custom-background, editor-color-palette, editor-gradient-presets, responsive-embeds, custom-line-height, experimental-link-color, custom-spacing, custom-units, widgets theme_path: /usr/local/www/docs/p942589/p942589/html/Neu/wp-content/themes/My-Child-Theme auto_update: Deaktiviert ### wp-parent-theme ### name: Twenty Twenty-One (twentytwentyone) version: 1.7 author: WordPress-Team author_website: https://de.wordpress.org/ theme_path: /usr/local/www/docs/p942589/p942589/html/Neu/wp-content/themes/twentytwentyone auto_update: Deaktiviert ### wp-themes-inactive (2) ### Twenty Twenty-One Child: version: 1.0, author: Administrator, Automatische Aktualisierungen deaktiviert My-Child-Theme: version: 1.0, author: Administrator, Automatische Aktualisierungen deaktiviert ### wp-plugins-active (4) ### Duplicate Page: version: 4.5, author: mndpsingh287, Automatische Aktualisierungen deaktiviert Elementor: version: 3.10.0, author: Elementor.com, Automatische Aktualisierungen deaktiviert Max Mega Menu: version: 3.1, author: megamenu.com, Automatische Aktualisierungen deaktiviert Unlimited Elements for Elementor: version: 1.5.47, author: Unlimited Elements, Automatische Aktualisierungen deaktiviert ### 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: 15M upload_max_filesize: 15M max_effective_size: 15 MB max_file_uploads: 20 gd_version: bundled (2.1.0 compatible) gd_formats: GIF, JPEG, PNG, BMP ghostscript_version: 9.26 ### wp-server ### server_architecture: Linux 4.4.0-210-generic x86_64 httpd_software: Apache php_version: 7.4.16 64bit php_sapi: cgi-fcgi max_input_variables: 1000 time_limit: 120 memory_limit: 128M admin_memory_limit: 256M max_input_time: 60 upload_max_filesize: 15M php_post_max_size: 15M curl_version: 7.47.0 OpenSSL/1.0.2g suhosin: false imagick_availability: false pretty_permalinks: true htaccess_extra_rules: false ### wp-database ### extension: mysqli server_version: 5.7.33-0ubuntu0.16.04.1 client_version: mysqlnd 7.4.16 max_allowed_packet: 33554432 max_connections: 214 ### wp-constants ### WP_HOME: undefined WP_SITEURL: undefined WP_CONTENT_DIR: /usr/local/www/docs/p942589/p942589/html/Neu/wp-content WP_PLUGIN_DIR: /usr/local/www/docs/p942589/p942589/html/Neu/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: Nicht definiert DB_CHARSET: utf8 DB_COLLATE: undefined ### wp-filesystem ### wordpress: writable wp-content: writable uploads: writable plugins: writable themes: writableLG sendet
Lynn
- Diese Antwort wurde vor 3 Jahren, 1 Monat von Lynnv geändert.
Forum: Themes
Als Antwort auf: Oblique funktioniert nicht im FirefoxHallo Sebastian,
Du bist Weltklasse, so funktioniert es auch bei mir, vielen Dank für diesen Hinweis.
Bleib gesund und schöne Grüße sendet
Lynn
Forum: Themes
Als Antwort auf: Oblique funktioniert nicht im FirefoxHallo Sebastian,
nein, ich habe nichts gemacht 🙁
Wie ich hier schon geschrieben habe, es ist wie ein Zufallsgenerator, also beim Firefox.
LG
LynnForum: Themes
Als Antwort auf: Oblique funktioniert nicht im FirefoxHallo Sebastian,
ich habe keine Lösung gefunden 🙁
Unter dem Firefox läuft es immer noch nicht!!!
LG sendet
Lynn
Forum: Themes
Als Antwort auf: Oblique funktioniert nicht im FirefoxHallo Hans-Gerd,
es ist nur der Elementor als Plugin installiert.
Hier der Bericht:
—————–### wp-core ### version: 5.8.2 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: undefined environment_type: production user_count: 1 dotorg_communication: true ### wp-paths-sizes ### wordpress_path: /var/www/vhosts/ty8tat9k.web5.alfahosting-server.de/architektur-der-gesundheit.de wordpress_size: 46,91 MB (49183608 bytes) uploads_path: /var/www/vhosts/ty8tat9k.web5.alfahosting-server.de/architektur-der-gesundheit.de/wp-content/uploads uploads_size: 9,01 MB (9448161 bytes) themes_path: /var/www/vhosts/ty8tat9k.web5.alfahosting-server.de/architektur-der-gesundheit.de/wp-content/themes themes_size: 6,23 MB (6531326 bytes) plugins_path: /var/www/vhosts/ty8tat9k.web5.alfahosting-server.de/architektur-der-gesundheit.de/wp-content/plugins plugins_size: 23,67 MB (24823931 bytes) database_size: 6,83 MB (7159808 bytes) total_size: 92,65 MB (97146834 bytes) ### wp-active-theme ### name: Oblique (oblique) version: 2.0.15 author: Themeisle author_website: http://themeisle.com/ parent_theme: none theme_features: core-block-patterns, widgets, widgets-block-editor, automatic-feed-links, title-tag, post-thumbnails, menus, html5, post-formats, custom-logo, custom-background, custom-header, infinite-scroll theme_path: /var/www/vhosts/ty8tat9k.web5.alfahosting-server.de/architektur-der-gesundheit.de/wp-content/themes/oblique auto_update: Deaktiviert ### wp-themes-inactive (1) ### Twenty Twenty-One: version: 1.4, author: WordPress-Team, Automatische Aktualisierungen deaktiviert ### wp-plugins-active (1) ### Elementor: version: 3.4.8, author: Elementor.com, Automatische Aktualisierungen deaktiviert ### wp-media ### image_editor: WP_Image_Editor_Imagick imagick_module_version: 1690 imagemagick_version: ImageMagick 6.9.10-68 Q16 x86_64 2021-02-24 https://imagemagick.org imagick_version: 3.5.1 file_uploads: File uploads is turned off post_max_size: 256M upload_max_filesize: 256M max_effective_size: 256 MB max_file_uploads: 20 imagick_limits: imagick::RESOURCETYPE_AREA: 80 GB imagick::RESOURCETYPE_DISK: 9.2233720368548E+18 imagick::RESOURCETYPE_FILE: 49152 imagick::RESOURCETYPE_MAP: 80 GB imagick::RESOURCETYPE_MEMORY: 40 GB imagick::RESOURCETYPE_THREAD: 1 imagemagick_file_formats: 3FR, 3G2, 3GP, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV gd_version: bundled (2.1.0 compatible) gd_formats: GIF, JPEG, PNG, WebP, BMP, XPM ghostscript_version: 9.25 ### wp-server ### server_architecture: Linux 3.10.0-962.3.2.lve1.5.60.el7.x86_64 x86_64 httpd_software: Apache php_version: 7.4.22 64bit php_sapi: fpm-fcgi max_input_variables: 8192 time_limit: 900 memory_limit: 768M max_input_time: 900 upload_max_filesize: 256M php_post_max_size: 256M curl_version: 7.29.0 NSS/3.53.1 suhosin: false imagick_availability: true pretty_permalinks: true htaccess_extra_rules: false ### wp-database ### extension: mysqli server_version: 5.7.33 client_version: mysqlnd 7.4.22 ### wp-constants ### WP_HOME: undefined WP_SITEURL: undefined WP_CONTENT_DIR: /var/www/vhosts/ty8tat9k.web5.alfahosting-server.de/architektur-der-gesundheit.de/wp-content WP_PLUGIN_DIR: /var/www/vhosts/ty8tat9k.web5.alfahosting-server.de/architektur-der-gesundheit.de/wp-content/plugins WP_MEMORY_LIMIT: 40M WP_MAX_MEMORY_LIMIT: 768M 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_LOCAL_DEV: undefined DB_CHARSET: utf8mb4 DB_COLLATE: undefined ### wp-filesystem ### wordpress: writable wp-content: writable uploads: writable plugins: writable themes: writableForum: Themes
Als Antwort auf: Oblique funktioniert nicht im FirefoxHallo Hans-Gerd,
leider funktioniert es doch nicht mit dem Firefox, zu frühgefreut.
Es gilt hier das Zufallsprinzip 🙁Ich drücke zig mal F5 zum Aktualisieren, irgendwann dann kommen die Beiträge.
Klicke ich dann wieder F5, oder gehe auf Home (das Häuschen), sind die Beiträge wieder weg.Beim Chrome, Opera und Edge funktioniert alles einwandfrei – ist doch irre !
LG sendet
Lynn
Forum: Themes
Als Antwort auf: Oblique funktioniert nicht im FirefoxDanke Hans-Gerd,
das ist schon seltsam 🙁
….. ok, habe mich mal eben von WordPress abgemeldet, siehe da, jetzt funktioniert es auch beim Firefox – verrückt !!!
LG
Lynn
Forum: Themes
Als Antwort auf: Oblique funktioniert nicht im FirefoxDie Webseite die es betrifft:
https://architektur-der-gesundheit.de
Es ist doch komisch, dass der eine Browser Javacode korrekt ausführt, der andere nicht.
LG
Lynn
Forum: Themes
Als Antwort auf: Oblique funktioniert nicht im FirefoxHmm, kann man hier keine Links angeben ?
Neuer Versuch:
https://wordpress.org/support/topic/update-to-wp-5-5-breaks-the-recent-posts-home-page/
Forum: Themes
Als Antwort auf: Oblique funktioniert nicht im FirefoxHallo,
na, wir sind hier doch bei Themes, also ist das Theme Oblique gemeint 😉
Die Lösung habe ich hieraus:
Update to WP 5.5 breaks the “recent posts” home page.LG
Lynn- Diese Antwort wurde vor 4 Jahren, 2 Monaten von Bego Mario Garde geändert. Grund: Link korrigiert
Forum: Installation
Als Antwort auf: Uploads- und Upgradeordner fehlen bei der neusten VersionHallo @all,
vielen Dank für Eure Unterstützung, das Problem ist gelöst.
Habe in einem anderen Forum gelesen, dass es bei Strato einen Punkt Sicherheit gibt, dort sind alle Verzeichnisse für Scripts gesperrt !
Ich habe jetzt dort das WP-Verzeichnis als Ausnahme hinzugefügt, nun läuft es.
LG
Lynn
Forum: Installation
Als Antwort auf: Uploads- und Upgradeordner fehlen bei der neusten VersionHallo bscu,
daran habe ich auch schon gedacht 😉
Forum: Installation
Als Antwort auf: Uploads- und Upgradeordner fehlen bei der neusten VersionHallo Angelika,
meinst Du mit Vorschlag:
define(‚FS_METHOD‘, ‚direct‘); ???
Das hat leider nichts gebracht.