Hello,
i buyed the Esley Template for Joomla 4.1.
After switch it to the Template is not working. The Standart template "Cassiopeia - Default" works
Can you help me to fix this issue?
Thanks
- Frittola
-
- Commercial Templates
- Thursday, 10 March 2022
- Subscribe via email
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Hi there,
can I join this post. Got the same issue.
With a clean Joomla 4.1.0 Installation and 4.x Version of Ensley Template i get the error:
0 There is no "template.slideout" asset of a "script" type in the registry.
Herbert
can I join this post. Got the same issue.
With a clean Joomla 4.1.0 Installation and 4.x Version of Ensley Template i get the error:
0 There is no "template.slideout" asset of a "script" type in the registry.
Herbert
- more than a month ago
- Commercial Templates
- # 2
Thank you Herbert
We have just updated the Ensley template, resolving this issue. It seems an error was introduced with the adding of child template support yesterday.
Updating your template to the latest download should resolve this issue for you. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template
If the issue persists after updating, may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
We have just updated the Ensley template, resolving this issue. It seems an error was introduced with the adding of child template support yesterday.
Updating your template to the latest download should resolve this issue for you. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template
If the issue persists after updating, may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Hello and thank you for help. Its working now, but i have Problems with the icon library not working
- more than a month ago
- Commercial Templates
- # 4
Hello
Assuming you wish your icons to display similar to your text. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
Assuming you wish your icons to display similar to your text. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.header-2 i {
color: white;
font-size: 16px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Hello
Try replacing with...
Ciaran
Try replacing with...
.header-2 i::before {
color: white;
font-size: 16px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 9
Hello
Following is how we see your template header with icons for both your email and phone number. Are these the icons you are referring to?
Ciaran
Following is how we see your template header with icons for both your email and phone number. Are these the icons you are referring to?
Ciaran
- more than a month ago
- Commercial Templates
- # 13
Hello
On what browser are you having this issue? Is the issue present on all browsers (Chrome, Firefox etc.)?
Ciaran
On what browser are you having this issue? Is the issue present on all browsers (Chrome, Firefox etc.)?
Ciaran
- more than a month ago
- Commercial Templates
- # 15
Hello
We have tested in Edge with the same result. Icons are displaying without issue. Does adding the following to the Custom Code -> Custom Head Code field of your template settings resolve the issue?...
Ciaran
We have tested in Edge with the same result. Icons are displaying without issue. Does adding the following to the Custom Code -> Custom Head Code field of your template settings resolve the issue?...
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
Ciaran
- more than a month ago
- Commercial Templates
- # 18
Hello
I notice your icons are using the older FA4 syntax. Joomla 4 is now using Font Awesome 5. Does changing your icon markup for your envelope for example to the following resolve the issue?
Ciaran
I notice your icons are using the older FA4 syntax. Joomla 4 is now using Font Awesome 5. Does changing your icon markup for your envelope for example to the following resolve the issue?
<i class="fas fa-envelope"></i>
Ciaran
- more than a month ago
- Commercial Templates
- # 20
- Page :
- 1
- 2
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »