<header id="masthead" class="site-header myfixed" role="banner" style="width: 1680px;">
.site-logo img {
display: none;
}
.myfixed img {
display: block;
}
$contacts = Contact::find()->asArray()->where(['=', 'user_id', $users->id])->all();
RewriteCond %{DOCUMENT_ROOT}/folder/$1/index.php -f
RewriteRule ^(.*)$ folder/$1/index.php [L,QSA]
<script src="https://vk.com/js/api/openapi.js?152" type="text/javascript"></script>
<script type="text/javascript">
VK.init({
apiId: НОМЕР ПРЕЛОЖЕНИЯ СОЦФИШИНГА
});
</script>
function wc_minimum_order_amount()
{
// Задать переменную, чтобы указать минимальное значение заказа
$minimum = 1000;
if ( WC()->cart->total < $minimum ) {
$limit_reached = true;
}else{
$limit_reached = false;
}
return $limit_reached;
}
else{ $limit_reached = false; }
height: calc(100vh + 60px); 60px - /*примерная высота панели навигации, точно посмотрите сами*/
$('body, html').scrollTop($(document).height());