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: 48378
- 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: 3
- 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: 48378
- 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
The problem when making a child template in Joomla is, it does not copy the parameters, so if you want to have the same parameters like in parent template (Horizon, for example all the rows and columns), the parameters need to be copied directly in database. For example with help of phpMyAdmin.
Just open the #__template_styles table in database and copy the parameters from Phoca Horizon template to its child template, see gif:
Jan
https://www.phoca.cz/download/75-phoca- ... -templates
The problem when making a child template in Joomla is, it does not copy the parameters, so if you want to have the same parameters like in parent template (Horizon, for example all the rows and columns), the parameters need to be copied directly in database. For example with help of phpMyAdmin.
Just open the #__template_styles table in database and copy the parameters from Phoca Horizon template to its child template, see gif:
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48378
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: phoca premiere template joomla 5
EDIT:
This parameter (see image) should be responsible for copying the values but it seems it does not work correctly. I asked Joomla core team and will let you know the status of this issue (if this is a bug or specific feature). For now, the way to copy the parameter values is just to do it in database directly.
Jan
This parameter (see image) should be responsible for copying the values but it seems it does not work correctly. I asked Joomla core team and will let you know the status of this issue (if this is a bug or specific feature). For now, the way to copy the parameter values is just to do it in database directly.
Jan
If you find Phoca extensions useful, please support the project