-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.0.18 bug] Twitter social icon #373
Comments
hello @joomleb can you assign this issue to me, I am starting my open source contribution journey and it could be my first step in this journey. |
@imsherlocked I remain available... |
@joomleb |
Hi @mi-prakash It should means that if I''m running on Joomla 4 (FA5) I set: If I'm running Joomla 5 (FA6) I set: That's all. |
Hi guys,
PHP 7.4.33 / 8.1.22 + Joomla 4.4.0 + HU 2.0.17 or 2.0.16 where I can read in the changelog: "Updated the Twitter X logo on social icons".
It was running on 2.0.15.
The Twitter social icon is shown in a "fixed way" and custom CSS on the social icons, like:
ul.social-icons > li {
font-size: 36px;
margin: 0 0.5rem;
}
Is not applied anymore to the Twitter X one.
I tried also changing ..templates/shaper_helixultimate/features/social.php file:
but nothing change.
That should be the obvious way because in Helix Ultimate we can always set:
While you added the extra code (around line 126) where
Please, Can you confirm ? Is it the right way ?!?
The text was updated successfully, but these errors were encountered: