Viewing 11 posts - 31 through 41 (of 41 total)
  • Author
    Posts
  • #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.
    #1232454

    Ive 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?

    #1232455

    Also, I checked and disabled all plugins, and nothing.

    #1232825

    Can someone please check the site and let me know why this isnt working?

    #1233363

    Hi, Im still waiting for a mod to look into the issue. It is now going on 16 days.

    #1233370

    Hi,

    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,
    Ismael

    #1233441

    may 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
    }
    #1233892

    Hi,

    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,
    Ismael

    #1233998

    ah – ok – thanks for the info

    #1267409

    Hi @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

    #1268411

    Hi,

    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

Viewing 11 posts - 31 through 41 (of 41 total)
  • You must be logged in to reply to this topic.