18
Views
9
Comments
Solved
[Tubular] Tubular use
Question
tubular
Web icon
Forge asset by Carlos Henriques

How the tubular works? I need put my login form in front the video, please can help?

2022-03-01 15-42-44
Thiago Mari
Champion
Solution

I have one Web Block with contains the js and the tubular code, and the video stay in front of the login form.


2016-08-14 15-21-18
Jogait

All you need to do is place an empty container with a name and the tubular widget in the page, then define the tubular widget properties for example:

container name = youtube

Tubular propertie elementid = youtube.id

Tubular propertie videoid = videourl

2022-03-01 15-42-44
Thiago Mari
Champion
Solution

I have one Web Block with contains the js and the tubular code, and the video stay in front of the login form.


2016-08-14 15-21-18
Jogait

try to add this style: 

SyntaxEditor Code Snippet

.Login_Box {
    z-index: 2;
}


Also could you check if, without the style, you have the same problem in diferent browsers, like ie, chrome, firefox?


Thanks.

2022-03-01 15-42-44
Thiago Mari
Champion

Jogait wrote:

try to add this style: 

SyntaxEditor Code Snippet

.Login_Box {
    z-index: 2;
}


Also could you check if, without the style, you have the same problem in diferent browsers, like ie, chrome, firefox?


Thanks.


I add where? In the style of login or add one new than change? 


And no, the error is the same in all browser

2016-08-14 15-21-18
Jogait

Add in the style of login...

2022-03-01 15-42-44
Thiago Mari
Champion

Jogait wrote:

Add in the style of login...


Send to me private message please, i need help


2022-03-01 15-42-44
Thiago Mari
Champion

do not work this soluction


2016-08-14 15-21-18
Jogait

It seams that you have something in your CSS that is changing the tubular functionality.

2022-03-01 15-42-44
Thiago Mari
Champion

i already can put this working

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.