Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question WhatsApp Icon Not Displaying Correctly
- 9themestore
-
Topic Author
- Offline
- Premium Member
-
Less
More
1 year 6 months ago #232284
by 9themestore
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
WhatsApp Icon Not Displaying Correctly was created by 9themestore
Hi,
When adding social accounts to the user profile, all icons function properly except for the WhatsApp icon, which does not appear as a clickable link. Other social icons are correctly linked, but the WhatsApp icon fails to render in link form.
Kind regards,
When adding social accounts to the user profile, all icons function properly except for the WhatsApp icon, which does not appear as a clickable link. Other social icons are correctly linked, but the WhatsApp icon fails to render in link form.
Kind regards,
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
1 year 6 months ago #232285
by Pinkeltje
Replied by Pinkeltje on topic WhatsApp Icon Not Displaying Correctly
Confirmed. Think that line 2224 in libraries/kunena/src/User/KunenaUser.php should be changed from
to
Code:
'whatsapp' => ['url' => '##VALUE##', 'title' => Text::_('COM_KUNENA_MYPROFILE_WHATSAPP'), 'nourl' => '1'],
Code:
'whatsapp' => ['url' => 'https://wa.me/##VALUE##', 'title' => Text::_('COM_KUNENA_MYPROFILE_WHATSAPP'), 'nourl' => '0'],
The following user(s) said Thank You: 9themestore
Please Log in or Create an account to join the conversation.
- 9themestore
-
Topic Author
- Offline
- Premium Member
-
1 year 6 months ago #232287
by 9themestore
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Replied by 9themestore on topic WhatsApp Icon Not Displaying Correctly
Hi Pinkeltje,
Thank you very much for your code. I tried changing the code as per your suggestion and it works perfectly. I hope Kunena team will fix this bug in the next version.
Thank you
Thank you very much for your code. I tried changing the code as per your suggestion and it works perfectly. I hope Kunena team will fix this bug in the next version.
Thank you
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
1 year 6 months ago #232288
by Pinkeltje
Replied by Pinkeltje on topic WhatsApp Icon Not Displaying Correctly
Then you should create a bug report on
Github
Please Log in or Create an account to join the conversation.
1 year 5 months ago #232529
by Wiz
When hover the button link look like this;
whatsapp://send?text=https%3A%2F%2Fmysite.org%2Ftest%2Ftest%2F46-test%20Just%20a%20test.
Kunena always the best!
Replied by Wiz on topic WhatsApp Icon Not Displaying Correctly
Doesn't seems to work for me. Mine is fresh install of Joomla 5.2.1 and Kunena 6.3.6 with a default Cassiopeia Site template.Confirmed. Think that line 2224 in libraries/kunena/src/User/KunenaUser.php should be changed from
toCode:'whatsapp' => ['url' => '##VALUE##', 'title' => Text::_('COM_KUNENA_MYPROFILE_WHATSAPP'), 'nourl' => '1'],Code:'whatsapp' => ['url' => 'https://wa.me/##VALUE##', 'title' => Text::_('COM_KUNENA_MYPROFILE_WHATSAPP'), 'nourl' => '0'],
When hover the button link look like this;
whatsapp://send?text=https%3A%2F%2F
Kunena always the best!
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
1 year 5 months ago #232536
by Pinkeltje
Replied by Pinkeltje on topic WhatsApp Icon Not Displaying Correctly
Then I don't know what the problem is. I've tested it before creating a pull request and just patched the file on my live site to make sure the code was right and it works nicely on desktop and mobile.
Please Log in or Create an account to join the conversation.
Time to create page: 0.244 seconds