Gowell - Travel HTML Listing Template

File Upload

General File Upload HTML structure in gowell template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- file uploads js -->
<script src="../assets/plugins/dropify/js/dropify.js"></script>
		
	
Custom Js
    
 $('.dropify').dropify({
	messages: {
		'default': 'Drag and drop a file here or click',
		'replace': 'Drag and drop or click to replace',
		'remove': 'Remove',
		'error': 'Ooops, something wrong appended.'
	},
	error: {
		'fileSize': 'The file size is too big (2M max).'
	}
});
		
	
Type URL
Plugin Link http://jeremyfagis.github.io/dropify/
Select2

Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.General Select2 HTML structure in gowell template. Here is the Folder structure.

1. You need to add these files to make it work.
	
		
	
	
    
	<!--Select2 js -->
	<script src="../assets/plugins/select2/select2.full.min.js"></script>
	<script src="../assets/js/select2.js"></script>

	
	
Type URL
Plugin Link https://select2.org//