Introduction

Zust - Social Community & Marketplace HTML Template

Template Features:
  • Multipage Demos
  • Easy to Customize
  • HTML5 & CSS3
  • Clean & Simple Design
  • Fully Responsive Layout
  • Crossbrowser Compatible with Edge, IE10+, Firefox, Opera, Chrome
  • W3 Valid
  • Retina Ready
  • Remixicon
  • Flaticon
  • Powered with Bootstrap (5.x)
  • Powered with jQuery (3.6.0)
  • Build with Sass
  • Smooth Animation
  • Well Documented

The template folder zust is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.

The files and folders structure is similar to the following:

  1. assets/css — folder with CSS files.
  2. assets/fonts — folder with fonts files.
  3. assets/images — folder with image files.
  4. assets/js — folder with Javascript files.

Upload the template files to the server with the help of one of the FTP-clients like FileZilla.

HTML Files:
Default Demo:
  1. News Feed (index.html)
  2. My Profile (my-profile.html)
  3. Setting (setting.html)
  4. Privacy (privacy.html)
  5. Help & Support (help-and-support.html)
  6. Notifications (notifications.html)
  7. Messages (messages.html)
  8. Friends (friends.html)
  9. Groups (groups.html)
  10. Favourite (favorite.html)
  11. Events (events.html)
  12. Live Chat (live-chat.html)
  13. Birthday (birthday.html)
  14. Video (video.html)
  15. Weather (weather.html)
  16. Marketplace (marketplace.html)
  17. Login (login.html)
  18. Register (register.html)
  19. Forgot Password (forgot-password.html)
Files Edit & Upload:

Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.

Followings are the css files which loaded inside the Head Section:


<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <!-- Links of CSS files -->
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/animate.min.css">
    <link rel="stylesheet" href="assets/css/remixicon.css">
    <link rel="stylesheet" href="assets/css/flaticon.css">
    <link rel="stylesheet" href="assets/css/jquery-ui.min.css">
    <link rel="stylesheet" href="assets/css/magnific-popup.min.css">
    <link rel="stylesheet" href="assets/css/simplebar.min.css">
    <link rel="stylesheet" href="assets/css/metismenu.min.css">
    <link rel="stylesheet" href="assets/css/owl.carousel.min.css">
    <link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
    <link rel="stylesheet" href="assets/css/style.css">
    <link rel="stylesheet" href="assets/css/responsive.css">
    <title>Zust - Social Community & Marketplace HTML Template</title>
    <link rel="icon" type="image/png" href="assets/images/favicon.png">
</head>

Followings are the JS files which loaded before the end of HEAD or BODY Section:.


<!-- Links of JS files -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/jquery-ui.min.js"></script>
<script src="assets/js/simplebar.min.js"></script>
<script src="assets/js/metismenu.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/main.js"></script>

Due to the Envato policy, we are unable to include demo images inside download bundle so for demo images. Please submit your ticket by visiting the EnvyTheme Support System

The Zust is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.

The general template structure is the same throughout the template and each of the part is under a section with a section id name. Here is the general structure:


<!-- Start Copyright Area -->
<div class="copyrights-area">
    <div class="container">
        <div class="row align-items-center">
            <p><i class="ri-copyright-line"></i> 2021 Zust. All Rights Reserved by <a href="https://envytheme.com/" target="_blank">EnvyTheme</a></p>
        </div>
    </div>
</div>
<!-- End Copyright Area -->

By default, the template loads Montserrat and Open+Sans font from Google Web Font Services. The font can be changed based on the website needs. Google Fonts

Font code can be found in the "style.scss" file path: assets/css/style.scss


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

$font-family: 'Open Sans', sans-serif;
$font-family: 'Montserrat', sans-serif;

Note: After SCSS file run then it will be work

File path: assets/css/style.scss


--main-color: #3644D9; (All Primary Color)
--paragraph-color: #6B7C8F; (All Paragraph Color)

Note: After SCSS file run then it will be work

Please open the file Visual Studio Code Editor.

And following the video tutorial.

Here the Link: https://www.youtube.com/watch?v=0MWmv1Gvv5w

File path: assets/js/main.js


// Watch Video Slides
$('.watch-video-slides').owlCarousel({
    loop: true,
    nav: false,
    dots: false,
    autoplayHoverPause: true,
    autoplay: true,
    margin: 10,
    responsive: {
        0: {
            items: 2
        },
        576: {
            items: 3
        },
        768: {
            items: 5
        },
        1200: {
            items: 3
        }
    }
});

More Info please browser the link: Owl Carousel Docs Options

Please remove or comment the below code file path: assets/js/main.js


// Preloader
$(window).on('load', function() {
    $('.preloader-area').fadeOut();
});

Also, please remove or comment the below code all HTML files


<!-- Start Preloader Area -->
<div class="preloader-area">
    <div class="spinner">
        <div class="inner">
            <div class="disc"></div>
            <div class="disc"></div>
            <div class="disc"></div>
        </div>
    </div>
</div>
<!-- End Preloader Area -->

Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/img/..

- Tinypng

Please minify all CSS file path: assets/css/..

- CSS Minifier

Please minify all JS file path: assets/js/..

- Javascript Minifier

Please go to the image file 'path: assets/images/...' replace the image which one you want following placeholder image size & name

You won't able to add new Remixicon except existing but you can if you want to add from scratch but existing will not work and it's the feature of Remixicon. Remixicon.com

After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.

Note: All images are used for preview purpose only and not included in the final purchase files.

Images from:
https://www.freepik.com/
https://pixabay.com/
https://unsplash.com/

Google Fonts:
Montserrat
Open+Sans

IconFont
Remixicon
Flaticon

Quick, Dedicated & Professional Support!

We only provide support through our ticketing system. Please submit your ticket by visiting the EnvyTheme Support System.

For any pre-purchase query, please use live chat on the item demo site also, email, and the item’s comment section on ThemeForest. Thanks!