Tagged: hotspot
Hi!
I would like to have hotspots on a video instead of picture. Is this possible with a simple workaround? I tried to put it inside a color section and have the video as a background of the color section, but then the hotspots wont scale to full width. It is nearly a working solution, but not quite there.
Hope for some help :)
Hi FabelMedia!
Please give your Color Section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and try adding following code to Quick CSS
#your-custom-id .av-hotspot-container img { opacity: 0; }
#your-custom-id .container { width: 100%; padding: 0; margin: 0; }
Regards,
Yigit
Hi!
I realy do have a problem.
Is there a way to get the hotspot opacity.
It´s the restaurant theme with the possibilety to book tables. I´ve put an image with dates, under the hotspot, but you can´t see the dates becouse off the colours.
.av-image-hotspot_inner {
background-color: #724019;opacity: 0.4; color: #ffffff;
}
I´ve tried to put this code in my CSS childtheme but it didn´t work.
I´ve also lookes at one of your supportpage
https://kriesi.at/support/topic/enfold-hotspots-can-the-spots-be-invisible-on-top-of-the-image/
and I put following code in my css in childtheme.
.page-id-4398 .av-hotspot-container .av-image-hotspot {
opacity: 0;
}
Nothing happend.
Can you possibly help me?
Best regards
Camilla
Hey!
Can you please post the link to your page where we can see the issue you are having?
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-hotspot-container .av-image-hotspot_inner {
opacity: 0.4;
}
Best regards,
Yigit
You saved my day!
Many thank´s
Camilla