Hello!
I'm planning to redesign our school's website in J4 as the current version is overloaded in J3. Unfortunately, I only have minimal knowledge of CSS and need your advice for three adjustments in the "Natalie" template.
I would like to place the logo on the left and the main menu on the left, as shown in the image, but within the specified width of the template (1290 pixels).
In addition, I would like to insert an image into "Bottom1a" that seamlessly connects to the "Content-Bottom" and "Bottom-2a" at the top, bottom and also on the left, without any gaps.
The Awesome fonts are not displayed correctly in the frontend. ("Load custom.css" is set to "Yes". Do I have to download this icon separately, right?
I look forward to your suggestions and thank you in advance!
- ip mann
- Commercial Templates
- Wednesday, 27 December 2023
- Subscribe via email
Hallo!
To move the logo to the center, I made the following adjustments in the Custom CSS and they work:
.logo {
position: relative;
display: inline-flex;
flex: 1.6 0 auto;
align-items: center;
padding: 20px 30px;
transition: all .2s ease;
justify-content: center;
}
.hornav {
display: flex;
margin-right: auto;
flex: 1 0 auto;
flex-grow: 1;
flex-shrink: 0;
flex-basis: auto;
}
Website: http://24.goedelgasse.at/
To move the logo to the center, I made the following adjustments in the Custom CSS and they work:
.logo {
position: relative;
display: inline-flex;
flex: 1.6 0 auto;
align-items: center;
padding: 20px 30px;
transition: all .2s ease;
justify-content: center;
}
.hornav {
display: flex;
margin-right: auto;
flex: 1 0 auto;
flex-grow: 1;
flex-shrink: 0;
flex-basis: auto;
}
Website: http://24.goedelgasse.at/
- more than a month ago
- Commercial Templates
- # 2
Hi,
I'm also using Natalie J4 for our website. I had the same Issue with not displaying of the FontAwesome Font, with the following adjustments in the Custom CSS it works:
Cutom CSS um Font Awesome richtig anzuzeigen:
[class^="fa-"]::before,
[class*=" fa-"]::before {
font-family: inherit;
}
I hope it's helpful.
Regards Stefan
I'm also using Natalie J4 for our website. I had the same Issue with not displaying of the FontAwesome Font, with the following adjustments in the Custom CSS it works:
Cutom CSS um Font Awesome richtig anzuzeigen:
[class^="fa-"]::before,
[class*=" fa-"]::before {
font-family: inherit;
}
I hope it's helpful.
Regards Stefan
- more than a month ago
- Commercial Templates
- # 3
Thanks for the help Stefan!
I also tried these code snippets. Unfortunately it does not work.
Best regards
I. Popp
I also tried these code snippets. Unfortunately it does not work.
Best regards
I. Popp
- more than a month ago
- Commercial Templates
- # 4
Hello
As Joomla 4 is now using FOnt Awesome 5, have you updated to the new markup for inline icons?
Eg.
Ciaran
As Joomla 4 is now using FOnt Awesome 5, have you updated to the new markup for inline icons?
Eg.
<i class="fas fa-wifi"></i>
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hallo Ciaran!
Thank you for your message.
Unfortunately, inserting FontAwesome into the text doesn't quite work. As a test, I inserted 5 different icons, but only 3 of them are displayed.
I also installed the Natalie demo locally. Interestingly, not all icons are displayed correctly in the FontAwesome menu item.
Thank you for your message.
Unfortunately, inserting FontAwesome into the text doesn't quite work. As a test, I inserted 5 different icons, but only 3 of them are displayed.
I also installed the Natalie demo locally. Interestingly, not all icons are displayed correctly in the FontAwesome menu item.
- more than a month ago
- Commercial Templates
- # 6
Thank you
Could I ask you to provide a URL directly to an example of the icons that are not displaying for you correctly?
Ciaran
Could I ask you to provide a URL directly to an example of the icons that are not displaying for you correctly?
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Hallo!
The site is currently set up as a subdomain in order to redesign it in Joomla4.
https://24.goedelgasse.at/index.php/schule
The 5 icons should be on this page in the post. But only 3 of them have appeared.
And a “fas fa-home” doesn’t appear in the “Welcome” menu item either.
Thanks
The site is currently set up as a subdomain in order to redesign it in Joomla4.
https://24.goedelgasse.at/index.php/schule
The 5 icons should be on this page in the post. But only 3 of them have appeared.
And a “fas fa-home” doesn’t appear in the “Welcome” menu item either.
Thanks
- more than a month ago
- Commercial Templates
- # 8
Possible reasons why two of five icons are not displayed:
Free Fontawesome 5 icons can be searched here: https://fontawesome.com/v5/search?o=r&m=free
- The icon fa-meanpath is not part of Fontawesome 5.
- The code for fa-lemon is syntactically wrong.
Free Fontawesome 5 icons can be searched here: https://fontawesome.com/v5/search?o=r&m=free
- more than a month ago
- Commercial Templates
- # 9
Hello
Within your post, I only see the markup for 3 icons, each of which is been displayed Are the 2 other icons in the same paragraph?
Regarding the menu item icon, likewise I don't see the icon classes which suggests the classes are not set correctly, 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
Within your post, I only see the markup for 3 icons, each of which is been displayed Are the 2 other icons in the same paragraph?
Regarding the menu item icon, likewise I don't see the icon classes which suggests the classes are not set correctly, 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
- # 10
Sorry everyone!
It works. I tried with a non-existent icon and with an incorrect syntax,as Dautrich explained in his post.
Thanks!
It works. I tried with a non-existent icon and with an incorrect syntax,as Dautrich explained in his post.
Thanks!
- more than a month ago
- Commercial Templates
- # 11
- Page :
- 1
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 »