Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
April 27, 2016 at 3:09 pm in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #623138Es 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 9 years, 6 months ago by Carsten. 
 April 27, 2016 at 1:58 pm in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #623061Nein, 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 9 years, 6 months ago by Carsten. 
 April 27, 2016 at 12:07 pm in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622962Die 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 9 years, 6 months ago by Carsten. 
 April 27, 2016 at 10:52 am in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622913Hey, 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. April 26, 2016 at 3:00 pm in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622199Bei 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 9 years, 6 months ago by Carsten. 
 April 26, 2016 at 1:09 pm in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622087Mit “ganze Zeit inaktiv” meine ich von Anfang an. Es hat nie ein Caching stattgefunden. Deshalb ist auch nichts aktiviert. April 26, 2016 at 12:49 pm in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #622074Das Caching-Plugin ist die ganze Zeit inaktiv … Das Problem besteht auch mit deaktivierten Plugins und nach einem Hard Reload. April 25, 2016 at 5:29 pm in reply to: Blot Beiträge: Letzter Eintrag hat keine Meta-Angaben #621522Hi Andy, danke für den Hinweis. Habe nun alles aktualisiert. Der Fehler existiert leider noch immer. Gruß Carsten 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. 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. Bug? “ERROR: Your reply cannot be empty.” (private content filled in). Hi Ismael, thanks a lot for the fast reply. We will have a look into this. Greetings. Hi Andy, thanks for responding. I wrote a feature request with a link to this topic. Greetings. 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”? 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%Thank you. Got it now. Just added Yoast snippet %%sitename%%to the box.And yes, I don’t work often with this plugin. :-) 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. I found an old code, hm? Thank you. It works now. Perfect, thank you. Looking forward to the next update. I hope this feature will come in the future. Styling alone is not semantic. ;) But thank you for the answer. This reply has been marked as private.This reply has been marked as private.
- 
		This reply was modified 9 years, 6 months ago by 
- 
		AuthorPosts
