Skip to content

Commit c8bc74b

Browse files
authored
List: Hide help text sections in archive template for improved user experience (#2910)
1 parent 1a0c1c1 commit c8bc74b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

archive-template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class="second-bar show-for-small-only center list-actions-bar"><!-- /* MOBILE V
253253

254254
</div>
255255
</div>
256-
<div id="export_help_text" class="large reveal" data-reveal data-v-offset="10px">
256+
<div id="export_help_text" class="large reveal" style="display: none;" data-reveal data-v-offset="10px">
257257
<span class="section-header"><?php esc_html_e( 'List Exports Help', 'disciple_tools' ) ?></span>
258258
<hr>
259259
<div class="grid-x">
@@ -860,7 +860,7 @@ class="loading-spinner"></span>
860860

861861
<?php if ( isset( $placeholder['help'] ) ) : ?>
862862

863-
<div id="placeholder_help_text_<?php echo esc_attr( $placeholder['help']['id'] ); ?>" class="large reveal" data-reveal data-v-offset="10px">
863+
<div id="placeholder_help_text_<?php echo esc_attr( $placeholder['help']['id'] ); ?>" class="large reveal" style="display: none;" data-reveal data-v-offset="10px">
864864
<span class="section-header"><?php esc_html_e( 'Message Placeholder Help', 'disciple_tools' ) ?></span>
865865
<hr>
866866
<div class="grid-x">

0 commit comments

Comments
 (0)