Beiträge von Zinnbaum

    Hallo,

    ich suche ein Plugin zur Online-Terminverwaltung. Das Plugin soll in seiner einfachsten Handhabung es dem Website-Besucher ermöglichen sich für einen Termin in einen Kalender einzutragen. Unsicher bin ich mir noch, ob man sich vorher registrieren muss. Sehe ich als Barriere. Verhindert aber Missbrauch. Auch bin ich mir unsicher, wie man die Termin bestätigt. Erfolgt eine automatisierte Mail an den Website-Besucher, dass man den Termin bestätigt, welche wiederum einen Link enthält, die der Besucher bestätigen muss (um SPAM zu verhindern). Also eine Art Double-Opt-In. Kennt ihr Beispiele für Seiten, die das gut gelöst haben oder jemand eine Idee, wie (oder ob) man das mit WordPress ohne ein eigenes Plugin schreiben lassen zu müssen umsetzen könnte?

    Vielen Dank für die vielen Antworten. Mir ging es ja primär um die vielen unterschiedlichen Media Querys, weniger um die allgemeine Anwendung und Sinnhaftigkeit derer. Aber ich habe es trotzdem verstanden. In nur wenigen Projekten braucht man unterschiedliche Darstellungen auf dem iPad zum Google Nexus, bzw. bei kleinen Projekten macht es wohl sowieso nur sehr selten Sinn - einfach weil die Ressourcen knapp und die Kompetenzen beschränkt sind. Da liegen die Prioritäten sinnvollerweise oftmals bei anderen Aufgabenbereichen. Danke für alle Antworten.

    Ok, verstehe. Die Vielzahl der unterschiedlichen Media Queries dient also dem Zweck unterschiedliche Webseiten-Ansichten für unterschiedliche Mobile Devices zu gestalten. Der Normalfall aber, wenn ich es richtig verstehe, unterscheidet nur zwischen Desktop-Variante und Mobiler-Variante (was Smartphones, Android, iOS, Tabletes, usw.) umfasst. Ist das so korrekt?

    Denn spezielles CSS für Apple-Geräte wie im Beispiel oben gezeigt (oder im folgenden Ausschnitt) waren mir neu:

    [COLOR=#777777][FONT=Source Code Pro]/* ----------- iPad mini ----------- */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* Portrait and Landscape */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#DFC48C][FONT=Source Code Pro] Media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) [/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]{[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]}[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* Portrait */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#DFC48C][FONT=Source Code Pro] Media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) [/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]{[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]}[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* Landscape */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#DFC48C][FONT=Source Code Pro] Media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) [/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]{[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]}[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* ----------- iPad 1 and 2 ----------- */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* Portrait and Landscape */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#DFC48C][FONT=Source Code Pro] Media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) [/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]{[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]}[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* Portrait */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#DFC48C][FONT=Source Code Pro] Media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) [/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]{[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]}[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* Landscape */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#DFC48C][FONT=Source Code Pro] Media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) [/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]{[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]}[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* ----------- iPad 3 and 4 ----------- */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* Portrait and Landscape */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#DFC48C][FONT=Source Code Pro] Media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) [/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]{[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]}[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* Portrait */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#DFC48C][FONT=Source Code Pro] Media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) [/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]{[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]}[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#777777][FONT=Source Code Pro]/* Landscape */[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=#DFC48C][FONT=Source Code Pro] Media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) [/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]{[/FONT][/COLOR][COLOR=#CD6A51][FONT=Source Code Pro][/FONT][/COLOR][COLOR=white][FONT=Source Code Pro]}[/FONT][/COLOR]

    Hallo,

    benötige ich wirklich zu jedem CSS-Responsive-Befehl eine Armada an Queries für die unterschiedlichen mobilen Devices? Laut diesem Artikel (https://css-tricks.com/snippets/css/m…andard-devices/) wären das ja zig Befehle!! Ich schaue ja hin und wieder mal in die CSS-Dateien von Webseiten, die mir gut gefallen (vor allem auf dem Smartphone) um etwas von guten Leuten zu lernen aber das jemand eine riesige CSS-Datei für das Responsive hat, mit allen dort aufgeführte Variationen an Media Queries ist mir noch nicht begegnet. Kann mir hierzu jemand eine Einschätzung geben, in wie weit das tatsächlich notwendig ist und für welche Seiten sich der Aufwand lohnt.

    Vielen Dank

    Hallo,

    ich habe bei Buddypress das Problem, dass ich zwar im Backend SEO-Titel und Meta-Beschreibungen für alle "Foren" und "Themen" angeben kann, im Frontend aber immer nur der Titel und die Meta-Beschreibung der Einstellung für die Startseite von Buddypress angezeigt wird.
    Als SEO-Plugin verwende ich WordPress SEO vpon Yoast in Version 1.6.3, Wordpress in Version 3.9.2 und BuddyPress in Version 2.0.2

    Edit: bbPress ist auch dabei, in Version 2.5.4

    Ich hoffe ihr könnt mir weiterhelfen auch Themen und Foren mit eigenen SEO-Titeln und Beschreibungen versehen zu können. Danke.