End of Support for Joomla 3 - Forum closed
Fenya - Section background - Responsive settings
- calvinhoppes
- Offline Topic Author
- Fresh Boarder
-
- Posts: 9
- Thank you received: 1
Fenya - Section background - Responsive settings was created by calvinhoppes
Posted 7 years 9 months ago #17821
Moin!
Danke für das klasse Fenya-Template.
Nachdem ich irgendwann die Sache mit dem Video soweit begriffen hatte, bin ich gut mit dem Template zurecht gekommen
Meine verbleibende Frage:
- an welcher Schraube muss ich drehen (welchen Eintrag muss ich in der custom.css) vornehmen, damit auch noch das Hintergrundbild aus der Position top-b responsive (also nicht so verpixelt) geladen wird?
siehe auf dem Smartphone: www.praxispt.de/
Besten Dank im Voraus (gerne auch für sonstige Verbesserungs-/Optimierungsvorschläge) für einen Tipp.
Danke für das klasse Fenya-Template.
Nachdem ich irgendwann die Sache mit dem Video soweit begriffen hatte, bin ich gut mit dem Template zurecht gekommen

Meine verbleibende Frage:
- an welcher Schraube muss ich drehen (welchen Eintrag muss ich in der custom.css) vornehmen, damit auch noch das Hintergrundbild aus der Position top-b responsive (also nicht so verpixelt) geladen wird?
siehe auf dem Smartphone: www.praxispt.de/
Besten Dank im Voraus (gerne auch für sonstige Verbesserungs-/Optimierungsvorschläge) für einen Tipp.
by calvinhoppes
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic Fenya - Section background - Responsive settings
Posted 7 years 9 months ago #17822
Hallo,
fügen sie mal folgenden CSS COde in ihre css/custom.css ein:
www.joomlaplates.com/support/documentation/custom-css-in-joomla
fügen sie mal folgenden CSS COde in ihre css/custom.css ein:
@media screen and (max-width: 1024px) {
#top-a, #top-b, #top-c, #top-d, #bottom-a, #bottom-b, #bottom-c, #bottom-d {
background-attachment: scroll !important;
background-position: cover;
}
}
www.joomlaplates.com/support/documentation/custom-css-in-joomla
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: calvinhoppes
Please Log in or Create an account to join the conversation.
- calvinhoppes
- Offline Topic Author
- Fresh Boarder
-
- Posts: 9
- Thank you received: 1
Replied by calvinhoppes on topic Fenya - Section background - Responsive settings
Posted 7 years 9 months ago #17824
Kaum macht man es richt, funktioniert es - herzlichen Dank für die Unterstützung und besten Gruß.
by calvinhoppes
Please Log in or Create an account to join the conversation.
- calvinhoppes
- Offline Topic Author
- Fresh Boarder
-
- Posts: 9
- Thank you received: 1
Replied by calvinhoppes on topic Fenya - Section background - Responsive settings
Posted 7 years 9 months ago #17842
Darf ich noch eine Frage hinterher stellen? Ich bin jetzt zu 99% durch und sehr zufrieden.
Für das eine Prozent fehlt mir noch die Idee, wo ich hingreifen muss, um den Parallax-Effekt wieder für die Position top-c zu aktivieren.
Ich bin nicht sicher, warum ich mir das zerschossen habe.
Über einen Tipp wäre ich sehr dankbar. Besten Gruß
Für das eine Prozent fehlt mir noch die Idee, wo ich hingreifen muss, um den Parallax-Effekt wieder für die Position top-c zu aktivieren.
Ich bin nicht sicher, warum ich mir das zerschossen habe.
Über einen Tipp wäre ich sehr dankbar. Besten Gruß
by calvinhoppes
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic Fenya - Section background - Responsive settings
Posted 7 years 9 months ago #17876
Das hier ist der richige Code:
@media screen and (max-width: 1024px) {
#top-a, #top-b, #top-c, #top-d, #bottom-a, #bottom-b, #bottom-c, #bottom-d {
background-attachment: scroll !important;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: calvinhoppes
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates