Since the last WordPress Update your Plugin doesn´t work
-
Hi guys,
I tried it with my theme and the WP-2019-Theme and the subtitle is doesn´t there!
You will look at this issue or you don´t fix this Plugin anymore?Thx,Jens
The page I need help with: [log in to see the link]
-
Do you mean the subtitle field is not in the admin, or is it just not showing on the front end?
Hi Ben,
I mean at the front end…. last night I saw that the subtile was showing at my iPhone when I hold it vertical. When I turn my iPhone horizontal the subtitle is gone….see here https://www.overlandtour.de/reiseroute-peru-bolivien-chile/
Hope it helps a Little bit.I cannot see the subtitle. Where is it supposed to display? Below the “Planung der Route Peru Bolivien Chile” title?
Hmm now I checked it at my iPhone and the subtile isn´t there anymore. Could be a Cache Thing.
The subtitle is “Erkunde Peru Bolivien Chile auf eigene Faust”
Hi Ben,
you find something?
Cheers JensSo this is my Code for
the pages<div class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> <h2 class="entry-sub-title"><?php the_subtitle(); ?></h2> </div>Hope it is correct
Hi Ben,
i had a look of this issue?
Hi Jens
I have been unable to recreate this issue.
Also, I can’t see the
<div class="entry-header">HTML anywhere in the source code of the page at the link you provided.Has your theme changed?
Ben
I ask my theme authoer, but he coudn´t see an mistake. He gave me this answer:
_________________________________________________
Hi Jens,
Thank you for your reply. 🙂I’ve installed the default WordPress twenty nineteen theme on your website, activated it for a short period of time, and that plugin is not working on the default WordPress theme either.
It seems that there is some problem with that plugin.Since that is not our product, I can only advise you to reach out to the plugin author and see if they can push the necessary update because it is clear that it isn’t working at all.
_________________________________________________
Cheers Jens
Hope that helps.@milchladen Have you tried Secondary Title?
Hallo thaikolja,
ich hatte dir ein Email geschrieben, da ich meine es ist dein Email, aber keine Antwort bekommen. Ich habe es getestet und es funktioniert schon, aber es gibt da ein Schönheitsfehler. Da du den Subtile direkt hinter den Titel schreibst, übernimmt mein Structure Data Plugin auch den Subtile Text und ich komme dann über die 110 Zeichen bei den structure data und das ist nicht konform.
Auch kann ich den Subtitle nicht via CSS einen Style zuweisen, das macht Sinn für Mobile und Desktop….. Deshalb kann ich das nicht nutzen. Sehr schade.Viele Grüße
JensHi Jens,
sorry für die späte Antwort.
Dass der secondary title in den Structured Data landet, lässt sich so schnell leider nicht vermeiden, denn das scheint durch dein Theme generiert zu sein, und wenn das Theme lediglich
get_the_title()oder so nimmt und den Inhalt davon benutzt, kommt leider auch der secondary title mit. Dazu müsste ich mal einen Blick in dein Theme werfen, und ich müsste wissen, welche Plugins du benutzt.Doch, du kannst den secondary title über CSS Media Queries je nach Gerät stylen. Hier ein Beispiel, das den secondary title auf Desktop-PCs blau und auf mobilen Geräten rot darstellt:
Title format:
<div class="secondary-title-container"><span class="default-title">%title%</span>: <span class="secondary-title">%secondary_title%</span></div>CSS:
/** Standard-Style */ .secondary-title-container .secondary-title { color: blue; } /** Style für mobile Endgeräte */ @media only screen and (max-width: 767px) { .secondary-title-container .secondary-title { color: red; } }
The topic ‘Since the last WordPress Update your Plugin doesn´t work’ is closed to new replies.