Hi Jan,
no problem with the update - I just noticed that the version is still shown as 5.0.
Now I'm facing another issue :-)
I created the child template to place a 50 % transparent background image to a specific article.This is done by put the following code to user.css of the child template:
body.site {
background :transparent;
background-image: url(../../../../../images/background/background34.webp);
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
This works quite nicely with three different aricle. But when I now create more child templates, the issue shows like this:
The background image is displayed but no article, no header, no footer, no menu.
I tried already to use the settings from horizon master template without success and to use the settings from working child template without success.
Maybe there is a different way to realize the change of the background image without using child templates? And why are three articles work as it should? I can't identify any difference between the working and non working child templates.
Thanks for your help
Stefan
no problem with the update - I just noticed that the version is still shown as 5.0.
Now I'm facing another issue :-)
I created the child template to place a 50 % transparent background image to a specific article.This is done by put the following code to user.css of the child template:
body.site {
background :transparent;
background-image: url(../../../../../images/background/background34.webp);
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
This works quite nicely with three different aricle. But when I now create more child templates, the issue shows like this:
The background image is displayed but no article, no header, no footer, no menu.
I tried already to use the settings from horizon master template without success and to use the settings from working child template without success.
Maybe there is a different way to realize the change of the background image without using child templates? And why are three articles work as it should? I can't identify any difference between the working and non working child templates.
Thanks for your help
Stefan
Statistics: Posted by phanti09 — 17 Nov 2024, 14:37