This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$utpSite = carbon_get_theme_option('utp_site'); | |
$descri_site = carbon_get_theme_option('descri_site'); | |
$text_but = carbon_get_theme_option('text_but'); | |
$whoDeskrList = carbon_get_theme_option('who_deskr_list'); | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function(){ | |
// $(window).scroll(function(){ | |
// if ($(this).scrollTop() > 120) { | |
// $(".top-menu").addClass("default").fadeIn('fast'); | |
// } else { | |
// $(".top-menu").removeClass("default").fadeIn('fast'); | |
// }; | |
// }); | |
// if($(window).scrollTop() > 400 && $(window).scrollTop() < 450) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="number" pattern="[0-9]*" inputmode="numeric" id="guessField" class="guessField"> | |
<input type="number" pattern="[0-9]*" inputmode="numeric" id="guessField" class="guessField"> | |
<input type="tel" pattern="2-[0-9]{3}-[0-9]{3}" size="40" title="code" > | |
<input type="submit"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="wrapper"> | |
<header> | |
<a href="#link--1">Item 1</a> | |
<a href="#link--2">Item 2</a> | |
<a href="#link--3">Item 3</a> | |
<a href="#link--4">Item 4</a> | |
<a href="#link--5">Item 5</a> | |
</header> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('load-more').on('click', function() { | |
const btn = $(this); | |
const loder = btn.find('span'); | |
$.ajax({ | |
url:'/data.html', | |
type: 'GET', | |
beforeSend: function(){ | |
btn.attr('disable', true); | |
loader.addClass('s-inline-block'); // .s-inline-block {display:inline-block} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
<div class="td-g-rec td-g-rec-id-sidebar "> | |
<script type="text/javascript"> | |
var td_screen_width = window.innerWidth; | |
if ( td_screen_width >= 1140 ) { | |
/* large monitors */ | |
document.write('<span class="td-adspot-title">- Advertisement -</span><ins class="adsbygoogle" style="display:inline-block;width:336px;height:280px" data-ad-client="ca-pub-5036236641179131" data-ad-slot="5109922001"></ins>'); | |
(adsbygoogle = window.adsbygoogle || []).push({}); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="fh5co-blog" class="fh5co-bg-section"> | |
<div class="container"> | |
<div class="row"> | |
<?php $service_slider = new WP_Query(array( | |
'post_type' => 'practis', | |
// 'posts_per_page' => '6', | |
'nopaging' => false, // (boolean) - show all posts or use pagination. Default value is 'false', use paging. | |
'posts_per_archive_page' => 3, | |
//'nopaging=true' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section cass="block"> | |
<div class="container"> | |
<h2 class="block_title">Это заглавие блока </h2> | |
<div class="row"> | |
<div class="g_conteiner"> | |
<div class="grid_conteiner_items"> 111111111 1</div> | |
<div class="grid_conteiner_items">2 Далеко-далеко за словесными горами в стране, гласных и согласных живут рыбные тексты. </div> | |
<div class="grid_conteiner_items">32 Далеко-далеко за словесными горами в стране, гласных и согласных живут рыбные тексты.</div> | |
<div class="grid_conteiner_items">42 Далеко-далеко за словесными горами в стране, гласных и согласных живут рыбные текстыДалеко-далеко за словесными горами в стране, гласных и согласных живут рыбные текстыДалеко-далеко за словесными горами в стране, гласных и согласных живут рыбные текстыДалеко-далеко за словесными горами в стране, гласных и согласных живут рыбные тексты Далеко-далеко за словесными горами в стране, гласных и согласных живут рыбные тексты.</div> | |
<div class="grid_conteiner_items">52 Далеко-далеко за сл |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="header_top_block" > | |
<h1 class="header_top_block_title"> Это заглавие шапки блока</h1> | |
</section> | |