mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 07:44:53 +08:00
Update FontAwesome customizer link to v5 brands
This commit is contained in:
parent
4db9623bca
commit
450ecf3592
1 changed files with 2 additions and 2 deletions
|
@ -561,7 +561,7 @@ Kirki::add_field( 'split_theme', array(
|
||||||
'label' => esc_html__( 'Create Social Links', 'split' ),
|
'label' => esc_html__( 'Create Social Links', 'split' ),
|
||||||
'description' => esc_html__( 'Create and organize your social links', 'split' ),
|
'description' => esc_html__( 'Create and organize your social links', 'split' ),
|
||||||
'section' => 'social',
|
'section' => 'social',
|
||||||
'tooltip' => esc_html__( 'Font Awesome names:', 'split' ) . ' <a href="https://fontawesome.com/icons?d=gallery&s=brands&m=free" target="_blank"><strong>' . esc_html__( 'View All', 'split' ) . ' </strong></a>',
|
'tooltip' => esc_html__( 'Font Awesome names:', 'split' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'split' ) . ' </strong></a>',
|
||||||
'row_label' => array(
|
'row_label' => array(
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'value' => esc_html__('social link', 'split' ),
|
'value' => esc_html__('social link', 'split' ),
|
||||||
|
@ -578,7 +578,7 @@ Kirki::add_field( 'split_theme', array(
|
||||||
'social-icon' => array(
|
'social-icon' => array(
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'label' => esc_html__( 'Icon Name', 'split' ),
|
'label' => esc_html__( 'Icon Name', 'split' ),
|
||||||
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'split' ) . ' <a href="https://fontawesome.com/icons?d=gallery&s=brands&m=free" target="_blank"><strong>' . esc_html__( 'View All', 'split' ) . ' </strong></a>',
|
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'split' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'split' ) . ' </strong></a>',
|
||||||
'default' => 'fa-',
|
'default' => 'fa-',
|
||||||
),
|
),
|
||||||
'social-link' => array(
|
'social-link' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue