new fb promo page

This commit is contained in:
g
2020-04-14 17:50:38 +03:00
parent bf300a06ff
commit 7b68d0bd98
10 changed files with 139 additions and 8 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@@ -6,8 +6,9 @@
function livecarta_scripts() {
if(is_front_page()){
wp_enqueue_style('livecarta-style-index', get_theme_file_uri('/assets/css/live-main-page.min.css'),['lawcarta-style-index']);
wp_enqueue_style('livecarta-style-index', get_theme_file_uri('/assets/css/live-main-page.min.css'),['lawcarta-style-index'],'5.2.3.1');
}else{
wp_enqueue_style('livecarta-style-index', get_theme_file_uri('/assets/css/live-main-page.min.css'),['lawcarta-style-index'],'5.2.3.1');
wp_enqueue_style('livecarta-external-style', get_theme_file_uri('/assets/css/livecarta.css'), ['lawcarta-custom']);
wp_enqueue_style('lawcarta-style', get_stylesheet_uri(), ['livecarta-external-style']);
}