央视重要提示:5月新规来了 第一条就超重磅

Description

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

  然而《王者荣耀》却不同,它起源于中国,它定位于社交化和休闲化,所以它可以弱化故事背景,并且它所瞄准的目标人群是青年人甚至是十几岁的少年人,而且男女都有,那么它只需要思考着什么样的英雄和背景故事适合这些互联网时代的原住民:  首先,要是全中国人,起码是年轻的中国人耳熟能详的;  其次,考虑到可扩展性,人物角色要非常多,这些人物还不能够有不同的版权;  第三,要兼顾女性用户的心理与审美;  第四,人物角色不能够是有争议的或者是负面的;  根据上面的这样一些原则,我们就能够很快排除一些不适合的设计思路,比如不能够采用单一的热门IP,像三国、火影忍者和西游记等,这些IP很热门,但并不是所有年轻人都喜欢的,格局还不够大;再比如说像文明6那样采用古今中外全世界的一些著名人物,例如凯撒大帝、柏拉图等,中国的年轻人对于世界范围内的名人的认同感并不高。

<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.