Reviewed & tested by the community
Project:
Showcase Lite
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Mar 2024 at 05:54 UTC
Updated:
22 Apr 2024 at 13:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sourojeetpaul commentedWorking on it!
Comment #4
sourojeetpaul commentedComment #5
sourojeetpaul commentedHello @Hamid.ali,
I tried to reproduce the issue by installing the theme and setting that as default theme of the site, but I found that there's no such social icons section present in the theme intrinsically. I think the screenshot which you attached along the issue is from the demo site of the theme, where the social icons are present in a block "Connect with Us". Also as there are no such block available readily, I think that this block on the demo site is a custom block, which uses fontawesome icons for the icons.
In that case, I tried to replicate the custom block on my own, and observed that the issue is arising due to an older version of fontawesome CDN referenced in the libraries.yml. To mitigate that issue, I've changed the CDN reference to the latest version where the x-twitter logo is available and also raised an MR for the same. Pls have a look:
https://git.drupalcode.org/project/showcase_lite/-/merge_requests/9
After making these changes the social icons are showing properly with the updated twitter logo on my block, like this:

Comment #6
nupur badola commentedNo section is present for social share icons. Please review.
Comment #7
sourojeetpaul commented@Nupur Badola, I've mentioned the same on my last comment #5
The social icons section was made by placing a custom block. Please go through my findings once again!
Comment #8
hamid.ali commented@sourojeetpaul i replicated the demo site design with the custom block for the social icons. My main aim was to showcase the twitter icon has to be updated which is as u mentioned by updating the lib version
Comment #9
sourojeetpaul commented@Hamid.ali, Can you please confirm whether the issue gets resolved by the patch provide by me here!
MR !9
Comment #10
ashutosh ahirwal commentedI have reviewed MR9 and if we use then this will resolve this issue
I have created my own custom block from demo site.
moving to RTBC