Ulrich
Verfasste Forenbeiträge
-
Forum: Allgemeine Fragen
Als Antwort auf: Nach Umstellung auf PHP 7.2 Probleme im BackendIch bedanke und verneige mich. Perfekt!
Ganz vielen Dank dieser kleine Codeschnipsel hat mich gerettet 🙂
Ganz vielen Dank 🙂
Forum: Allgemeine Fragen
Als Antwort auf: Nach Umstellung auf PHP 7.2 Probleme im BackendDen Fehler kann man nicht lokalisieren bzw. ausmerzen? Oder wäre das zu aufwendig?
Forum: Allgemeine Fragen
Als Antwort auf: Nach Umstellung auf PHP 7.2 Probleme im BackendGuten Morgen, alles aktuell. Im Debug-Modus wird folgendes ausgeben:
[12-Mar-2019 08:04:18 UTC] PHP Warning: Illegal string offset 'portfolio' in /mnt/web324/a2/22/56202022/htdocs/wp-content/themes/Aktina/framework/core-functions.php on line 62 [12-Mar-2019 08:04:18 UTC] PHP Warning: Illegal string offset 'staff' in /mnt/web324/a2/22/56202022/htdocs/wp-content/themes/Aktina/framework/core-functions.php on line 62 [12-Mar-2019 08:04:18 UTC] PHP Warning: Illegal string offset 'testimonials' in /mnt/web324/a2/22/56202022/htdocs/wp-content/themes/Aktina/framework/core-functions.php on line 62 Zeile 62 habe ich mal fett markiert - das sagt mir aber überhaupt nichts. // Checks theme framework for core support function ks_supports( $group, $feature ) { $setup = ks_global_config(); if( isset( $setup[$group][$feature] ) && $setup[$group][$feature] ) { return true; } else { return false; } } // Returns theme custom post types function ks_theme_post_types() { $config = ks_global_config(); if ( ! ks_supports( 'primary', 'post_types' ) ) { return array(); } $post_types = $config['post_types']; if ( ! $post_types ) return; $post_types = array_filter($post_types); $return = ''; foreach( $post_types as $key => $value ) { <strong>$return[$key] = $key;</strong> } return apply_filters( 'ks_theme_post_types', $return ); }
Forum: Allgemeine Fragen
Als Antwort auf: Abstand zwischen Listenpunkten vergrößernHallo Bego,
vielen Dank für den Tipp. Ich werde experimentieren. Ich arbeite mit einem Child-Theme.
Schon mal vielen Dank für deine Mühe.
Viele Grüße
UlrichForum: Allgemeine Fragen
Als Antwort auf: Abstand zwischen Listenpunkten vergrößernHallo Bego,
schon mal vielen Dank für deine Antwort.
Ich benutze das Aktina-Theme. Ein öffentlicher Link ist noch nicht vorhanden.
Den CSS-Befehl um nach meinem Verständnis korrekte Einzüge zu machen (das Theme rückt nach der CSS-Style die Einzugspunkte nach links über den „Satzspiegel“ raus) habe ich bereits gefunden.
ul { padding-left: 0.6em; margin-left: 0.6em; }
ul { margin:20 0 40px }Ich hätte jetzt nur gerne zwischen den einzelnen Listenpunkten etwas mehr Abstand im Moment sieht es so aus:
■ Debit laccupt atiaturios pro ipsaper ovitia
■ Debit laccupt atiaturios pro ipsaper ovitia
■ Debit laccupt atiaturios pro ipsaper ovitia
■ Debit laccupt atiaturios pro ipsaper ovitia
■ Debit laccupt atiaturios pro ipsaper ovitia
■ Debit laccupt atiaturios pro ipsaper ovitiaIch hätte es aber lieber so (nur nicht eine ganze Zeile dazwischen, sondern nur eine halbe):
■ Debit laccupt atiaturios pro ipsaper ovitia
■ Debit laccupt atiaturios pro ipsaper ovitia
■ Debit laccupt atiaturios pro ipsaper ovitia
■ Debit laccupt atiaturios pro ipsaper ovitia
■ Debit laccupt atiaturios pro ipsaper ovitia.
■ Debit laccupt atiaturios pro ipsaper ovitia
Ich werde zukünftig bei Problemen detailliertere Fragen stellen.
Vielen Dank
Ulrich