Pizza Restaurant

Documentation


In order to edit the template, please read the documentation file (user guide) provided within the download package.

It's a simple task, no coding knowledge is required.

Further customization of the main template files [HTML, CSS, JS, PHP] can be done by using Dreamweaver (for example). You can simply open the files in Dreamweaver, make your edits, and then upload them to the server.

Please note, this is not a WordPress theme, it’s an HTML5 template.

In order to upload files to your server, please follow these relatively easy steps:

1. unzip the purchased ZIP file
2. open the template folder
3. connect to your server via your preferred FTP client
4. open the server folder named ‘public_html’
(if you don't have a ‘public_html’  folder, please contact your hosting provider for further instructions)
5. upload all files from the template folder

public_html folder
The public_html folder is the web root for your primary domain name.

This means that public_html is the folder where you put all website files which you want to appear when someone types your main domain (the one you provided when you signed up for hosting).

Or put another way, when someone types your domain name into their browser, whatever is in the public_html folder is what will be shown to them.

Examples
For example, if you have a file called index.html (or any of the other default filenames) in the public_html folder, it will display that page.

If you do not have a default file in the public_html folder (such as index.html, default.html, etc.), then a list of files in the public_html folder will be shown.

To edit the 'Home' section, simply find the appropriate label <!-- home start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- home start -->
        [...]
                    <!-- section title start -->
                    <h1 class="hero-heading">
                        Pizza <span>Restaurant</span>
                    </h1>
                    <!-- section title end -->
                    [...]
                    <!-- quotes start -->
                    [...]
                                <li class="hero-subheading">
                                    Pizza place
                                </li>
                                <li class="hero-subheading">
                                    Free delivery
                                </li>
                                <li class="hero-subheading">
                                    Catering service
                                </li>
                            [...]
                    <!-- quotes end -->
                [...]
        <!-- home end -->
        [...]

You can edit the 'Home' section images according to the documentation bellow (please read Background Images section).

You can also edit the 'Home' section images by following its URL path: 'img/background/', and replace existing image files with your own images.

To edit the 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- about start -->
        [...]
                        <!-- section title start -->
                        <h2 class="section-heading">
                            About                        
                        </h2>
                        <!-- section title end -->
                    [...]
                        <!-- intro start -->
                        [...]
                            <h2>
                                Being around for
                            </h2>
                            [...]
                            <h3 class="facts-counter-number">
                                76
                            </h3>
                            <h4>
                                Years
                            </h4>
                        [...]
                        <!-- intro end -->
                        [...]
                        <!-- quote start -->
                        [...]
                                    <blockquote class="quote-inner">
                                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
                                        standard dummy text ever since the 1500s.
                                    </blockquote>
                                [...]
                        <!-- quote end -->
                        <p>
                            Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a href="#" class="link-effect">ever since the 1500s</a>.
                        </p>
                    [...]
        <!-- about end -->
        <!-- know-how start -->
        [...]
                        <!-- slick left start -->
                        [...]
                                            <!-- skill 1 start -->
                                            <div class="skillbar" data-percent="100">
                                                <span class="skillbar-title">Fast service</span>
                                                [...]
                                            </div>
                                            <!-- skill 1 end -->
                                            <!-- skill 2 start -->
                                            <div class="skillbar" data-percent="100">
                                                <span class="skillbar-title">Free reservation</span>
                                                [...]
                                            </div>
                                            <!-- skill 2 end -->
                                            <!-- skill 3 start -->
                                            <div class="skillbar" data-percent="100">
                                                <span class="skillbar-title">Free delivery</span>
                                                [...]
                                            </div>
                                            <!-- skill 3 end -->
                                            <!-- skill 4 start -->
                                            <div class="skillbar" data-percent="100">
                                                <span class="skillbar-title">Free parking</span>
                                                [...]
                                            </div>
                                            <!-- skill 4 end -->
                                        [...]
                        <!-- slick left end -->
                    [...]
        <!-- know-how end -->
        [...]

You can edit the 'About' section images according to the documentation bellow (please read Background Images section).

You can also edit the 'About' section images by following its URL path: 'img/background/', and replace existing image files with your own images.

To edit the 'Services' section, simply find the appropriate label <!-- services start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- services start -->
        [...]
                        <h2 class="section-heading">
                            Services                        
                        </h2>
                    [...]
                            <h4 class="service-heading">
                                Great menu
                            </h4>
                            <div class="service-number">
                                1
                            </div>
                            <p>
                                Lorem Ipsum is simply dummy text of the printing and typesetting industry.
                            </p>
                        [...]
                            <h4 class="service-heading">
                                Free delivery
                            </h4>
                            <div class="service-number">
                                2
                            </div>
                            <p>
                                Lorem Ipsum is simply dummy text of the printing and typesetting industry.
                            </p>
                        [...]
                            <h4 class="service-heading">
                                Pro Catering
                            </h4>
                            <div class="service-number">
                                3
                            </div>
                            <p>
                                Lorem Ipsum is simply dummy text of the printing and typesetting industry.
                            </p>
                        [...]
        <!-- services end -->
        <!-- services 2 start -->
        [...]
                        <!-- slick left start -->
                        [...]
                                                [...]
                                                    <li>
                                                        <span>Great menu</span>
                                                        <ul>
                                                            <li>
                                                                <a href="#">Lorem Ipsum</a>
                                                            </li>
                                                            <li>
                                                                <a href="#">Lorem Ipsum</a>
                                                            </li>
                                                            <li>
                                                                <a href="#">Lorem Ipsum</a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                    <li>
                                                        <span>Free delivery</span>
                                                        <ul>
                                                            <li>
                                                                <a href="#">Lorem Ipsum</a>
                                                            </li>
                                                            <li>
                                                                <a href="#">Lorem Ipsum</a>
                                                            </li>
                                                            <li>
                                                                <a href="#">Lorem Ipsum</a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                    <li>
                                                        <span>Pro Catering</span>
                                                        <ul>
                                                            <li>
                                                                <a href="#">Lorem Ipsum</a>
                                                            </li>
                                                            <li>
                                                                <a href="#">Lorem Ipsum</a>
                                                            </li>
                                                            <li>
                                                                <a href="#">Lorem Ipsum</a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                [...]
                                            [...]
                        <!-- slick left end -->
                    [...]
        <!-- services 2 end -->
        [...]

You can edit the 'Services' section images according to the documentation bellow (please read Background Images section).

You can also edit the 'Services' section images by following its URL path: 'img/background/', and replace existing image files with your own images.

To edit the 'Restaurant Menu' section, simply find the appropriate label <!-- works start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- works start -->
        [...]
                        <h2 class="section-heading">
                            Menu                        
                        </h2>
                    [...]
                    <!-- photoSwipe start -->
                    [...]
                        <!-- gallery item 1 start -->
                        [...]
                            <a data-size="880x1791" href="photoswipe/photos/large/1.jpg"><img alt="Image description" class="img-responsive" src="photoswipe/photos/small/1.jpg"></a>
                            [...]
                                <span class="img-caption">Item description 1</span>
                                [...]
                                    <a class="iw-slide-right ion-ios-plus-empty" href="#"></a> <a class="iw-slide-left ion-share" href="#"></a>
                                [...]
                        <!-- gallery item 1 end -->
                        <!-- gallery item 2 start -->
                        [...]
                            <a data-size="880x1791" href="photoswipe/photos/large/2.jpg"><img alt="Image description" class="img-responsive" src="photoswipe/photos/small/2.jpg"></a>
                            [...]
                                <span class="img-caption">Item description 2</span>
                                [...]
                                    <a class="iw-slide-right ion-ios-plus-empty" href="#"></a> <a class="iw-slide-left ion-share" href="#"></a>
                               [...]
                        <!-- gallery item 2 end -->
                        <!-- gallery item 3 start -->
                        [...]
                            <a data-size="880x1791" href="photoswipe/photos/large/3.jpg"><img alt="Image description" class="img-responsive" src="photoswipe/photos/small/3.jpg"></a>
                            [...]
                                <span class="img-caption">Item description 3</span>
                                [...]
                                    <a class="iw-slide-right ion-ios-plus-empty" href="#"></a> <a class="iw-slide-left ion-share" href="#"></a>
                                [...]
                        <!-- gallery item 3 end -->
                        <!-- gallery item 4 start -->
                        [...]
                            <a data-size="880x1791" href="photoswipe/photos/large/4.jpg"><img alt="Image description" class="img-responsive" src="photoswipe/photos/small/4.jpg"></a>
                            [...]
                                <span class="img-caption">Item description 4</span>
                                [...]
                                    <a class="iw-slide-right ion-ios-plus-empty" href="#"></a> <a class="iw-slide-left ion-share" href="#"></a>
                                [...]
                        <!-- gallery item 4 end -->
                        <!-- gallery item 5 start -->
                        [...]
                        [...]
                        <!-- gallery item 5 end -->
                        <!-- gallery item 6 start -->
                        [...]
                        [...]
                        <!-- gallery item 6 end -->
                        <!-- gallery item 7 start -->
                        [...]
                        [...]
                        <!-- gallery item 7 end -->
                        <!-- gallery item 8 start -->
                        [...]
                        [...]
                        <!-- gallery item 8 end -->
                    [...]
                    <!-- photoSwipe end -->
                [...]
        <!-- works end -->
        [...]

You can also edit the 'Restaurant Menu' section images by following its URL path: 'photoswipe/photos/', and replace existing image files with your own images.

To edit the 'Contact' section, simply find the appropriate label <!-- contact start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- contact start -->
        [...]
                            <h2 class="section-heading section-heading-light">
                                Contact                            
                            </h2>
                            [...]
                                        <i class="ion-ios-location-outline contact-info-description-img"></i> <span class="contact-info-text">ex Inc. Touchdown Dr 1176</span>
                                    [...]
                                        <i class="ion-ios-telephone-outline contact-info-description-img large"></i> <span class="contact-info-text large">+123 456 7890</span>
                                    [...]
                                        <i class="ion-ios-email-outline contact-info-description-img"></i> <span class="contact-info-text"><a class="link-effect link-effect-light" href="mailto:contact@domainname.com">contact@domainname.com</a></span>
                                    [...]
        <!-- contact end -->
        [...]

You can edit the 'Contact' section images according to the documentation bellow (please read Background Images section).

You can also edit the 'Contact' section images by following its URL path: 'img/background/', and replace existing image files with your own images.

To edit the 'Google Maps Location', simply find the appropriate label <!-- google maps start --> in the body of the HTML file named 'index.html'.

Part to edit:


        [...]
        <!-- google maps start -->
                        <div class="google-maps">
                            <iframe src=
                                "https://maps.google.com/maps/ms?msa=0&amp;msid=211966962386664154949.0004e6fcf6a48ede4754f&amp;hl=en&amp;ie=UTF8&amp;t=m&amp;iwloc=0004e6fcfe81051738dcb&amp;ll=48.857981,2.293514&amp;spn=0,0&amp;z=10&amp;output=embed">
                            </iframe>
                        </div>
                        <!-- google maps end -->
        [...]

More on Google Maps at: https://developers.google.com/maps/documentation/javascript/

To add images in the background of the template, simply find the appropriate CSS file placed in the folder named 'css' (e.g. style.css).

Open the file and find the appropriate label '/* TEMPLATE BACKGROUNDS */'.

Part to edit:


[...]
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
/* 1.2. know-how IMG BACKGROUND */
.img-fullwidth-know-how-carousel-1 {
background-image: url(../img/background/know-how-carousel-1.jpg);
}
.img-fullwidth-know-how-carousel-2 {
background-image: url(../img/background/know-how-carousel-2.jpg);
}
/* 1.3. services IMG BACKGROUND */
.img-fullwidth-services-carousel-1 {
background-image: url(../img/background/services-carousel-1.jpg);
}
.img-fullwidth-services-carousel-2 {
background-image: url(../img/background/services-carousel-2.jpg);
}
/* 1.4. parallax IMG BACKGROUND */
.parallax-contact {
background-image: url(../img/background/parallax-contact.jpg);
}
[...]

You can also edit the images by following its URL path: '/img/background/', and replace existing image files with your own images.

Contact the author

    Ex Nihilo provides support through email contact form [http://themeforest.net/user/ex-nihilo#contact].
    Typical response time is less than 1 business day.

Item support includes:
    
    Availability of the author to answer questions
    Get assistance with reported bugs and issues
    Help with included 3rd party assets

Item support does not include:

    Customizations and installations

Working time:

    Monday thru Friday 9am to 5pm,
    Central European Time (UTC+01:00)