This commit is contained in:
nguyen dung
2022-02-18 16:43:41 +07:00
commit 39b8cb3612
4470 changed files with 1378320 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<p class="text-center">
<button class="view-more-button products-archive button primary hidden"><?php esc_html_e( 'View more', 'flatsome' ); ?></button>
</p>

View File

@@ -0,0 +1,9 @@
<div class="page-load-status">
<div class="loader-image infinite-scroll-request text-center">
<?php if ( get_theme_mod( 'infinite_scroll_loader_img' ) ) : ?>
<img class="archive-img-loader" alt="" src="<?php echo set_url_scheme( get_theme_mod( 'infinite_scroll_loader_img' ) ) ?>"/>
<?php else : ?>
<p>No custom loader image set.</p>
<?php endif ?>
</div>
</div>

View File

@@ -0,0 +1,5 @@
<div class="page-load-status">
<div class="loader-spinner infinite-scroll-request text-center">
<div class="loading-spin"></div>
</div>
</div>