Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Image as link to vimeo video
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Image as link to vimeo video
#30745
Image as link to vimeo video 11 Years, 8 Months ago Karma: 0
ON this page:
logochairs.com/j25cms/index.php/component/content/article/45-static-utility-pages/218-videos#

I would like to use the image as the link to the vimeo video that should play in the lightbox.

Can you see what I am doing wrong? For some reason it wants to show the picture in the lightbox instead of the video in the lightbox.
The administrator has disabled public write access.
 
#30746
Re:Image as link to vimeo video 11 Years, 8 Months ago Karma: 748
Hello,

What code do you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30747
Re:Image as link to vimeo video 11 Years, 8 Months ago Karma: 0
Here is the snip of code:
Code:

<div class="eachVideo">
      <a href="http://vimeo.com/35208338?width=500&height=350" rel="sexylightbox" title="Video" title="Sweathshirt Blanket">
        Sweatshirt Blanket - Item #74<br />
        
        <img width="640" src="http://b.vimeocdn.com/ts/240/416/240416507_640.jpg" alt="" />
        
      </a><div>

The administrator has disabled public write access.
 
#30748
Re:Image as link to vimeo video 11 Years, 8 Months ago Karma: 748
If you don't use "System - ARI Thumbnails" plugin, try to disable it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30749
Re:Image as link to vimeo video 11 Years, 8 Months ago Karma: 0
Thank you. That fixed that problem.

But I am having a problem with the top portion of the lightbox being white, despite having #000000 in the "Background" setting of the plugin.

Same link as above, just click the large image.
The administrator has disabled public write access.
 
#30756
Re:Image as link to vimeo video 11 Years, 8 Months ago Karma: 748
Use the next code:

Code:


<div class="eachVideo">
      <a href="http://vimeo.com/35208338?width=500&height=350&background=#000" rel="sexylightbox" title="Video" title="Sweathshirt Blanket">
        Sweatshirt Blanket - Item #74<br />
        
        <img width="640" src="http://b.vimeocdn.com/ts/240/416/240416507_640.jpg" alt="" />
        
      </a>
</div>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1