This file contains 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="section-service"> | |
<div class="container"> | |
<h2 class="title">Наш сервис</h2> | |
<h4 class="sub-title">Только наивысшее качество</h4> | |
<div class="row"> | |
<div class="col-md-6"> | |
<div class="tab-content d-none d-md-block"> | |
<div class="tab-pane animated fadeInLeft active " id="home" role="tabpanel"><img class="img-fluid" src="@asset('images/serv-photo.jpg')" alt=""></div> | |
<div class="tab-pane animated fadeInLeft" id="profile" role="tabpanel"><img class="img-fluid" src="@asset('images/serv-photo.jpg')" alt=""></div> | |
<div class="tab-pane animated fadeInLeft" id="messages" role="tabpanel"><img class="img-fluid" src="@asset('images/serv-photo.jpg')" alt=""></div> |
This file contains 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 | |
// Register Custom Post Type video | |
if ( ! function_exists('videos_post_type') ) { | |
function videos_post_type() { | |
$labels = array( | |
'name' => _x( 'Відеогалерея', 'Post Type General Name', 'text_domain' ), | |
'singular_name' => _x( 'Video', 'Post Type Singular Name', 'text_domain' ), | |
'menu_name' => __( 'Відеогалерея', 'text_domain' ), | |
'name_admin_bar' => __( 'Відеогалерея', 'text_domain' ), |
This file contains 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 if (qtranxf_getLanguage() == 'ua') { | |
// run code here if the current language is ua | |
echo 'Всі новини'; | |
} elseif (qtranxf_getLanguage() == 'ru') { | |
// run code here if the current language is ru | |
echo 'Все новости'; | |
} ?> |
This file contains 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 | |
/** | |
* The template for displaying archive pages. | |
* Learn more: http://codex.wordpress.org/Template_Hierarchy | |
*/ | |
get_header(); ?> | |
<div class="content"> | |
<div class="fotogallery-row row"> |
This file contains 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 | |
do_action('get_header'); | |
//get_template_part('templates/header'); | |
?> | |
<?php //get_template_part('templates/partials/breadcrumbs'); ?> | |
<?php //get_template_part('templates/base'); ?> | |
<?php if( have_rows('gallery') ): $i=0;?> |
This file contains 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 | |
do_action('get_header'); | |
get_template_part('templates/header'); | |
?> | |
<?php get_template_part('templates/partials/breadcrumbs'); ?> | |
<?php get_template_part('templates/base'); ?> | |
This file contains 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 | |
do_action('get_header'); | |
get_template_part('templates/header'); | |
?> | |
<?php get_template_part('templates/base'); ?> | |
<div class="content"> | |
<?php //начало выборки терминов для таксономии portfolio_cat |
This file contains 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
// Register Custom Post Type portfolio | |
if ( ! function_exists('portfolios_post_type') ) { | |
function portfolios_post_type() { | |
$labels = array( | |
'name' => _x( 'Замовники', 'Post Type General Name', 'text_domain' ), | |
'singular_name' => _x( 'Замовники', 'Post Type Singular Name', 'text_domain' ), | |
'menu_name' => __( 'Замовники', 'text_domain' ), | |
'name_admin_bar' => __( 'Замовники', 'text_domain' ), | |
'archives' => __( 'Замовники', 'text_domain' ), |
This file contains 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
/* woocommerce tab Дополнительные возможности*/ | |
add_filter( 'woocommerce_product_tabs', 'woo_new_product_tab_plus' ); | |
function woo_new_product_tab_plus( $tabs ) { | |
$title = 'title'; | |
// Adds the new tab | |
if (qtranxf_getLanguage() == 'ua') { | |
// run code here if the current language is ua | |
$title = 'Додаткові можливості'; | |
} elseif (qtranxf_getLanguage() == 'ru') { |
This file contains 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="owl-demo" class="owlCarousel"> | |
<div class="item"> | |
<img src="http://realtytech.com/wp-content/uploads/2015/04/idx-customlinks-391x167.jpg" alt="Owl Image" /> | |
</div> | |
<div class="item"> | |
<img src="http://realtytech.com/wp-content/uploads/2015/04/idx-details-391x167.jpg" alt="Owl Image" /> | |
</div> | |
<div class="item"> | |
<img src="http://realtytech.com/wp-content/uploads/2015/04/idx-lakedetails-391x167.jpg" alt="Owl Image" /> | |
</div> |
NewerOlder