Jump to content

Cài module phóng to ảnh (imagesenlarge) nhưng ko hoạt động


Trungvision

Recommended Posts

  • 2 weeks later...
  • 1 year later...
  • 1 month later...

Mình tìm ra nguyên nhân là do phần đường dẫn thân thiện. Khi tắt đường dẫn thân thiện đi là được. Nhưng bật lên lại lỗi như vậy. Và không biết chỉnh cái đó làm sao cả

Link to comment
Share on other sites

  • 4 months later...
  • 4 weeks later...

Các bạn có thể edit file tpl của module homefeatured 1 chút

 

Dùng jquery.tooltip

 

Mã html mẫu

<script src="/shop/js/jquery.tooltip.js"></script>
<a href="[u]/[/u]"  title="H499" class="product_image"
rel="/shop/253-2[spam-filter]thickbox/h499.jpg">
  <img src="[u]/[/u]shop/253-2[spam-filter]large/h499.jpg" width="215" />
</a>
<script>
$(".product_image").tooltip({
		bodyHandler: function () {
		return $("<img/>").attr({"src": this.rel, width:400, height: 299
		})
		},
		 track: true, 
		delay: 0, 
		showURL: false, 
		showBody: " - ", 
		extraClass: "pretty", 
		fixPNG: true, 
		opacity: 0.95, 
		left: -120 

	}); 
</script>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...