forked from LiveCarta/LiveCartaWP
LAW-3224
This commit is contained in:
2251
htdocs/wp-content/themes/lawcarta/assets/css/main-page.css
Normal file
2251
htdocs/wp-content/themes/lawcarta/assets/css/main-page.css
Normal file
File diff suppressed because it is too large
Load Diff
4
htdocs/wp-content/themes/lawcarta/assets/css/main-page.min.css
vendored
Normal file
4
htdocs/wp-content/themes/lawcarta/assets/css/main-page.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
htdocs/wp-content/themes/lawcarta/assets/img/app-store.png
Normal file
BIN
htdocs/wp-content/themes/lawcarta/assets/img/app-store.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
BIN
htdocs/wp-content/themes/lawcarta/assets/img/google-store.png
Normal file
BIN
htdocs/wp-content/themes/lawcarta/assets/img/google-store.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -63,11 +63,11 @@ require_once 'inc/walker-nav-menu.php';
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="app-download">
|
||||
<div class="app-download">
|
||||
<div class="title">Download our app</div>
|
||||
<a target="_blank" href="#" class="app-download"><img src="img/app-store.png" alt=""></a>
|
||||
<a target="_blank" href="#" class="app-download"><img src="img/google-store.png" alt=""></a>
|
||||
</div> -->
|
||||
<a target="_blank" href="#" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt=""></a>
|
||||
<a target="_blank" href="#" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt=""></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -67,10 +67,15 @@ add_action('wp_enqueue_scripts', function () {
|
||||
wp_enqueue_script('jquery-ui', '//code.jquery.com/ui/1.12.1/jquery-ui.min.js', ['custom-jquery'], null, true);
|
||||
wp_enqueue_script('lawcarta-js', get_theme_file_uri('/assets/js/faqSearch.js'), ['custom-jquery'], null, true);
|
||||
|
||||
wp_enqueue_style('lawcarta-external-style', get_theme_file_uri('/assets/css/style.min.css'), ['jquery-ui']);
|
||||
wp_enqueue_style('lawcarta-newcss', get_theme_file_uri('/assets/css/newcss.min.css'), ['lawcarta-external-style']);
|
||||
wp_enqueue_style('lawcarta-custom', get_theme_file_uri('/assets/css/custom.css'), ['lawcarta-newcss']);
|
||||
wp_enqueue_style('lawcarta-style', get_stylesheet_uri(), ['lawcarta-custom']);
|
||||
if(is_front_page()){
|
||||
wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/main-page.min.css'));
|
||||
}else{
|
||||
wp_enqueue_style('lawcarta-external-style', get_theme_file_uri('/assets/css/style.min.css'), ['jquery-ui']);
|
||||
wp_enqueue_style('lawcarta-newcss', get_theme_file_uri('/assets/css/newcss.min.css'), ['lawcarta-external-style']);
|
||||
wp_enqueue_style('lawcarta-custom', get_theme_file_uri('/assets/css/custom.css'), ['lawcarta-newcss']);
|
||||
wp_enqueue_style('lawcarta-style', get_stylesheet_uri(), ['lawcarta-custom']);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user