forked from LiveCarta/LiveCartaWP
new fb promo page
This commit is contained in:
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 |
@@ -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']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user