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
phoca premiere template joomla 5
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: phoca premiere template joomla 5
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 03 Nov 2024, 19:59
Re: phoca premiere template joomla 5
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
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
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: phoca premiere template joomla 5
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
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
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 03 Nov 2024, 19:59
Re: phoca premiere template joomla 5
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
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
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: phoca premiere template joomla 5
Hi, the template does not have update system so it needs to be checked here:
https://www.phoca.cz/download/75-phoca- ... -templates
Jan
https://www.phoca.cz/download/75-phoca- ... -templates
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 03 Nov 2024, 19:59
Re: phoca premiere template joomla 5
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
-
- Phoca Newbie
- Posts: 6
- Joined: 03 Nov 2024, 19:59
Re: phoca premiere template joomla 5
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
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