forked from LiveCarta/LiveCartaWP
File diff suppressed because one or more lines are too long
@@ -48,8 +48,8 @@ require_once 'inc/walker-nav-menu.php';
|
|||||||
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta" title="LinkedIn"><span class="icon-linkedin"></span></a>
|
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta" title="LinkedIn"><span class="icon-linkedin"></span></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-download">
|
<div class="app-download">
|
||||||
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt="App Store"></a>
|
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img width="120" height="35" src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt="App Store"></a>
|
||||||
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt="Play Store"></a>
|
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download"><img width="120" height="35" src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt="Play Store"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ add_action('wp_enqueue_scripts', function () {
|
|||||||
// wp_enqueue_script('lawcarta-js', get_theme_file_uri('/assets/js/faqSearch.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-libs', get_theme_file_uri('/assets/css/libs.min.css'), [], '100');
|
// wp_enqueue_style('lawcarta-libs', get_theme_file_uri('/assets/css/libs.min.css'), [], '100');
|
||||||
|
|
||||||
wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/styles-main-page.min.css'), null, '133');
|
wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/styles-main-page.min.css'), null, '134');
|
||||||
|
|
||||||
// if(is_front_page()){
|
// if(is_front_page()){
|
||||||
// wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/main-page.min.css'),['lawcarta-libs'], '101');
|
// wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/main-page.min.css'),['lawcarta-libs'], '101');
|
||||||
|
|||||||
@@ -117,7 +117,18 @@ $scripts = [];
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<link rel="preconnect" href="https://static.hotjar.com">
|
||||||
|
<link rel="preconnect" href="https://static.hotjar.com">
|
||||||
|
<link rel="preconnect" href="https://script.hotjar.com">
|
||||||
|
<link rel="preconnect" href="https://s3.amazonaws.com">
|
||||||
|
<link rel="preconnect" href="https://region1.analytics.google.com">
|
||||||
|
<link rel="preconnect" href="https://www.googletagmanager.com">
|
||||||
|
<link rel="preconnect" href="https://my.clickdesk.com">
|
||||||
|
|
||||||
<?php wp_head(); ?>
|
<?php wp_head(); ?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
<!-- Google Tag Manager (noscript) -->
|
<!-- Google Tag Manager (noscript) -->
|
||||||
@@ -140,7 +151,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||||||
<a href="/" class="logo" title="Logo">
|
<a href="/" class="logo" title="Logo">
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(min-width: 600px)" srcset="<?= get_lawcarta_url()?>/img/logo.svg">
|
<source media="(min-width: 600px)" srcset="<?= get_lawcarta_url()?>/img/logo.svg">
|
||||||
<img src="<?= get_lawcarta_url()?>/img/logo-mobile.svg" alt="Logo">
|
<img src="<?= get_lawcarta_url()?>/img/logo-mobile.svg" width="36" height="36" alt="Logo">
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<div class="desktop-menu">
|
<div class="desktop-menu">
|
||||||
|
|||||||
Reference in New Issue
Block a user