Description

To make the gallery work tms-0.4.x.js and uCarausel.js files are used

  一次性交易的商业模式  :  电子商务/移动电子商务:0.5-1倍的交易额  交易平台:1-2倍的交易额  服务 :0.5-1倍的收入  授权许可 :1-2倍的成交量  硬件 :1-3倍的收入  广告科技/媒体/工作招募平台(反正就是跟推广有关的商业模式):1-2倍的交易额  其他的变量:增长率、利润率 、CM、产品技术壁垒、国际上的知名度 、行业内的垄断/领导地位  经常性收入的商业模式  SaaS :5-7倍的收入  变量 :增长率、用户获取成本、流失率 、平均每单交易额大小、国际知名度 、现金消耗率 、行业内垄断/领导地位  当然 ,这些系数还跟具体的行业有关系,就比如说给数字安全技术提供解决方案的公司 ,往往退出系数就比营销解决方案提供商低一些  。

<div id="pro_simple_gallery">			  	
	<div class="pro_gallery_bg">
		<div class="pro_simple_gallery">
			<ul class="pro_items">
				<li>
					<img src="YourImage.jpg" alt="" />
					<div class="pro_banner">pro_banner content</div>
				</li>
				...
			</ul>
		</div>
	</div>
	<div class="pro_pag">
		<div class="pro_img-pags">
			<ul>
				<li><a href="#"><span><img src="YourThumbs.jpg" alt="" /></span></a></li>
				...
			</ul>
		</div>
		<a href="#" class="pro_btn pro_prev pro_button3" data-type="prevPage"><span></span></a>
		<a href="#" class="pro_btn pro_next pro_button4" data-type="nextPage"><span></span></a>
	</div>
</div>

To add new images to the gallery you should have 2 images: 1 for the slider and 1 thumbnail. You need to add these images to different places. The images and thumbnails are connected by the order number. So the first thumbnail in the block <div class="pro_img-pags"> will display on click the first image in the list <ul class="pro_items">.

Slider image should be added to the list <ul class="pro_items"> using the code:

<li>
	<img src="YourImage.jpg" alt="" />
	<div class="pro_banner"> banner content</div>
</li>

Thumbnail image should be added to the block <div class="pro_img-pags"> using the code:

<li><a href="#"><span><img src="YourThumbs.jpg" alt="" /></span></a></li>

You'll get more info on working with Gallery in the template manual after purchase. Manual is located in the "documentation" folder of the template package.