-
AuthorPosts
-
July 22, 2020 at 7:50 am #1232200
i guess a mod should look into your installation – because even the default container width is not there ( 1310px ) it falls back to the 1010px value ( of grid.css).
there must be other inconsistencies.I’m at my last words of knowledge now. Actually, the code is correct as on my site, for some reason even the simple prepend is not executed.
________
besides that:
Edit: on quick css there is a curly bracket missing :.custom-phone { position: absolute; top: -33px; right: 0; }
- This reply was modified 4 years, 4 months ago by Guenni007.
July 22, 2020 at 11:57 pm #1232454Ive added the last custom function you sent, I do not have jquery loaded in the footer, its checked OFF.
Can a mod please look at my install and see why it’s not working?
July 22, 2020 at 11:58 pm #1232455Also, I checked and disabled all plugins, and nothing.
July 23, 2020 at 11:55 pm #1232825Can someone please check the site and let me know why this isnt working?
July 26, 2020 at 5:35 pm #1233363Hi, Im still waiting for a mod to look into the issue. It is now going on 16 days.
July 26, 2020 at 5:44 pm #1233370Hi,
Thank you for the update.
We adjusted the class name of the slider and added the required css in the Quick CSS field. There will be a green button or square in the bottom right corner of the slider and when clicked it will toggle the audio and change color accordingly. If you want to replace it with an actual audio button, just go to the Quick CSS field and replace the background color with an image.
.custom-mute { background-color: red; } .icon-sound-on { background-color: green; }
Best regards,
IsmaelJuly 27, 2020 at 7:15 am #1233441may i ask you what was the point to change – my description works on my end
so what was the reason that the script has no effect on your page.
Because not even this little addition Div was created for the buttons in the DOM. My assumption that jQuery was not loaded before this custom script – was that confirmed? – and why ? – and how did you manage that ?By the way – if you do it this way for that signs- you will have a square in red – and an arrow to the right in green:
.custom-mute { display: block; position: absolute; bottom: 9%; right: 5%; z-index: 50; width: 140px; height: 140px; background: red; } .custom-mute:hover { opacity: 0.5; } .custom-mute.icon-sound-on { width: 0; height: 0; border-left: 140px solid green; border-top: 70px solid transparent; border-bottom: 70px solid transparent; background: transparent !important }
July 29, 2020 at 7:52 am #1233892Hi,
The reason the script didn’t work at first is because of the slider’s class name or attribute. He used custom-mute instead of mute-button. And the css code was missing in the Quick CSS field.
Best regards,
IsmaelJuly 29, 2020 at 6:30 pm #1233998ah – ok – thanks for the info
December 15, 2020 at 10:21 am #1267409Hi @Guenni007 you said:
But even if we can manage that ( you can try window load too ) – i think we had to find a solution with vimeo! (Guess the over 50mb video is to much to handle it as self-hosted video.
there is a possibility to do it with advanced layerslider – and that reacts much better in responsive case. Tomorrow i send you a link and instructions.
Actually i’m looking for a solution with non self hosted video like vimeo. Did you find something ? There is several days i try but several day i fail !
Thanks
December 18, 2020 at 2:31 pm #1268411Hi,
You might be able to make the above modification work with Vimeo by using its own player API. Unfortunately, this is beyond the scope of support and something that we will not be able to provide here. Please hire a freelance developer or contact our partner Codeble for further assistance.
// https://developer.vimeo.com/player/sdk/reference#set-the-volume-level-of-a-player
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.