new size preview
This commit is contained in:
@@ -17,7 +17,7 @@ if ( $q->have_posts() ) :
|
|||||||
|
|
||||||
<?if ( has_post_thumbnail() ) :?>
|
<?if ( has_post_thumbnail() ) :?>
|
||||||
<div class="card-img-top">
|
<div class="card-img-top">
|
||||||
<a href="<?the_permalink();?>"><img src="<?php echo get_the_post_thumbnail_url(null, 'full'); ?>" alt="<?the_title();?>"></a>
|
<a href="<?the_permalink();?>"><img src="<?php echo get_the_post_thumbnail_url(null, 'moread'); ?>" alt="<?the_title();?>"></a>
|
||||||
</div>
|
</div>
|
||||||
<?endif?>
|
<?endif?>
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
|
|
||||||
<div id="left">
|
<div id="left">
|
||||||
|
|
||||||
<?php include VIJ_CACHE.'leftmenu.html';?>
|
<?php // include VIJ_CACHE.'leftmenu.html';?>
|
||||||
|
<?php get_template_part( '/blocks/leftmenu');?>
|
||||||
|
|
||||||
<?php // get_template_part( '/blocks/opinion', null, ['subclass' => '']);?>
|
<?php // get_template_part( '/blocks/opinion', null, ['subclass' => '']);?>
|
||||||
<?php include VIJ_CACHE.'opinion.html';?>
|
<?php include VIJ_CACHE.'opinion.html';?>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
|
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=46">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=47">
|
||||||
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
||||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
||||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=9"></script>
|
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=9"></script>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ $nn = 0;?>
|
|||||||
<div class="mini-card">
|
<div class="mini-card">
|
||||||
<?if ( has_post_thumbnail() ) :?>
|
<?if ( has_post_thumbnail() ) :?>
|
||||||
<div class="mini-card-img">
|
<div class="mini-card-img">
|
||||||
<a href="<?the_permalink();?>"><img class="mini-card-img" src="<?php echo get_the_post_thumbnail_url(null, 'large'); ?>" alt="<?the_title();?>"></a>
|
<a href="<?the_permalink();?>"><img class="mini-card-img" src="<?php echo get_the_post_thumbnail_url(null, 'moread'); ?>" alt="<?the_title();?>"></a>
|
||||||
<?if( has_tag( 'видео' ) ):?>
|
<?if( has_tag( 'видео' ) ):?>
|
||||||
<span class="play-card"></span>
|
<span class="play-card"></span>
|
||||||
<?endif?>
|
<?endif?>
|
||||||
|
|||||||
20
style.css
20
style.css
@@ -1360,11 +1360,31 @@ a{
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#socials a:hover{
|
||||||
|
margin-top: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#socials_footer{
|
#socials_footer{
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 12px 0 12px;
|
margin: 0 12px 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.menu_left_icons{
|
||||||
|
width: 21px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu_left_jivot{
|
||||||
|
padding-left: 22px;
|
||||||
|
background: url(/wp-content/themes/vij/pub/icons/menu-jivot.png) no-repeat;
|
||||||
|
vertical-align:middle;
|
||||||
|
height: 31px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.btn_soc{
|
.btn_soc{
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user