Skip to content
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

[Feature] Add Phone Icon to Recognized Social Media Icon Links #340

Open
jessecowens opened this issue Jan 21, 2021 · 0 comments
Open

[Feature] Add Phone Icon to Recognized Social Media Icon Links #340

jessecowens opened this issue Jan 21, 2021 · 0 comments
Labels
Milestone

Comments

@jessecowens
Copy link
Member

Is your feature request related to a problem? Please describe.
Users would like to add a "Call" Icon to the recognized icons in the Social Media menu. Currently the way that we're solving this is to advise a modification to the theme config to add this capability.

Describe the solution you'd like
Add tel: links to the recognized "networks" array and replace them with the fa-phone icon.

	$networks['tel:'] = array(
		'name' => 'Call',
		'class' => 'call',
		'icon' => 'fa fa-phone',
		'icon-sign' => 'fa fa-phone-square',
		'icon-square-open' => 'fa fa-phone fa-phone-1x',
		'icon-square' => 'fa fa-imdb fa-phone-1x',
		'icon-circle-open-thin' => 'fa fa-phone fa-phone-1x',
		'icon-circle-open' => 'fa fa-phone fa-phone-1x',
		'icon-circle' => 'fa fa-phone fa-phone-1x',
		);

Describe alternatives you've considered
The current alternative is to advise the user to create a child theme and filter the BoldGrid configs to add the icon to the array of recognized networks.

Additional context
This feature was also requested by Charleston PR, a VIP BoldGrid Customer

@jamesros161 jamesros161 added this to the 2.21.0 milestone Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants