├── assets
├── css
│ ├── dynamic.css
│ ├── buri_admin.css
│ ├── flaticon.css
│ ├── slick.css
│ ├── owl.carousel.min.css
│ ├── nice-select.css
│ └── magnific-popup.css
├── img
│ ├── logo.png
│ ├── banner.jpg
│ ├── favicon.png
│ ├── banner_bg.jpg
│ ├── contact_bg.jpg
│ └── intro_video_bg.jpg
├── fonts
│ ├── Flaticon.eot
│ ├── Flaticon.ttf
│ ├── themify.eot
│ ├── themify.ttf
│ ├── themify.woff
│ ├── Flaticon.woff
│ ├── Flaticon.woff2
│ ├── FontAwesome.otf
│ ├── gijgo-material.ttf
│ ├── gijgo-material.woff
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ └── fontawesome-webfont.woff2
└── js
│ ├── buri_admin.js
│ ├── post-likes.js
│ ├── custom.js
│ ├── jquery.instagramFeed.min.js
│ ├── jquery.nice-select.min.js
│ └── jquery.ajaxchimp.min.js
├── screenshot.png
├── inc
├── demo
│ ├── screen-image.jpg
│ ├── css
│ │ └── demo-import.css
│ ├── buri-widgets.wie
│ ├── buri-customizer.dat
│ └── demo-import.php
├── elementor-widgets
│ ├── assets
│ │ ├── css
│ │ │ ├── elementor-edit.css
│ │ │ └── owl.carousel.css
│ │ └── js
│ │ │ ├── buri-companion-main.js
│ │ │ ├── jquery.counterup.min.js
│ │ │ ├── map-custom.js
│ │ │ ├── jquery.ajaxchimp.min.js
│ │ │ └── waypoints.min.js
│ └── widgets
│ │ ├── intro-video.php
│ │ └── contact.php
├── class-epsilon-dashboard-autoloader.php
├── widgets
│ ├── buri-widgets-reg.php
│ ├── buri-instagram.php
│ ├── buri-recent-post-thumb.php
│ ├── buri-newsletter-widget.php
│ ├── instagram-api.php
│ └── buri-social-links.php
├── buri-metabox.php
├── libraries
│ └── class-epsilon-init-notify-system.php
├── customizer
│ ├── fields
│ │ └── sections.php
│ ├── customizer.php
│ └── js
│ │ └── customizer.js
├── wp_bootstrap_pagination.php
├── classes
│ └── Class-Enqueue.php
├── support-functions.php
├── class-epsilon-init-dashboard.php
└── buri-breadcrumbs.php
├── .gitmodules
├── template-builder.php
├── sidebar.php
├── templates
├── content-page.php
├── biography.php
├── page-header.php
├── pagination.php
├── footer-widgets.php
├── footer-bottom.php
├── footer-top-widgets.php
├── 404.php
├── content-none.php
├── content-single.php
├── content-audio.php
├── content-video.php
├── content.php
├── menu-bar.php
└── home-header.php
├── searchform.php
├── page.php
├── archive.php
├── search.php
├── style.css
├── README.md
├── index.php
├── 404.php
├── footer.php
├── comments.php
├── header.php
├── readme.txt
├── single.php
└── functions.php
/assets/css/dynamic.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/screenshot.png
--------------------------------------------------------------------------------
/assets/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/img/logo.png
--------------------------------------------------------------------------------
/assets/img/banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/img/banner.jpg
--------------------------------------------------------------------------------
/assets/img/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/img/favicon.png
--------------------------------------------------------------------------------
/assets/fonts/Flaticon.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/Flaticon.eot
--------------------------------------------------------------------------------
/assets/fonts/Flaticon.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/Flaticon.ttf
--------------------------------------------------------------------------------
/assets/fonts/themify.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/themify.eot
--------------------------------------------------------------------------------
/assets/fonts/themify.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/themify.ttf
--------------------------------------------------------------------------------
/assets/fonts/themify.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/themify.woff
--------------------------------------------------------------------------------
/assets/img/banner_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/img/banner_bg.jpg
--------------------------------------------------------------------------------
/assets/img/contact_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/img/contact_bg.jpg
--------------------------------------------------------------------------------
/inc/demo/screen-image.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/inc/demo/screen-image.jpg
--------------------------------------------------------------------------------
/assets/fonts/Flaticon.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/Flaticon.woff
--------------------------------------------------------------------------------
/assets/fonts/Flaticon.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/Flaticon.woff2
--------------------------------------------------------------------------------
/assets/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/assets/img/intro_video_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/img/intro_video_bg.jpg
--------------------------------------------------------------------------------
/assets/fonts/gijgo-material.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/gijgo-material.ttf
--------------------------------------------------------------------------------
/assets/fonts/gijgo-material.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/gijgo-material.woff
--------------------------------------------------------------------------------
/assets/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/assets/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/assets/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/assets/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ColorlibHQ/buri/master/assets/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/inc/elementor-widgets/assets/css/elementor-edit.css:
--------------------------------------------------------------------------------
1 | .elementor-choices-label i {
2 | font-size: 18px !important;
3 | padding: 5px 0;
4 | }
--------------------------------------------------------------------------------
/assets/css/buri_admin.css:
--------------------------------------------------------------------------------
1 | .customize-control-epsilon-text-editor .customize-control-title, .repeater-field-epsilon-text-editor .customize-control-title{
2 | float: none !important;
3 | }
--------------------------------------------------------------------------------
/inc/elementor-widgets/assets/js/buri-companion-main.js:
--------------------------------------------------------------------------------
1 | (function ($) {
2 | 'use strict';
3 |
4 | // Mailchimp ajax
5 | $('#mc_embed_signup').find('form').ajaxChimp();
6 |
7 |
8 | })(jQuery);
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "inc/libraries/epsilon-framework"]
2 | path = inc/libraries/epsilon-framework
3 | url = https://github.com/MachoThemes/epsilon-framework
4 | [submodule "inc/libraries/epsilon-theme-dashboard"]
5 | path = inc/libraries/epsilon-theme-dashboard
6 | url = https://github.com/MachoThemes/epsilon-theme-dashboard
7 |
--------------------------------------------------------------------------------
/inc/demo/css/demo-import.css:
--------------------------------------------------------------------------------
1 | .ocdi__demo-import-notice:not(:empty) {
2 | background-color: transparent !important;
3 | border-left: 0px !important;
4 | box-shadow: none !important;
5 | padding: 0px !important;
6 | }
7 | .ocdi__demo-import-notice img {
8 | border: 4px solid #dbe3ea;
9 | }
10 |
11 | .about-wrap .ocdi__demo-import-notice img {
12 | width: auto;
13 | }
14 | .about-wrap img {
15 | width: auto;
16 | }
--------------------------------------------------------------------------------
/template-builder.php:
--------------------------------------------------------------------------------
1 |
';
20 | }
21 |
22 |
23 | ?>
--------------------------------------------------------------------------------
/templates/content-page.php:
--------------------------------------------------------------------------------
1 |
17 |
18 | >
19 |
33 |
34 |
--------------------------------------------------------------------------------
/searchform.php:
--------------------------------------------------------------------------------
1 |
15 |
16 |
--------------------------------------------------------------------------------
/templates/biography.php:
--------------------------------------------------------------------------------
1 |
15 |
16 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/page.php:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
21 | '
' . __( 'Pages:', 'buri' ),
30 | 'after' => '
',
31 | )
32 | );
33 | }
34 | } ?>
35 |
36 |
37 |
38 |
39 |
2 |
27 |
--------------------------------------------------------------------------------
/inc/demo/buri-widgets.wie:
--------------------------------------------------------------------------------
1 | {"sidebar_widgets":{"search-2":{"title":""},"categories-3":{"title":"Categories","count":1,"hierarchical":0,"dropdown":0},"tag_cloud-1":{"title":"Tags","count":0,"taxonomy":"post_tag"},"buri_recent_widget-1":{"title":"Recent Post","post_number":"4"},"buri_instagram_photo-1":{"title":"Instagram","insta_user":"colorlib","insta_items":"6"},"buri_newsletter-1":{"title":"Newsletter","actionurl":"","desc":""}},"footer-1":{"text-1":{"title":"","text":"+880 253 356 263<\/p>\r\n burires@contact.com<\/span>","filter":true,"visual":true},"buri_social_links-1":{"title":"","desc":"","facebook":"#","twitter":"","linkedin":"","instagram":"#","dribbble":""}},"footer-2":{"categories-4":{"title":"Quick links","count":0,"hierarchical":0,"dropdown":0}},"footer-3":{"buri_newsletter-2":{"title":"Subscribe newsletter","actionurl":"https:\/\/spondonit.us12.list-manage.com\/subscribe\/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01","desc":"Subscribe newsletter to get all updates about discount and offers."}}}
--------------------------------------------------------------------------------
/archive.php:
--------------------------------------------------------------------------------
1 |
17 |
18 |
42 |
43 |
17 |
18 |
42 |
43 |
--------------------------------------------------------------------------------
/inc/elementor-widgets/assets/js/jquery.counterup.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * jquery.counterup.js 1.0
3 | *
4 | * Copyright 2013, Benjamin Intal http://gambit.ph @bfintal
5 | * Released under the GPL v2 License
6 | *
7 | * Date: Nov 26, 2013
8 | */(function(e){"use strict";e.fn.counterUp=function(t){var n=e.extend({time:400,delay:10},t);return this.each(function(){var t=e(this),r=n,i=function(){var e=[],n=r.time/r.delay,i=t.text(),s=/[0-9]+,[0-9]+/.test(i);i=i.replace(/,/g,"");var o=/^[0-9]+$/.test(i),u=/^[0-9]+\.[0-9]+$/.test(i),a=u?(i.split(".")[1]||[]).length:0;for(var f=n;f>=1;f--){var l=parseInt(i/n*f);u&&(l=parseFloat(i/n*f).toFixed(a));if(s)while(/(\d+)(\d{3})/.test(l.toString()))l=l.toString().replace(/(\d+)(\d{3})/,"$1,$2");e.unshift(l)}t.data("counterup-nums",e);t.text("0");var c=function(){t.text(t.data("counterup-nums").shift());if(t.data("counterup-nums").length)setTimeout(t.data("counterup-func"),r.delay);else{delete t.data("counterup-nums");t.data("counterup-nums",null);t.data("counterup-func",null)}};t.data("counterup-func",c);setTimeout(t.data("counterup-func"),r.delay)};t.waypoint(i,{offset:"100%",triggerOnce:!0})})}})(jQuery);
--------------------------------------------------------------------------------
/assets/js/buri_admin.js:
--------------------------------------------------------------------------------
1 | (function ($) {
2 | /*=========================================
3 | Epsilon Framework Sidebar Responsive Tools
4 | =============================================*/
5 | $( document ).ready(function() {
6 | var desktop = $( '.preview-desktop' ),
7 | tablet = $( '.preview-tablet' ),
8 | mobile = $( '.preview-mobile' );
9 |
10 | desktop.on( 'click', function(){
11 | desktop.addClass('active');
12 | tablet.removeClass('active');
13 | mobile.removeClass('active');
14 | } );
15 |
16 | tablet.on( 'click', function(){
17 | desktop.removeClass('active');
18 | tablet.addClass('active');
19 | mobile.removeClass('active');
20 | } );
21 |
22 | mobile.on( 'click', function(){
23 | desktop.removeClass('active');
24 | tablet.removeClass('active');
25 | mobile.addClass('active');
26 | } );
27 |
28 | });
29 |
30 |
31 | })(jQuery);
--------------------------------------------------------------------------------
/assets/css/flaticon.css:
--------------------------------------------------------------------------------
1 | /*
2 | Flaticon icon font: Flaticon
3 | Creation date: 09/04/2019 10:10
4 | */
5 |
6 | @font-face {
7 | font-family: "Flaticon";
8 | src: url("../fonts/Flaticon.eot");
9 | src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
10 | url("../fonts/Flaticon.woff2") format("woff2"),
11 | url("../fonts/Flaticon.woff") format("woff"),
12 | url("../fonts/Flaticon.ttf") format("truetype"),
13 | url("../fonts/Flaticon.svg#Flaticon") format("svg");
14 | font-weight: normal;
15 | font-style: normal;
16 | }
17 |
18 | @media screen and (-webkit-min-device-pixel-ratio:0) {
19 | @font-face {
20 | font-family: "Flaticon";
21 | src: url("./Flaticon.svg#Flaticon") format("svg");
22 | }
23 | }
24 |
25 | [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
26 | [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
27 | font-family: Flaticon;
28 | font-size: 30px;
29 | font-style: normal;
30 | color: #fff;
31 | }
32 |
33 | .flaticon-growth:before { content: "\f100"; }
34 | .flaticon-wallet:before { content: "\f101"; }
--------------------------------------------------------------------------------
/templates/pagination.php:
--------------------------------------------------------------------------------
1 | '.esc_html__( 'Newer Post', 'buri' );
20 | $older = esc_html__( 'Older Post', 'buri' ).'';
21 |
22 | echo '';
40 | }
41 |
42 | ?>
--------------------------------------------------------------------------------
/templates/footer-widgets.php:
--------------------------------------------------------------------------------
1 |
15 |
16 |
17 |
18 | ';
22 | dynamic_sidebar( 'footer-4' );
23 | echo '
';
24 | }
25 |
26 | // Footer widget 5
27 | if( is_active_sidebar( 'footer-5' ) ){
28 | echo '
';
29 | dynamic_sidebar( 'footer-5' );
30 | echo '
';
31 | }
32 |
33 | // Footer widget 6
34 | if( is_active_sidebar( 'footer-6' ) ){
35 | echo '
';
36 | dynamic_sidebar( 'footer-6' );
37 | echo '
';
38 | }
39 |
40 | // Footer widget 7
41 | if( is_active_sidebar( 'footer-7' ) ){
42 | echo '
';
43 | dynamic_sidebar( 'footer-7' );
44 | echo '
';
45 | }
46 | ?>
47 |
48 |
49 |
--------------------------------------------------------------------------------
/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: Buri
3 | Theme URI: https://colorlib.com/wp/themes/buri/
4 | Author: Colorlib
5 | Author URI: http://colorlib.com/
6 | Description: Buri is a modern masonry blog WordPress Theme. Its stylish design and beautiful typography makes it an ideal template for your blog site. It features styles for the following post formats: standard, video, audio, and gallery. It is fully responsive and retina ready so It will always look great and crisp on any devices and screen sizes. It\'s built with clean and organized code which makes it very easy to customize.
7 | Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
8 | Version: 1.0
9 | Requires at least: 5.2
10 | Tested up to: 5.4.2
11 | Requires PHP: 7.0
12 | License: GNU General Public License v2 or later
13 | License URI: http://www.gnu.org/licenses/gpl-2.0.html
14 | Text Domain: buri
15 | This theme, like WordPress, is licensed under the GPL.
16 | Use it to make something cool, have fun, and share what you've learned with others.
17 | */
--------------------------------------------------------------------------------
/templates/footer-bottom.php:
--------------------------------------------------------------------------------
1 |
2 |
31 |
--------------------------------------------------------------------------------
/templates/footer-top-widgets.php:
--------------------------------------------------------------------------------
1 |
23 |
24 |
25 |
26 | ';
35 | dynamic_sidebar( 'footer-2' );
36 | echo '
';
37 | }
38 |
39 | // Footer Widget 3
40 | if ( is_active_sidebar( 'footer-3' ) ) {
41 | dynamic_sidebar( 'footer-3' );
42 | }
43 | ?>
44 |
45 |
46 |
47 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | [](https://travis-ci.org/Automattic/_s)
2 |
3 |
4 | # Repository clone/download :fire: :fire: :fire:
5 |
6 | This repository contains a git sub-module and as such, can not be completely downloaded using the web-interface of GitHub. This is a known limitation of GitHub's own tools. However, cloning this repository via CLI works absolutely fine and will pull all sub-modules as long as you use the proper commands.
7 |
8 | Here's a short tutorial on how to achieve this as well as a better explanation of what Git sub-modules are and how they're useful: https://gist.github.com/gitaarik/8735255
9 |
10 | Easiest way to go about cloning a repository recursively is to use (Windows only) TortoiseGIT: https://tortoisegit.org/.
11 |
12 |
13 | # About Theme
14 |
15 | * Theme Name: Buri
16 | * Theme URI: http://colorlib.com/wp/buri/
17 | * Version: 1.0
18 | * Tested up to: WP 5.4.2
19 |
20 | ```
21 | * Author: Colorlib
22 | * Author URI: http://colorlib.com/
23 | * License: GNU General Public License v3.0
24 | * License URI: http://www.gnu.org/licenses/gpl.html
25 | * Buri theme, Copyright 2017 colorlib.com
26 | * Buri WordPress theme is distributed under the terms of the GNU GPL
27 | * Buri is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
28 | ```
29 |
30 |
--------------------------------------------------------------------------------
/index.php:
--------------------------------------------------------------------------------
1 |
19 |
44 |
45 |
46 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | '.esc_html( $errorText ).'';
29 |
30 |
31 | // Wrong text block
32 |
33 | $wrongText = wp_kses_post( __( 'Either something went wrong or the page dosen’t exist anymore.', 'buri' ) );
34 |
35 | if( buri_opt('buri_fof_titletwo') ){
36 | $wrongText = buri_opt('buri_fof_titletwo');
37 | }
38 |
39 | $anchor = buri_anchor_tag(
40 | array(
41 | 'url' => esc_url( site_url( '/' ) ),
42 | 'text' => esc_html__( 'Go To Home page', 'buri' ),
43 | 'class' => 'button button-contactForm btn_1'
44 | )
45 | );
46 |
47 | echo buri_paragraph_tag(
48 | array(
49 | 'text' => esc_html( $wrongText ).' '.wp_kses_post( $anchor ),
50 | )
51 | );
52 | ?>
53 |
54 |
55 |
56 |
57 |
--------------------------------------------------------------------------------
/templates/content-none.php:
--------------------------------------------------------------------------------
1 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
Get started here.', 'buri' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>
21 |
22 |
23 |
24 |
25 |
26 |
27 | esc_url( site_url( '/' ) ),
31 | 'class' => 'button-contactForm btn_1',
32 | 'text' => esc_html__( 'Back to home page', 'buri' ),
33 | )
34 | );
35 | echo wp_kses_post( $anchor );
36 | ?>
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/templates/content-single.php:
--------------------------------------------------------------------------------
1 |
15 |
16 | >
17 |
56 |
57 | ';
63 | }
64 | ?>
--------------------------------------------------------------------------------
/templates/content-audio.php:
--------------------------------------------------------------------------------
1 |
16 |
17 | data-aos="fade-up">
18 | ';
31 | echo '';
53 |
54 | /**
55 | * Blog Excerpt With read more button
56 | * @Hook buri_blog_posts_excerpt
57 | *
58 | * @Hooked buri_blog_posts_excerpt_cb
59 | *
60 | *
61 | */
62 | do_action( 'buri_blog_posts_excerpt' );
63 |
64 | echo ''; // Content wrapper end
65 |
66 | ?>
67 |
--------------------------------------------------------------------------------
/templates/content-video.php:
--------------------------------------------------------------------------------
1 |
16 |
17 | data-aos="fade-up">
18 | ';
31 | echo '';
53 |
54 | /**
55 | * Blog Excerpt With read more button
56 | * @Hook buri_blog_posts_excerpt
57 | *
58 | * @Hooked buri_blog_posts_excerpt_cb
59 | *
60 | *
61 | */
62 | do_action( 'buri_blog_posts_excerpt' );
63 |
64 | echo ''; // Content wrapper end
65 |
66 | ?>
67 |
--------------------------------------------------------------------------------
/404.php:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
21 |
22 |
23 | '.esc_html( $errorText ).'';
30 |
31 |
32 | // Wrong text block
33 |
34 | $wrongText = wp_kses_post( __( 'Either something went wrong or the page dosen’t exist anymore.', 'buri' ) );
35 |
36 | if( buri_opt('buri_fof_titletwo') ){
37 | $wrongText = buri_opt('buri_fof_titletwo');
38 | }
39 |
40 | $anchor = buri_anchor_tag(
41 | array(
42 | 'url' => esc_url( site_url( '/' ) ),
43 | 'text' => esc_html__( 'Go To Home page', 'buri' ),
44 | 'class' => 'button-contactForm btn_1'
45 | )
46 | );
47 |
48 | echo buri_paragraph_tag(
49 | array(
50 | 'text' => esc_html( $wrongText )
51 | )
52 | );
53 |
54 | echo wp_kses_post( $anchor );
55 | ?>
56 |
57 |
58 |
59 |
60 |
61 |
62 |
--------------------------------------------------------------------------------
/templates/content.php:
--------------------------------------------------------------------------------
1 |
11 |
12 | >
13 | '. esc_html__( 'Sticky', 'buri' ) .'';
16 | }
17 | if( has_post_thumbnail() ){ ?>
18 |
19 | 'card-img rounded-0' ) );
21 |
22 | echo '
'. get_the_time( 'd' ) .'
'. get_the_time('M') .'
';
23 |
24 | ?>
25 |
26 |
29 |
30 |
31 |
32 |
33 |
34 |
40 |
44 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/assets/js/post-likes.js:
--------------------------------------------------------------------------------
1 | (function( $ ) {
2 | 'use strict';
3 | $(document).on('click', '.sl-button', function() {
4 | var button = $(this);
5 | var post_id = button.attr('data-post-id');
6 | var buri = button.attr('data-nonce');
7 | var iscomment = button.attr('data-iscomment');
8 | var allbuttons;
9 | if ( iscomment === '1' ) { /* Comments can have same id */
10 | allbuttons = $('.sl-comment-button-'+post_id);
11 | } else {
12 | allbuttons = $('.sl-button-'+post_id);
13 | }
14 | var loader = allbuttons.next('#sl-loader');
15 | if (post_id !== '') {
16 | $.ajax({
17 | type: 'POST',
18 | url: simpleLikes.ajaxurl,
19 | data : {
20 | action : 'buri_process_simple_like',
21 | post_id : post_id,
22 | nonce : buri,
23 | is_comment : iscomment,
24 | },
25 | beforeSend:function(){
26 | loader.html(' Loading...
');
27 | },
28 | success: function(response){
29 | var icon = response.icon;
30 | var customIcon = button.prev();
31 | var count = response.count;
32 | allbuttons.html(count);
33 | if(response.status === 'unliked') {
34 | var like_text = simpleLikes.like;
35 | allbuttons.prop('title', like_text);
36 | allbuttons.removeClass('liked');
37 | if( customIcon.hasClass( 'fa-heart' )){
38 | customIcon.removeClass('fa-heart');
39 | }
40 | customIcon.addClass('fa-heart-o');
41 | } else {
42 | var unlike_text = simpleLikes.unlike;
43 | allbuttons.prop('title', unlike_text);
44 | allbuttons.addClass('liked');
45 | if( customIcon.hasClass( 'fa-heart-o' )){
46 | customIcon.removeClass('fa-heart-o');
47 | }
48 | customIcon.addClass('fa-heart');
49 | }
50 | loader.empty();
51 | }
52 | });
53 |
54 | }
55 | return false;
56 | });
57 | })( jQuery );
58 |
--------------------------------------------------------------------------------
/inc/class-epsilon-dashboard-autoloader.php:
--------------------------------------------------------------------------------
1 | 50) {
49 | $('.main_menu').addClass('menu_fixed animated fadeInDown');
50 | } else {
51 | $('.main_menu').removeClass('menu_fixed animated fadeInDown');
52 | }
53 | });
54 |
55 | $('.gallery_img').magnificPopup({
56 | type: 'image',
57 | gallery:{
58 | enabled:true
59 | }
60 | });
61 |
62 | /*-------------------------------------
63 | Instagram Photos
64 | -------------------------------------*/
65 | function cp_instagram_photos() {
66 | $('.cp-instagram-photos').each(function(){
67 | $.instagramFeed({
68 | 'username': $(this).data('username'),
69 | 'container': $(this),
70 | 'display_profile': false,
71 | 'display_biography': false,
72 | 'items': $(this).data('items'),
73 | 'margin': 0
74 | });
75 | console.log( $(this) );
76 | });
77 |
78 | }
79 | cp_instagram_photos();
80 |
81 | }(jQuery));
--------------------------------------------------------------------------------
/inc/widgets/buri-widgets-reg.php:
--------------------------------------------------------------------------------
1 | esc_html__('Sidebar widgets', 'buri'),
21 | 'description' => esc_html__('Place widgets in sidebar widgets area.', 'buri'),
22 | 'id' => 'sidebar_widgets',
23 | 'before_widget' => '',
25 | 'before_title' => ''
27 | ));
28 |
29 | // footer widgets register
30 | register_sidebar(
31 | array(
32 | 'name' => esc_html__( 'Footer One', 'buri' ),
33 | 'id' => 'footer-1',
34 | 'before_widget' => '',
36 | 'before_title' => '',
37 | 'after_title' => '
',
38 | )
39 | );
40 | register_sidebar(
41 | array(
42 | 'name' => esc_html__( 'Footer Two', 'buri' ),
43 | 'id' => 'footer-2',
44 | 'before_widget' => '',
46 | 'before_title' => '',
47 | 'after_title' => '
',
48 | )
49 | );
50 | register_sidebar(
51 | array(
52 | 'name' => esc_html__( 'Footer Three', 'buri' ),
53 | 'id' => 'footer-3',
54 | 'before_widget' => '',
56 | 'before_title' => '',
57 | 'after_title' => '
',
58 | )
59 | );
60 |
61 |
62 | }
63 | add_action( 'widgets_init', 'buri_widgets_init' );
64 |
--------------------------------------------------------------------------------
/inc/buri-metabox.php:
--------------------------------------------------------------------------------
1 | 'event_single_metaboxs',
7 | 'title' => esc_html__( 'Event Single Metabox', 'buri' ),
8 | 'post_types'=> array( 'event' ),
9 | 'context' => 'side',
10 | 'priority' => 'high',
11 | 'autosave' => 'false',
12 | 'fields' => array(
13 | array(
14 | 'id' => $buri_prefix . 'short_brief',
15 | 'type' => 'textarea',
16 | 'name' => esc_html__( 'Event Short Brief', 'buri' ),
17 | 'placeholder' => esc_html__( 'Event Short Brief', 'buri' ),
18 | ),
19 | array(
20 | 'id' => $buri_prefix . 'event_date',
21 | 'type' => 'date',
22 | 'name' => esc_html__( 'Event Date', 'buri' ),
23 | 'js_options' => array(
24 | 'dateFormat' => 'DD, M dd, yy ',
25 | 'showButtonPanel' => false,
26 | ),
27 | ),
28 | array(
29 | 'id' => $buri_prefix . 'event_cost',
30 | 'type' => 'text',
31 | 'name' => esc_html__( 'Event Cost', 'buri' ),
32 | 'placeholder' => esc_html__( 'Event Cost', 'buri' ),
33 | ),
34 | array(
35 | 'id' => $buri_prefix . 'event_organizer',
36 | 'type' => 'text',
37 | 'name' => esc_html__( 'Event Organizer', 'buri' ),
38 | 'placeholder' => esc_html__( 'Event Organizer', 'buri' ),
39 | ),
40 | array(
41 | 'id' => $buri_prefix . 'event_review',
42 | 'type' => 'button_group',
43 | 'name' => esc_html__( 'Place Review', 'buri' ),
44 | 'options' => [
45 | '1' => '',
46 | '2' => '',
47 | '3' => '',
48 | '4' => '',
49 | '5' => '',
50 | ],
51 | 'inline' => true,
52 | 'multiple' => false,
53 | ),
54 | array(
55 | 'type' => 'divider',
56 | ),
57 | array(
58 | 'id' => $buri_prefix . 'book_url',
59 | 'type' => 'text',
60 | 'name' => esc_html__( 'Book Ticket URL', 'buri' ),
61 | 'placeholder' => esc_html__( 'Book Ticket URL', 'buri' ),
62 | ),
63 | ),
64 | );
65 |
66 |
67 | return $meta_boxes;
68 | }
69 | add_filter( 'rwmb_meta_boxes', 'buri_event_metabox' );
--------------------------------------------------------------------------------
/assets/css/slick.css:
--------------------------------------------------------------------------------
1 | /* Slider */
2 | .slick-slider
3 | {
4 | position: relative;
5 |
6 | display: block;
7 |
8 | -moz-box-sizing: border-box;
9 | box-sizing: border-box;
10 |
11 | -webkit-user-select: none;
12 | -moz-user-select: none;
13 | -ms-user-select: none;
14 | user-select: none;
15 |
16 | -webkit-touch-callout: none;
17 | -khtml-user-select: none;
18 | -ms-touch-action: pan-y;
19 | touch-action: pan-y;
20 | -webkit-tap-highlight-color: transparent;
21 | }
22 |
23 | .slick-list
24 | {
25 | position: relative;
26 |
27 | display: block;
28 | overflow: hidden;
29 |
30 | margin: 0;
31 | padding: 0;
32 | }
33 | .slick-list:focus
34 | {
35 | outline: none;
36 | }
37 | .slick-list.dragging
38 | {
39 | cursor: pointer;
40 | cursor: hand;
41 | }
42 |
43 | .slick-slider .slick-track,
44 | .slick-slider .slick-list
45 | {
46 | -webkit-transform: translate3d(0, 0, 0);
47 | -moz-transform: translate3d(0, 0, 0);
48 | -ms-transform: translate3d(0, 0, 0);
49 | -o-transform: translate3d(0, 0, 0);
50 | transform: translate3d(0, 0, 0);
51 | }
52 |
53 | .slick-track
54 | {
55 | position: relative;
56 | top: 0;
57 | left: 0;
58 |
59 | display: block;
60 | }
61 | .slick-track:before,
62 | .slick-track:after
63 | {
64 | display: table;
65 |
66 | content: '';
67 | }
68 | .slick-track:after
69 | {
70 | clear: both;
71 | }
72 | .slick-loading .slick-track
73 | {
74 | visibility: hidden;
75 | }
76 |
77 | .slick-slide
78 | {
79 | display: none;
80 | float: left;
81 |
82 | height: 100%;
83 | min-height: 1px;
84 | }
85 | [dir='rtl'] .slick-slide
86 | {
87 | float: right;
88 | }
89 | .slick-slide img
90 | {
91 | display: block;
92 | }
93 | .slick-slide.slick-loading img
94 | {
95 | display: none;
96 | }
97 | .slick-slide.dragging img
98 | {
99 | pointer-events: none;
100 | }
101 | .slick-initialized .slick-slide
102 | {
103 | display: block;
104 | }
105 | .slick-loading .slick-slide
106 | {
107 | visibility: hidden;
108 | }
109 | .slick-vertical .slick-slide
110 | {
111 | display: block;
112 |
113 | height: auto;
114 |
115 | border: 1px solid transparent;
116 | }
--------------------------------------------------------------------------------
/assets/js/jquery.instagramFeed.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * jquery.instagramFeed
3 | *
4 | * @version 1.0
5 | *
6 | * @author Javier Sanahuja Liebana
7 | *
8 | * https://github.com/BanNsS1/jquery.instagramFeed
9 | *
10 | */
11 | (function(e){var l={username:"",container:"",display_profile:!0,display_biography:!0,display_gallery:!0,get_raw_json:!1,callback:null,styling:!0,items:8,items_per_row:4,margin:.5};e.instagramFeed=function(b){b=e.fn.extend({},l,b);""==b.username&&""==b.tag?console.log("Instagram Feed: Error, no username or tag found."):b.get_raw_json||""!=b.container?b.get_raw_json&&null==b.callback?console.log("Instagram Feed: Error, no callback defined to get the raw json"):e.get("https://www.instagram.com/"+b.username,
12 | function(a){a=a.split("window._sharedData = ");a=a[1].split("\x3c/script>");a=a[0];a=a.substr(0,a.length-1);a=JSON.parse(a);a=a.entry_data.ProfilePage[0].graphql.user;if(b.get_raw_json)b.callback(JSON.stringify({id:a.id,username:a.username,full_name:a.full_name,is_private:a.is_private,is_verified:a.is_verified,biography:a.biography,followed_by:a.edge_followed_by.count,following:a.edge_follow.count,images:a.edge_owner_to_timeline_media.edges}));else{var d="",f="",g="",h="",k="";b.styling&&(d=" style='text-align:center;'",
13 | f=" style='border-radius:10em;width:15%;max-width:125px;min-width:50px;'",g=" style='font-size:1.2em;'",h=" style='font-size:1em;'",k=" style='margin:"+b.margin+"% "+b.margin+"%;width:"+(100-2*b.margin*b.items_per_row)/b.items_per_row+"%;float:left;'");var c="";b.display_profile&&(c=c+("")+("\t

"),c+="\t
@"+a.full_name+" (@"+b.username+")
");b.display_biography&&(c+="\t
"+a.biography+"
");b.display_profile&&(c+="
");if(b.display_gallery)if(a.is_private)c+="This profile is private
";else{a=a.edge_owner_to_timeline_media.edges;max=a.length>b.items?b.items:a.length;c+="";for(d=0;d
",c+="\t
",c+="";c+=" "}e(b.container).html(c)}}):console.log("Instagram Feed: Error, no container found.")}})(jQuery);
--------------------------------------------------------------------------------
/inc/libraries/class-epsilon-init-notify-system.php:
--------------------------------------------------------------------------------
1 | Epsilon_Notify_System::check_plugin_is_installed( $slug ),
44 | 'active' => Epsilon_Notify_System::check_plugin_is_active( $slug ),
45 | );
46 |
47 | if ( empty( $get ) ) {
48 | $arr = array_filter( $arr );
49 |
50 | return 2 === count( $arr );
51 | }
52 | }
53 |
54 | // Translators: %s is the plugin name.
55 | $arr['title'] = sprintf( __( 'Install: %s', 'buri' ), $plugin_name );
56 | // Translators: %s is the plugin name.
57 | $arr['description'] = sprintf( __( 'Please install %s in order to create the demo content.', 'buri' ), $plugin_name );
58 |
59 | if ( $arr['installed'] ) {
60 | // Translators: %s is the plugin name
61 | $arr['title'] = sprintf( __( 'Activate: %s', 'buri' ), $plugin_name );
62 | // Translators: %s is the plugin name
63 | $arr['description'] = sprintf( __( 'Please activate %s in order to create the demo content.', 'buri' ), $plugin_name );
64 | }
65 |
66 | return $arr[ $get ];
67 | }
68 |
69 | /**
70 | * @return array
71 | */
72 | public static function verify_cf7() {
73 | $arr = array(
74 | 'installed' => false,
75 | 'active' => false,
76 | );
77 |
78 | if ( file_exists( ABSPATH . 'wp-content/plugins/contact-form-7' ) ) {
79 | $arr['installed'] = true;
80 | $arr['active'] = defined( 'WPCF7_VERSION' );
81 | }
82 |
83 | return $arr;
84 | }
85 | }
86 |
--------------------------------------------------------------------------------
/inc/demo/buri-customizer.dat:
--------------------------------------------------------------------------------
1 | a:4:{s:8:"template";s:4:"buri";s:4:"mods";a:25:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:12:"primary-menu";i:29;s:13:"best-services";N;}s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:30;s:25:"buri_footer_widget_toggle";b:1;s:11:"footer_logo";i:30;s:14:"buri_blog_meta";b:1;s:13:"buri_like_btn";b:1;s:15:"buri_blog_share";b:1;s:26:"buri_social_profile_toggle";b:1;s:18:"buri_header_social";a:2:{i:0;a:4:{s:17:"social_link_title";s:8:"Facebook";s:10:"social_url";s:1:"#";s:11:"social_icon";s:21:"fa fa-facebook-square";s:5:"index";i:0;}i:1;a:4:{s:17:"social_link_title";s:9:"Instagram";s:10:"social_url";s:1:"#";s:11:"social_icon";s:15:"fa fa-instagram";s:5:"index";i:1;}}s:20:"buri_header_bg_color";s:7:"#d6ad86";s:22:"buri_header_menu_color";s:7:"#ffffff";s:28:"buri_header_menu_hover_color";s:7:"#d6ad86";s:30:"buri_header_drop_menu_bg_color";s:7:"#fafafa";s:27:"buri_header_drop_menu_color";s:7:"#000000";s:33:"buri_header_drop_menu_hover_color";s:7:"#000000";s:34:"buri_header_menu_fixed_hover_color";s:7:"#000000";s:20:"buri_footer_bg_color";s:7:"#1c1a18";s:29:"buri_footer_widget_text_color";s:7:"#a9a9a9";s:30:"buri_footer_widget_title_color";s:7:"#ffffff";s:31:"buri_footer_widget_anchor_color";s:7:"#a9a9a9";s:37:"buri_footer_widget_anchor_hover_color";s:7:"#d6ad86";s:16:"buri_theme_color";s:7:"#d6ad86";s:26:"buri_secondary_theme_color";s:7:"#ffb830";}s:7:"options";a:22:{s:22:"woocommerce_demo_store";s:2:"no";s:29:"woocommerce_demo_store_notice";s:79:"This is a demo store for testing purposes — no orders shall be fulfilled.";s:29:"woocommerce_shop_page_display";s:0:"";s:36:"woocommerce_category_archive_display";s:0:"";s:35:"woocommerce_default_catalog_orderby";s:10:"menu_order";s:27:"woocommerce_catalog_columns";i:4;s:24:"woocommerce_catalog_rows";i:4;s:30:"woocommerce_single_image_width";s:3:"600";s:33:"woocommerce_thumbnail_image_width";s:3:"300";s:30:"woocommerce_thumbnail_cropping";s:3:"1:1";s:43:"woocommerce_thumbnail_cropping_custom_width";s:1:"4";s:44:"woocommerce_thumbnail_cropping_custom_height";s:1:"3";s:34:"woocommerce_checkout_company_field";s:8:"optional";s:36:"woocommerce_checkout_address_2_field";s:8:"optional";s:32:"woocommerce_checkout_phone_field";s:8:"required";s:46:"woocommerce_checkout_highlight_required_fields";s:3:"yes";s:55:"woocommerce_checkout_terms_and_conditions_checkbox_text";s:44:"I have read and agree to the website [terms]";s:40:"woocommerce_checkout_privacy_policy_text";s:161:"Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].";s:26:"wp_page_for_privacy_policy";s:1:"0";s:25:"woocommerce_terms_page_id";s:0:"";s:9:"site_icon";s:2:"29";s:23:"nav_menus_created_posts";a:0:{}}s:6:"wp_css";s:0:"";}
--------------------------------------------------------------------------------
/assets/js/jquery.nice-select.min.js:
--------------------------------------------------------------------------------
1 | /* jQuery Nice Select - v1.0
2 | https://github.com/hernansartorio/jquery-nice-select
3 | Made by Hernán Sartorio */
4 | !function(e){e.fn.niceSelect=function(t){function s(t){t.after(e("").addClass("nice-select").addClass(t.attr("class")||"").addClass(t.attr("disabled")?"disabled":"").attr("tabindex",t.attr("disabled")?null:"0").html(''));var s=t.next(),n=t.find("option"),i=t.find("option:selected");s.find(".current").html(i.data("display")||i.text()),n.each(function(t){var n=e(this),i=n.data("display");s.find("ul").append(e("").attr("data-value",n.val()).attr("data-display",i||null).addClass("option"+(n.is(":selected")?" selected":"")+(n.is(":disabled")?" disabled":"")).html(n.text()))})}if("string"==typeof t)return"update"==t?this.each(function(){var t=e(this),n=e(this).next(".nice-select"),i=n.hasClass("open");n.length&&(n.remove(),s(t),i&&t.next().trigger("click"))}):"destroy"==t?(this.each(function(){var t=e(this),s=e(this).next(".nice-select");s.length&&(s.remove(),t.css("display",""))}),0==e(".nice-select").length&&e(document).off(".nice_select")):console.log('Method "'+t+'" does not exist.'),this;this.hide(),this.each(function(){var t=e(this);t.next().hasClass("nice-select")||s(t)}),e(document).off(".nice_select"),e(document).on("click.nice_select",".nice-select",function(t){var s=e(this);e(".nice-select").not(s).removeClass("open"),s.toggleClass("open"),s.hasClass("open")?(s.find(".option"),s.find(".focus").removeClass("focus"),s.find(".selected").addClass("focus")):s.focus()}),e(document).on("click.nice_select",function(t){0===e(t.target).closest(".nice-select").length&&e(".nice-select").removeClass("open").find(".option")}),e(document).on("click.nice_select",".nice-select .option:not(.disabled)",function(t){var s=e(this),n=s.closest(".nice-select");n.find(".selected").removeClass("selected"),s.addClass("selected");var i=s.data("display")||s.text();n.find(".current").text(i),n.prev("select").val(s.data("value")).trigger("change")}),e(document).on("keydown.nice_select",".nice-select",function(t){var s=e(this),n=e(s.find(".focus")||s.find(".list .option.selected"));if(32==t.keyCode||13==t.keyCode)return s.hasClass("open")?n.trigger("click"):s.trigger("click"),!1;if(40==t.keyCode){if(s.hasClass("open")){var i=n.nextAll(".option:not(.disabled)").first();i.length>0&&(s.find(".focus").removeClass("focus"),i.addClass("focus"))}else s.trigger("click");return!1}if(38==t.keyCode){if(s.hasClass("open")){var l=n.prevAll(".option:not(.disabled)").first();l.length>0&&(s.find(".focus").removeClass("focus"),l.addClass("focus"))}else s.trigger("click");return!1}if(27==t.keyCode)s.hasClass("open")&&s.trigger("click");else if(9==t.keyCode&&s.hasClass("open"))return!1});var n=document.createElement("a").style;return n.cssText="pointer-events:auto","auto"!==n.pointerEvents&&e("html").addClass("no-csspointerevents"),this}}(jQuery);
--------------------------------------------------------------------------------
/inc/demo/demo-import.php:
--------------------------------------------------------------------------------
1 | ';
18 |
19 | return array(
20 | array(
21 | 'import_file_name' => 'Buri Demo',
22 | 'local_import_file' => BURI_DIR_PATH_INC .'demo/buri-demo.xml',
23 | 'local_import_widget_file' => BURI_DIR_PATH_INC .'demo/buri-widgets.wie',
24 | 'import_customizer_file_url' => BURI_DIR_INC . 'demo/buri-customizer.dat',
25 | 'import_notice' => $demoImg,
26 | ),
27 | );
28 | }
29 | add_filter( 'pt-ocdi/import_files', 'buri_import_files' );
30 |
31 | // demo import setup
32 | function buri_after_import_setup() {
33 | // Assign menus to their locations.
34 | $main_menu = get_term_by( 'name', 'Main Menu', 'nav_menu' );
35 | $best_services = get_term_by( 'name', 'Best Services', 'nav_menu' );
36 |
37 | set_theme_mod( 'nav_menu_locations', array(
38 | 'primary-menu' => $main_menu->term_id,
39 | 'best-services' => $best_services->term_id,
40 | )
41 | );
42 |
43 | // Assign front page and posts page (blog page).
44 | $front_page_id = get_page_by_title( 'Homepage' );
45 | $blog_page_id = get_page_by_title( 'Blog' );
46 |
47 | update_option( 'show_on_front', 'page' );
48 | update_option( 'page_on_front', $front_page_id->ID );
49 | update_option( 'page_for_posts', $blog_page_id->ID );
50 | update_option( 'buri_demodata_import', 'yes' );
51 |
52 | }
53 | add_action( 'pt-ocdi/after_import', 'buri_after_import_setup' );
54 |
55 | //disable the branding notice after successful demo import
56 | add_filter( 'pt-ocdi/disable_pt_branding', '__return_true' );
57 |
58 | //change the location, title and other parameters of the plugin page
59 | function buri_import_plugin_page_setup( $default_settings ) {
60 | $default_settings['parent_slug'] = 'themes.php';
61 | $default_settings['page_title'] = esc_html__( 'One Click Demo Import' , 'buri' );
62 | $default_settings['menu_title'] = esc_html__( 'Import Demo Data' , 'buri' );
63 | $default_settings['capability'] = 'import';
64 | $default_settings['menu_slug'] = 'buri-demo-import';
65 |
66 | return $default_settings;
67 | }
68 | add_filter( 'pt-ocdi/plugin_page_setup', 'buri_import_plugin_page_setup' );
69 |
70 | // Enqueue scripts
71 | function buri_demo_import_custom_scripts(){
72 |
73 |
74 | if( isset( $_GET['page'] ) && $_GET['page'] == 'buri-demo-import' ){
75 | // style
76 | wp_enqueue_style( 'buri-demo-import', BURI_DIR_INC . 'demo/css/demo-import.css', array(), '1.0', false );
77 | }
78 |
79 |
80 | }
81 | add_action( 'admin_enqueue_scripts', 'buri_demo_import_custom_scripts' );
82 |
83 |
84 |
85 | ?>
--------------------------------------------------------------------------------
/footer.php:
--------------------------------------------------------------------------------
1 | ', '', date( 'Y' ) );
14 | $copyRight = !empty( buri_opt( 'buri_footer_copyright_text' ) ) ? buri_opt( 'buri_footer_copyright_text' ) : $copyText;
15 | $footer_logo = get_theme_mod( 'footer_logo' );
16 | $footer_logo_src = wp_get_attachment_image_src( $footer_logo, 'buri_logo_77x20' );
17 | $footer_class = buri_opt( 'buri_footer_widget_toggle' ) == 1 ? 'footer-area' : 'footer-area no-widget';
18 | ?>
19 |
20 |
21 |
22 |
23 |
70 |
71 |
72 |