I have upgraded 4 sites from Polaris on Joomla 3 to Nina on Joomla 4. In each case, I rebuilt the sites and I'm pleased with the end result. But the cog icon with print and email is missing - is there any way to get at least the "print this page" feature? Secondly, the down caret on the nav menu is quite faint. Is there any way to make it white?
Thanks
- cobourgjohn
-
- Commercial Templates
- Thursday, 24 February 2022
- Subscribe via email
Further to the issue about the missing Print/Email icons. I came across an item on the Joomla Forum. It seems that they were removed with Joomla 4. So it's not a template issue. The suggested way to print page contents without the header and columns is to select the wanted content and then print - e.g. right click and print. That is, use the browser capability.
- more than a month ago
- Commercial Templates
- # 2
It's now fixed. It was the opacity on .parent-indicator that was too low - in nexus.css line 1128, opacity is 0.35.
This custom code fixed it:
.parent-indicator {
opacity: 1.0 !important;
}
To trouble shoot I isolated code for that item showing that the caret was defined by both classes j51-inline-icon and parent-indicator. Then I searched css files for these classes. Once I saw the opacity style, I could see the problem. Thanks eumel7 for the pointer.
This custom code fixed it:
.parent-indicator {
opacity: 1.0 !important;
}
To trouble shoot I isolated code for that item showing that the caret was defined by both classes j51-inline-icon and parent-indicator. Then I searched css files for these classes. Once I saw the opacity style, I could see the problem. Thanks eumel7 for the pointer.
- more than a month ago
- Commercial Templates
- # 3
It seems to be affecting it but not fixed. Here's the home page of one site: https://vintagefilmfestival.com/ I changed the colour to #fff
- more than a month ago
- Commercial Templates
- # 4
Hello !
To your 2nd problem:
Try the following code in the affected template style in the "Custom CSS":
You can then adjust the color: white e.g.: #fff
To your 2nd problem:
Try the following code in the affected template style in the "Custom CSS":
.j51 inline icon svg {
color: #e61111;
}
You can then adjust the color: white e.g.: #fff
- more than a month ago
- Commercial Templates
- # 8
- 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 »