Hallo,
2) Ja, Warenkorb in Top Position hat "small" Klassen, so man soll es wieder in CSS ändern, wenn man grössere Fonts haben will.
4) Das sieht so wie ein Problem von Bootstrap. Helix ladet Bootstrap 5, aber Phoca Cart Bootstrap 3. Versuch mal Bootstrap in Phoca Cart nicht laden.
BTW wenn man Bootstrap 5 benutzen will, ist es besser dann Joomla 4 und Phoca Cart 4 benutzen.
Jan
Background-Picture in Phoca-Premiere?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Background-Picture in Phoca-Premiere?
If you find Phoca extensions useful, please support the project
Tags:
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Background-Picture in Phoca-Premiere?
Hier ist die Fortsetzung ..... viewtopic.php?f=44&t=63039
So, ich schließe hier mal den Thread.
Zusammenfassung:
Ein background-Bild geht in den meisten Fällen so ca: body.site {formatierung} - je nach Template.
Ein Template, welches fluid hat bzw. links und rechts nur schmalen Streifen, bringt es nicht viel, ein Hintergrundbild zu machen.
In most cases, a background image goes something like this: body.site {formatting} - depending on the template.
A template that has fluid or only narrow stripes left and right does not help much to make a background image.
Liebe Grüße
Christine
So, ich schließe hier mal den Thread.
Zusammenfassung:
Ein background-Bild geht in den meisten Fällen so ca: body.site {formatierung} - je nach Template.
Ein Template, welches fluid hat bzw. links und rechts nur schmalen Streifen, bringt es nicht viel, ein Hintergrundbild zu machen.
In most cases, a background image goes something like this: body.site {formatting} - depending on the template.
A template that has fluid or only narrow stripes left and right does not help much to make a background image.
Liebe Grüße
Christine
- Shuffle
- Phoca Member
- Posts: 35
- Joined: 02 Dec 2021, 19:49
Re: Background-Picture in Phoca-Premiere?
Hi,
I have found a solution to my question in #1 in this thread by reading this: viewtopic.php?f=35&t=60072&hilit=backgr ... ge#p157105
You have to switch the phoca_premiere template to "blocked"-design and fill in the following code in the file
.../templates/phoca_premiere/scss/custom.scss
If you don´t like "cover", use another option.
Best wishes
Shuffle
I have found a solution to my question in #1 in this thread by reading this: viewtopic.php?f=35&t=60072&hilit=backgr ... ge#p157105
You have to switch the phoca_premiere template to "blocked"-design and fill in the following code in the file
.../templates/phoca_premiere/scss/custom.scss
Code: Select all
/* picture in background -- page-surround */
#g-page-surround {
padding: 0rem 0;
background-image: url('/images/yourpicturefile.jpg');
background-size: cover;
height: 100%;
overflow: hidden;
}
Best wishes
Shuffle
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Background-Picture in Phoca-Premiere?
Hi Reiner - Shuffle,
Thank you for your information! It's an old but useful thread. Of course, some changes are in Joomla 4 with other bootstrap etc. in connections with templates ....
Kind regards
Christine
Thank you for your information! It's an old but useful thread. Of course, some changes are in Joomla 4 with other bootstrap etc. in connections with templates ....
Kind regards
Christine