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
We have just updated the Ensley template with a number of fixes including a fix to hopefully resolve any related issues regarding fonts. 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.
I should also mention that if using the old Font Awesome 4 syntax, you must add the fa class to the font element. In Joomla 3 this was not needed but as Joomla 4 is loading Font Awesome 5, it will be now required.
Ciaran
We have just updated the Ensley template with a number of fixes including a fix to hopefully resolve any related issues regarding fonts. 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.
I should also mention that if using the old Font Awesome 4 syntax, you must add the fa class to the font element. In Joomla 3 this was not needed but as Joomla 4 is loading Font Awesome 5, it will be now required.
<i class="fa fa-check-square"></i>
Ciaran
- more than a month ago
- Commercial Templates
- # 1
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
- # 2
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
- # 4
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
- # 6
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
- # 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
- # 11
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
- # 15
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
- # 17
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
- # 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 »