Forum Replies Created

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #623138

    Es hat von Anfang an nicht funktioniert. Beim dritten Artikel werden über das Blog-Modul auf der Startseite plötzlich keine Meta-Daten mehr ausgegeben. Neueste Enfold-Version, neueste WordPress-Version, in der functions.php nur Custom CSS und eine Schrift hinzugefügt. Und an dem Blog-Modul habe ich auch nichts geändert.

    Wenn ich einen weiteren Artikel zuerst ohne ALB erstelle, werden bei allen Posts wieder Meta-Daten angezeigt. Wenn ich diesen Beitrag nachträglich auf ALB ändere, ist auch alles in Ordnung. Wenn ich aber einen neuen Beitrag zuerst mit ALB veröffentliche werden die Meta-Daten wieder nicht angezeigt. Dann hilft ein nachträgliches Ändern auf den normalen Editor auch nichts – Meta-Daten fehlen.

    Jetzt wollte ich das gleiche mit dem letzten Beitrag machen: ALB-Inhalte als Vorlage gespeichert um den Beitrag als neuen Beitrag (erstmal ohne ALB, danach wechseln) zu klonen, an die URL ein “_alt” drangehängt damit der nächste Beitrag (der ja genauso heißen soll) die “normale” URL bekommt, gespeichert und auf der Startseite nachgeschaut. Überraschung: Meta-Daten vorhanden! Das “_alt” von der URL entfernt, gespeichert und voilá: Meta-Daten noch immer vorhanden.

    Das Blog-Modul scheint ganz schön buggy zu sein. Jedenfalls im “Elegant” Blog Styling. Ich nehme mal an, dass das Blog-Modul seine Eigenschaften davon bekommt.

    • This reply was modified 8 years, 7 months ago by Carsten.
    in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #623061

    Nein, ich habe alles erst aktualisiert als du mich darauf aufmerksam gemacht hast. Ich weiß nicht, welche WordPress- und Enfold-Versionen vorher am Laufen waren (habe nicht darauf geachtet). Aber vor dem Update hat es auch schon nicht funktioniert.

    • This reply was modified 8 years, 7 months ago by Carsten.
    in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622962

    Die PHP-Snippets für die Beiträge kommen von dem Plugin “PHP Code For Posts” und es funktioniert seit dem dritten geschriebenen Beitrag nicht mehr. Also seit dem 22. April.

    Wohl gemerkt: Die ersten beiden Beiträge werden noch normal mit Meta-Daten auf der Startseite angezeigt.

    • This reply was modified 8 years, 7 months ago by Carsten.
    in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622913

    Hey,

    den ALB verwende ich für alle Beiträge. Und auf den Beitrags-Seiten baue ich die Meta-Daten manuell mit PHP Code-Snippets ein. Das ist nicht das Problem. Das Problem ist die Ausgabe mit dem Blog-Modul.

    Bei den ersten beiden Beiträgen hat es ja auch funktioniert. Warum jetzt nicht mehr? Das Blog-Modul auf der Startseite wird nicht von dem ALB der Posts beeinflusst.

    in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622199

    Bei einem neuen Beitrag genau das gleiche. Liegt es vielleicht an einer Einstellung des Blog-Elements im Layout-Editor?

    Edit: Der vorletzte Beitrag behält dieses Verhalten und die Meta-Daten fehlen dann bei den letzten beiden Artikeln.

    • This reply was modified 8 years, 7 months ago by Carsten.
    in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622087

    Mit “ganze Zeit inaktiv” meine ich von Anfang an. Es hat nie ein Caching stattgefunden. Deshalb ist auch nichts aktiviert.

    in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622074

    Das Caching-Plugin ist die ganze Zeit inaktiv … Das Problem besteht auch mit deaktivierten Plugins und nach einem Hard Reload.

    in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #621522

    Hi Andy,

    danke für den Hinweis.

    Habe nun alles aktualisiert. Der Fehler existiert leider noch immer.

    Gruß

    Carsten

    in reply to: Enfold forgets its settings #538127

    We tried it all.

    Now we installed a fresh new WordPress and it worked after manually importing the images again …
    I think the webserver’s database failed to import our sql file correctly.

    Thanks for your effort.

    in reply to: Enfold forgets its settings #537245

    Hey,

    thank you for testing.

    I tested again and it seems that more settings can be saved now. But at one point, all settings will be removed.

    Try to import the settings I uploaded to this WordPress installation. Nothing will happen.

    in reply to: Enfold forgets its settings #536436

    Bug? “ERROR: Your reply cannot be empty.” (private content filled in).

    in reply to: API Key for Google Maps #524818

    Hi Ismael,

    thanks a lot for the fast reply.

    We will have a look into this.

    Greetings.

    in reply to: Fix: Portfolio custom links #493712

    Hi Andy,

    thanks for responding.

    I wrote a feature request with a link to this topic.

    Greetings.

    in reply to: Wrong breadcrum structure #493707

    Hey Ismael,

    thank your very much. That just works!

    Another question: The breadcrumb links of “Blog” and “Wissen” lead to the corresponding category pages.

    Is it possible to change that to the pages “Blog” / “Wissen”?

    in reply to: Wrong breadcrum structure #493096

    Hi Ismael,

    thanks for your answer.

    The only modifications I made are:

    add_theme_support('avia_template_builder_custom_css');
    
    add_filter ('avia_post_nav_settings', 'enfold_customization_same_cat');
    function enfold_customization_same_cat ($s) {
      $s['same_category'] = true;
      return $s;
    }
    
    add_filter( 'nav_menu_css_class', 'add_custom_class', 10, 2 );
    function add_custom_class( $classes = array(), $menu_item = false ) {
        if ( is_single() && in_category( 'wissen' ) && 71 == $menu_item->ID && ! in_array( 'current-menu-item', $classes ) ) {
            $classes[] = 'current-menu-item';
        }
        return $classes;
    }

    The same problem exists at my blog posts. Is this – in my eyes – uncommon permalink setting causing the issue?

    %category% -> %postname%

    in reply to: Yoast: Title not working #475990

    Thank you.

    Got it now. Just added Yoast snippet %%sitename%% to the box.

    And yes, I don’t work often with this plugin. :-)

    in reply to: Yoast: Title not working #475814

    Hi Andy,

    thank you for the response.

    It is currently not possible to update the theme on this site.

    But I updated another site’s theme and it still doesn’t work – tested with the blog page.

    in reply to: Prev/Next post buttons same category #463012

    I found an old code, hm?

    Thank you. It works now.

    in reply to: Header title: Empty h1 after hiding title #444362

    Perfect, thank you.

    Looking forward to the next update.

    in reply to: Data tables: Assign heading to columns #443966

    I hope this feature will come in the future. Styling alone is not semantic. ;)

    But thank you for the answer.

    in reply to: Header title: Empty h1 after hiding title #443047
    This reply has been marked as private.
    in reply to: Data tables: Assign heading to columns #442672
    This reply has been marked as private.
Viewing 22 posts - 1 through 22 (of 22 total)