1. cobourgjohn
  2. Commercial Templates
  3. Thursday, 24 February 2022
  4.  Subscribe via email
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
Accepted Answer Pending Moderation
0
Votes
Undo
Hello !
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
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
No difference. The caret is there - but it's a faint grey.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
A link to your site is a better way to solve this.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
a "-" was missing
Try the code:

.j51-inline-icon svg {
color: #e61111;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
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.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
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.
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Nice. Thank you for the update and for sharing your solution :)

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 8
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok