Page 2 of 2
Re: phoca premiere template joomla 5
Posted: 10 Nov 2024, 19:12
by Jan
Hi, Phoca Premiere template uses the favicon located here:
media/templates/site/phoca_premiere/images/favicon.ico
So such can be overwritten with your own (but it will be replaced when updating)
Jan
Re: phoca premiere template joomla 5
Posted: 12 Nov 2024, 15:21
by phanti09
Hi again,
I created a child template from horizon template and add it to one menu item.
When this item is clicked there is an error 500 with the message:
Warning: require_once(C:\myxampp\htdocs/templates/phoca_horizon_zoutelande/src/Helper/TemplateHelper.php): Failed to open stream: No such file or directory in C:\myxampp\htdocs\templates\phoca_horizon\error.php on line 17
How can I fix it?
Stefan
Re: phoca premiere template joomla 5
Posted: 13 Nov 2024, 03:31
by Jan
Hi, thank you for the info. The Joomla Child template feature is very limited and have some conflicts in different parts. I made some hacks to solve them, so this should be solved in verison 5.0.1. Please test and let me know:
https://www.phoca.cz/download/75-phoca- ... -templates
When child template is made, then it needs to be set the parameter Additional Template Styles so all the values including the rows and columns are copied to child template
Jan
Re: phoca premiere template joomla 5
Posted: 15 Nov 2024, 11:09
by phanti09
Hello Jan,
the new version solved this issue, so the error message does not appear anymore.
But: :-)
when I check the version of the template it still shows 5.0.
I installed version 5.01 as new extension - there is no update function jet.
Thanks
Stefan
Re: phoca premiere template joomla 5
Posted: 15 Nov 2024, 17:04
by Jan
Hi, the template does not have update system so it needs to be checked here:
https://www.phoca.cz/download/75-phoca- ... -templates
Jan
Re: phoca premiere template joomla 5
Posted: 17 Nov 2024, 14:37
by phanti09
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
Re: phoca premiere template joomla 5
Posted: 17 Nov 2024, 16:35
by phanti09
Hi Jan,
I fixed the issue myself. I assigned the wrong template style to the article. You get two template styles to a child template when you are copping the template settings. I assigned the article to the template style without the copied stettings. Changing the style to the correct one did the trick.
BR
Stefan