yuta73
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] How to add a custom social iconOK, using
everything works as intented. Thanks for all your dedicated time.
I had to disable the modification of TwentyTwenty_SVG_Icons class on the theme child, as it was the cause for the whatsapp icon not showing when using whatsapp.com as link.
Nevertheless, I consider important to give support for
wa.me
as it’s the only documented mode on the official page.
https://faq.whatsapp.com/general/chats/how-to-use-click-to-chat/Forum: Themes and Templates
In reply to: [Twenty Twenty] How to add a custom social iconJames, I followed your suggestion and tryed using the https://whatsapp.com/+541137818734 format. But that format is not recognized by whatsapp, it just says that the page doesn’t exist.
Even so, when I use the link you suggest, the WhatsApp icon is not shown. I tried. I don’t know why but it’s now shown. I leave it set like you suggest for a couple of days, so you can check it yourself.I’ve already solved my problem, I just want to report somewhere of the error/s.
Forum: Themes and Templates
In reply to: [Twenty Twenty] How to add a custom social iconVersión: 1.4
No necessary updates reported.I gave you the full link. You should be able to see it.
Forum: Themes and Templates
In reply to: [Twenty Twenty] How to add a custom social iconI tried using your recomendation but it didn’t work. May be WhatsApp dropped support for that format.
At least, is not listed in https://faq.whatsapp.com/general/chats/how-to-use-click-to-chat/.
Never mind, I overrode full TwentyTwenty_SVG_Icons class in a child theme.
Thanks for your support!
This is my site: https://sembrado.com.ar/Forum: Themes and Templates
In reply to: [Twenty Twenty] How to add a custom social iconSorry, but it didn’t work either.
Apparently no TLD is declared for WhatsApp. Do you know where can I report it?./**
* Social Icons – domain mappings.
*
* By default, each Icon ID is matched against a .com TLD. To override this behavior,
* specify all the domains it covers (including the .com TLD too, if applicable).
*
* @var array
*/
public static $social_icons_map = array(
‘amazon’ => array(
‘amazon.com’,
‘amazon.cn’,
‘amazon.in’,
‘amazon.fr’,
‘amazon.de’,
‘amazon.it’,
‘amazon.nl’,
‘amazon.es’,
‘amazon.co’,
‘amazon.ca’,
),
‘behance’ => array(
‘behance.net’,
),
‘codepen’ => array(
‘codepen.io’,
),
‘facebook’ => array(
‘facebook.com’,
‘fb.me’,
),
‘feed’ => array(
‘feed’,
),
‘google’ => array(
‘g.page’,
),
‘lastfm’ => array(
‘last.fm’,
),
‘mail’ => array(
‘mailto:’,
),
‘pocket’ => array(
‘getpocket.com’,
),
‘tiktok’ => array(
‘tiktok.com’,
),
‘twitch’ => array(
‘twitch.tv’,
),
‘wordpress’ => array(
‘wordpress.com’,
‘www.ads-software.com’,
),
);Yes, you need the AMSmath library.
It can be loaded with \request{AMSmath} or adjusting the settings of MathJax Configuration to TEX-AMS_HTML.Forum: Plugins
In reply to: [MathJax-LaTeX] linebreaks doesn't workIn this plugin you can use \\ to force a new line.