Get started here.', 'heaven' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>
21 | 22 | 23 | 24 | 25 | 26 |├── assets ├── css │ ├── dynamic.css │ ├── heaven_admin.css │ ├── flaticon.css │ ├── slick.css │ ├── owl.carousel.min.css │ └── nice-select.css ├── img │ ├── banner.jpg │ └── favicon.png ├── fonts │ ├── themify.eot │ ├── themify.ttf │ ├── Flaticon.eot │ ├── Flaticon.ttf │ ├── Flaticon.woff │ ├── themify.woff │ ├── Flaticon.woff2 │ ├── FontAwesome.otf │ ├── gijgo-material.ttf │ ├── gijgo-material.woff │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 └── js │ ├── heaven_admin.js │ ├── post-likes.js │ ├── jquery.instagramFeed.min.js │ ├── jquery.nice-select.min.js │ ├── jquery.ajaxchimp.min.js │ └── custom.js ├── screenshot.png ├── inc ├── demo │ ├── screen-image.png │ ├── css │ │ └── demo-import.css │ ├── heaven-customizer.dat │ ├── heaven-widgets.wie │ └── demo-import.php ├── elementor-widgets │ ├── assets │ │ ├── css │ │ │ ├── elementor-edit.css │ │ │ └── owl.carousel.css │ │ └── js │ │ │ ├── heaven-companion-main.js │ │ │ ├── jquery.counterup.min.js │ │ │ ├── map-custom.js │ │ │ └── jquery.ajaxchimp.min.js │ └── widgets │ │ ├── featured-overlay.php │ │ ├── contact-popup.php │ │ ├── service-about-content.php │ │ └── contact.php ├── class-epsilon-dashboard-autoloader.php ├── widgets │ ├── heaven-widgets-reg.php │ ├── heaven-instagram.php │ ├── heaven-recent-post-thumb.php │ ├── heaven-newsletter-widget.php │ ├── instagram-api.php │ └── heaven-social-links.php ├── libraries │ └── class-epsilon-init-notify-system.php ├── heaven-metabox.php ├── wp_bootstrap_pagination.php ├── customizer │ ├── fields │ │ └── sections.php │ ├── customizer.php │ └── js │ │ └── customizer.js ├── classes │ └── Class-Enqueue.php ├── support-functions.php ├── class-epsilon-init-dashboard.php └── heaven-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 ├── header.php ├── comments.php ├── readme.txt ├── single.php ├── functions.php └── single-portfolio.php /assets/css/dynamic.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/screenshot.png -------------------------------------------------------------------------------- /assets/img/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/img/banner.jpg -------------------------------------------------------------------------------- /assets/fonts/themify.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/themify.eot -------------------------------------------------------------------------------- /assets/fonts/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/themify.ttf -------------------------------------------------------------------------------- /assets/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/img/favicon.png -------------------------------------------------------------------------------- /assets/fonts/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/Flaticon.eot -------------------------------------------------------------------------------- /assets/fonts/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/Flaticon.ttf -------------------------------------------------------------------------------- /assets/fonts/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/Flaticon.woff -------------------------------------------------------------------------------- /assets/fonts/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/themify.woff -------------------------------------------------------------------------------- /inc/demo/screen-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/inc/demo/screen-image.png -------------------------------------------------------------------------------- /assets/fonts/Flaticon.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/Flaticon.woff2 -------------------------------------------------------------------------------- /assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /assets/fonts/gijgo-material.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/gijgo-material.ttf -------------------------------------------------------------------------------- /assets/fonts/gijgo-material.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/gijgo-material.woff -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/master/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColorlibHQ/heaven/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/heaven_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/heaven-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-theme-dashboard"] 2 | path = inc/libraries/epsilon-theme-dashboard 3 | url = https://github.com/MachoThemes/epsilon-theme-dashboard 4 | [submodule "inc/libraries/epsilon-framework"] 5 | path = inc/libraries/epsilon-framework 6 | url = https://github.com/MachoThemes/epsilon-framework 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 |Get started here.', 'heaven' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>
21 | 22 | 23 | 24 | 25 | 26 |Address :<\/span> Hath of it fly signs\r\n bear be one blessed after <\/p>\r\n Phone :<\/span> +2 36 265 (8060) <\/p>\r\n Email :<\/span> info@colorlib.com <\/p>\r\n <\/div>","filter":true,"visual":true}},"footer-4":{"heaven_newsletter-2":{"title":"Newsletter","actionurl":"https:\/\/spondonit.us12.list-manage.com\/subscribe\/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01","desc":"Heaven fruitful doesn't over lesser in days. Appear creeping seas"}}}
--------------------------------------------------------------------------------
/404.php:
--------------------------------------------------------------------------------
1 |
17 |
18 | '. get_the_time('M') .' @"+a.full_name+" (@"+b.username+") "+a.biography+" This profile is private'. get_the_time( 'd' ) .'
41 |
44 |
46 | "),c+="\t
",c+="";c+="
',
26 | 'after_title' => '
'
27 | ));
28 |
29 | // footer widgets register
30 | register_sidebar(
31 | array(
32 | 'name' => esc_html__( 'Footer One', 'heaven' ),
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', 'heaven' ),
43 | 'id' => 'footer-2',
44 | 'before_widget' => '',
47 | 'after_title' => '
',
48 | )
49 | );
50 | register_sidebar(
51 | array(
52 | 'name' => esc_html__( 'Footer Three', 'heaven' ),
53 | 'id' => 'footer-3',
54 | 'before_widget' => '',
57 | 'after_title' => '
',
58 | )
59 | );
60 | register_sidebar(
61 | array(
62 | 'name' => esc_html__( 'Footer Four', 'heaven' ),
63 | 'id' => 'footer-4',
64 | 'before_widget' => '',
67 | 'after_title' => '
',
68 | )
69 | );
70 |
71 |
72 | }
73 | add_action( 'widgets_init', 'heaven_widgets_init' );
74 |
--------------------------------------------------------------------------------
/footer.php:
--------------------------------------------------------------------------------
1 | ', '', date( 'Y' ) );
14 | $copyRight = !empty( heaven_opt( 'heaven_footer_copyright_text' ) ) ? heaven_opt( 'heaven_footer_copyright_text' ) : $copyText;
15 | $footer_class = heaven_opt( 'heaven_footer_widget_toggle' ) == 1 ? 'footer-area' : 'no_widget';
16 | ?>
17 |
18 |
19 |
20 |