Fixes and updates translations with new features for 2.1
This commit is contained in:
parent
16709683ae
commit
72e0671ad8
|
@ -328,7 +328,7 @@ nav {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
column-count: 2;
|
column-count: 2;
|
||||||
label {
|
label {
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
display: flex;
|
display: flex;
|
||||||
input {
|
input {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
|
|
@ -702,7 +702,7 @@ function tainacan_customize_register( $wp_customize ) {
|
||||||
'priority' => 2, // Within the section.
|
'priority' => 2, // Within the section.
|
||||||
'section' => 'tainacan_single_item_page',
|
'section' => 'tainacan_single_item_page',
|
||||||
'label' => __( 'Show the item navigation options in the breadcrumb section', 'tainacan-interface' ),
|
'label' => __( 'Show the item navigation options in the breadcrumb section', 'tainacan-interface' ),
|
||||||
'description' => __( 'Toggle to display two and a list icon for navigating directly from the item page breadcrumb section.', 'tainacan-interface' )
|
'description' => __( 'Toggle to display two arrows and a list icon for navigating directly from the item page breadcrumb section.', 'tainacan-interface' )
|
||||||
) );
|
) );
|
||||||
$wp_customize->selective_refresh->add_partial( 'tainacan_single_show_hide_navigation_options', array(
|
$wp_customize->selective_refresh->add_partial( 'tainacan_single_show_hide_navigation_options', array(
|
||||||
'selector' => '#breadcrumb-single-item-pagination',
|
'selector' => '#breadcrumb-single-item-pagination',
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue