Please always enter the name of the template and the Joomla version and the live URL if available
[GELÖST] Template tp construction - Probleme beim upgrade
Replied by aztile on topic [GELÖST] Template tp construction - Probleme beim upgrade
Posted 1 year 2 months ago #33572
Liebe Leute, wer kann mit helfen (auch gegen Bezahlung) das Logo in dem oben beschrieben Projekt nach rechts zu bewegen und die Offcanvas-Toggl nach links?
Last Edit:1 year 2 months ago
by aztile
Last edit: 1 year 2 months ago by WM-Loose.
Please Log in or Create an account to join the conversation.
- Administrator
- Offline
- Moderator
- Posts: 705
- Thank you received: 115
Replied by Administrator on topic [GELÖST] Template tp construction - Probleme beim upgrade
Posted 1 year 2 months ago #33576
Schick mir mal einen SuperUser-Zugang per Mail:
Part of the message is hidden for the guests. Please log in or register to see it.
Dann würde ich mal reinschauen.
Vorher Backup der Seite und Datenbank machen!
Part of the message is hidden for the guests. Please log in or register to see it.
Dann würde ich mal reinschauen.
Vorher Backup der Seite und Datenbank machen!
Last Edit:1 year 2 months ago
by Administrator
Last edit: 1 year 2 months ago by Administrator. Reason: Typo
The following user(s) said Thank You: joomlaplates
Please Log in or Create an account to join the conversation.
- Administrator
- Offline
- Moderator
- Posts: 705
- Thank you received: 115
Replied by Administrator on topic [GELÖST] Template tp construction - Probleme beim upgrade
Posted 1 year 2 months ago #33628
Problem konnte gelöst werden mit diesen Einstellungen:
Im Astroid-Framework müssen diese Einstellungen noch gemacht werden:
- Im Header das Logo auf Block 1 setzen
- Seiten- und Mobil-Menü ist das Hauptmenü
- Das Standard-Logo deaktivieren
- Das Sticky Header-Logo deaktivieren
- Bei Sticky Header auch das Logo auf Block 1 setzen
- Offcanvas deaktivieren
Code:
@media (min-width: 992px) {
.d-lg-none {
display: flex !important;
}
}
@media (max-width: 992px) {
.astroid-logo .astroid-logo-mobile {
display: block;
position: absolute;
right: 10px;
}
}
@media (min-width: 992px) {
.astroid-logo .astroid-logo-mobile {
display: none;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: flex !important;
}
}
.astroid-logo img {
max-height: 200%;
}
@media (max-width: 991.98px) {
.astroid-header-section .astroid-header-sticky > div {
padding-top: 15px;
padding-bottom: 25px;
}
}
Im Astroid-Framework müssen diese Einstellungen noch gemacht werden:
- Im Header das Logo auf Block 1 setzen
- Seiten- und Mobil-Menü ist das Hauptmenü
- Das Standard-Logo deaktivieren
- Das Sticky Header-Logo deaktivieren
- Bei Sticky Header auch das Logo auf Block 1 setzen
- Offcanvas deaktivieren
The following user(s) said Thank You: joomlaplates
Please Log in or Create an account to join the conversation.
Replied by aztile on topic [GELÖST] Template tp construction - Probleme beim upgrade
Posted 1 year 2 months ago #33629
Herzlichen Dank für die schnelle und zuverlässige Hilfe!
by aztile
The following user(s) said Thank You: Administrator
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates