
Thank you very much for purchasing my template. We've put a lot of hard work into it, and we hope you love it as much as we do. As far as the documentation is concerned, we have tried to cover as much as possible to help you get your new template up and running and to help you customise it.
Editing files
Getrider is Design suitable for Ride Sharing Services . A single-page search will help you create a convenient navigation for finding the car or taxi . You can also use it as a website for a taxi service .
As for tutorials I recommend w3schools.com
Editing php and JavaScript files is really advanced stuff, only experienced person should edit them. If you're not sure, do not change anything, it might cause serious damage to the scripts. Hiring somebody, who knows what to do, is better solution.
If you are not familiar with these technologies, do not play around with these files.
If you like this template, please remember to rate it on Themeforest - it really helps us to know what people think of our templates. To rate this item, go to your Downloads page on Themeforest, then next to this template click on a star rating you'd like to give us.
Thank you so much.Show content
Inspect element - when editing html and css files utilities like firebug (free firefox plugin) are great helpers. With them you can easily find element style, even the stylesheet name and line number where the inspected style rule is.
Edit html/css/js/php files - use your favorite text editor. Editor, that highlights syntax is good choice, Pspad(free) or Notepad++(free) might be enough.
View pages - any common browser like Mozilla Firefox(free)...
Upload on server - look for some FTP program - filezilla(free)...
License
All items in this template package are mine or properly licensed as themeforest requires. For items that, are not mine, I try to keep license information close to them. So if you want to see the license, look into the items folder or perhaps it can be found on first lines of these files. Sometimes author release item under some license, but the license file is not available, then you could try to find the license on web site (if this item has url specified) or contact the author.
File structure
The detailed structure of html files and folders
- 01_landing page.html
- 02-search-1.html
- 02-search-2.html
- 03-search-3.html
- 03_blog-1.html
- 03_blog-2.html
- 05_blog-post.html
- 06_contact.html
-
assets
-
js
- main.js custom js here
- uikit.min.jsUikit lib
- libs.jsJavascript libs
- jquery.min.jsjquery lib
-
css
- main.cssmain theme styles
- uikit.min.cssuikit styles
-
mail
- mail.phpmail form settings
- fontstheme fonts and web icons
- imgall theme images
- previewpreview images
- css
-
js
Uikit Frameworks
This html built with Uikit Frameworks.
UIkit gives you a comprehensive collection of HTML, CSS, and JS components which is simple to use, easy to customize and extendable.
UIkIt is a tool in the Front-End Frameworks category of a tech stack.
Contact form
In this lesson we will tell you about how you can setup the contact form.
Please open contact.html and find this code. Each form has 3 hidden fields for customizing it:
In the value field, you must enter the name of the project, your email address and the name of the form to understand which form the data came from.
Also, the form fields must have the attributes name= "NAME FIELD", if this attribute is not present, this field will not be included in the message
Images
All images are just used for Preview Purpose Only. They are not part of the item and NOT included in the final purchase files. This is the rule for all authors Envato . But if you need more information please contact us by e-mail
Google fonts
Google fonts - it is high-quality fonts to use on your web site. You can connect any available font family. All fonts are released under open source licenses. You can use them in any non-commercial or commercial project.
With so many unique fonts to use, you're bound to find something you like!
In our template we used fonts below .
- Work Sans
Web Icons
We use the web icons. This speeds up the loading of your site to avoid unnecessary queries. Also web icons easy to change color and retina ready
Html live Editor
The system for servicing and maintaining websites based on static HTML files. It’s focused on smaller sized sites that require periodic updates. All the changes on the site get saved directly on the HTML files, this allows to eliminate the need of having a database server. Does not require any integration with the site, its enough to just fit the catalogue with the system in the root directory of the site. The system automatically scans the structure of the site and provides a convenient access to all the files through the web interface.
The main feature of Textolite is the visual editor with the ability to edit content without any forms of input, only requires a click on the element that is on the site. For more technical and serious changes provided a source code editor with a highlighted syntax and line numbering. Files with the following extensions are also supported html, htm, shtml, shtm, stm, xml, php, js, css. For downloading or deletion of files exists a convenient file manager with the ability to upload multiple files in batches to the server.
Installation
For a normal operation of the system users will need a web server Apache and PHP version 5.2 and above with a current mod_rewrite module. Users must unzip the downloaded archive to the root directory of the site. Must move on to the directory of the system through the address bar of the browser http://{mysite}/textolite/. The directory of the system can be renamed later on. If everything is done properly, the system will display an authorization form. The password is set by default as "admin". After the first login, users must change the password in the settings of the system.
The system needs a permission to record for its own catalogue and for all the files of the site. To prevent problems with displaying symbols that are not Latin, all the editable files should be in utf-8 encoding.
To launch the system under Nginx without Apache, users must configure the server using parameters from the file .htaccess. In this case the .htaccess can be deleted. For a standard installation the following code can be used:index textolite.php
if (!-e $request_filename) {rewrite ^/textolite/(.*)$ /textolite/textolite.php?query=$1}
location ~ \.(ini|log)$ {deny all;}