+ Reply to Thread
Results 1 to 10 of 10

Thread: Default volume

  1. #1

    Default volume

    Hello! Video download - turn on the local video with volume. How to remove the volume in the local video? Admin panel does not work Default volume

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Have you tried to set it as 0 ? (Default volume)

  3. #3
    Yes, I tried. But not working

    https://yadi.sk/i/YGWljUt3z9j3eg
    Last edited by Vitalik Alekseev; June 2, 2019 at 09:48 AM.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Could you create a ticket to look into it ?

  5. #5
    Quote Originally Posted by Rudi View Post
    Could you create a ticket to look into it ?

    Why create a ticket? Check it yourself, and see this bug, please write what changes to the code

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    yes, the bug really exists

    go to templates > your_template > tpl > js_config.tpl

    below the line:
    Code:
    Only registered members can view the code.
    and a new one:
    Code:
    Only registered members can view the code.
    then in lib > lib.js > this.loadImage

    below the line:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.
    Last edited by Rudi; June 3, 2019 at 06:21 AM. Reason: typo

  7. #7
    Little big wrong. My remark

    instead of line:
    Code:
    Only registered members can view the code.
    use this:
    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  8. #8
    Thank! But it doesn't work on mobile

  9. #9
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Do the following:

    in lib.js > this.picGallery = function(){

    replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.
    it should work

    and we'll solve it in the next updates
    Last edited by Rudi; June 4, 2019 at 05:54 AM.

  10. #10
    Thank you!

+ Reply to Thread