I use jux background video module, but the video is "blocked" by white color, and I'm not able to set it to transparent
- how ?
https://visitfarsund.com
Martin
Hi Martin
I suspect this may be due to a conflict with one of your other modules. If you place the module on a page with no other module, is the issue resolved?
Ciaran
I suspect this may be due to a conflict with one of your other modules. If you place the module on a page with no other module, is the issue resolved?
Ciaran
- more than a month ago
- Commercial Templates
- # 2
Hi Ciaran
Tried to turn off "everything" here: https://glavas.no/
- Same problem.
At https://havnagaten.com I have
body, #body_bg {
background-color: transparent;
}
in Custom CSS
Tried to turn off "everything" here: https://glavas.no/
- Same problem.
At https://havnagaten.com I have
body, #body_bg {
background-color: transparent;
}
in Custom CSS
- more than a month ago
- Commercial Templates
- # 3
Morning
I have made a demo installation of Chloe here:
https://jaatog.com/jo2/index.php
Nothing installed, only JUX background video
Played around in the demo/menu - look like it works on some menu's like
https://jaatog.com/jo2/index.php/blog - on part
What need to be done ? It's not possible to set module background to transparent - why ?
I have made a demo installation of Chloe here:
https://jaatog.com/jo2/index.php
Nothing installed, only JUX background video
Played around in the demo/menu - look like it works on some menu's like
https://jaatog.com/jo2/index.php/blog - on part
What need to be done ? It's not possible to set module background to transparent - why ?
- more than a month ago
- Commercial Templates
- # 4
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
#container_main {
background: transparent !important;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(Edit to taste)
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(Edit to taste)
#container_showcase1_modules,
#container_top1_modules,
#container_top2_modules,
#container_top3_modules,
#container_main,
#container_bottom1_modules,
#container_bottom2_modules,
#container_bottom3_modules,
#container_base,
#container_copyright {
background-color: transparent;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 8
Thanks, but same problem.
https://jaatog.com/jo2/index.php - clean site - demoinstallation.
https://visitfarsund.com/
https://jaatog.com/jo2/index.php - clean site - demoinstallation.
https://visitfarsund.com/
- more than a month ago
- Commercial Templates
- # 9
I need to have !important;
background-color: transparent !important;
}
at the end - then it works !
https://jaatog.com/jo2/
Thanks
Martin
background-color: transparent !important;
}
at the end - then it works !
https://jaatog.com/jo2/
Thanks
Martin
- more than a month ago
- Commercial Templates
- # 10
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »