Forum Replies Created
-
AuthorPosts
-
Hi,
Look at my second post from February 19, 2018 at 4:04 pmYour answer (February 20, 2018 at 5:37 am):
“That’s a lot of css media queries for a single element.”This css construction for one element is not correct at all and until now this terrible css construction has not changed.
February 21, 2018 at 1:20 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #915428Hi,
I have replaced the code$('.av-video-slide').on('av-video-loaded', function() { setTimeout(function() { $('.mejs-pause button').trigger('click'); }, 500); setTimeout(function() { $('.mejs-play button').trigger('click'); $('.custom-mute').trigger('click'); }, 700); });
to code
$(window).load(function() { $('.custom-mute').trigger('click'); });
and still no effect in Google Chrome((
- This reply was modified 6 years, 10 months ago by AliAbabwa.
Thank you, Ismael.
Look private content, please.Column after LayerSlider with text:
Dear fellow…Margin-top of this column: -400px
But it is so on 1920px of screen width.
When I change screen width to smaller resolution the column with text is going up under Layerslider((
But I need the same visual margin (like in 1920px) in other resolutions.February 20, 2018 at 11:12 am in reply to: Adding button to mute/unmute audio on fullscreen background video #914787I open the site on another computer on which this site was never launched. Unmute button doesn’t work too(( (there was no sound after I click on it)
On my computer I remove the browser cache and relaunch it, but the button Unmute works just from time to time. Sometimes it’s work, sometimes – not. I mean, when it is not work, I should refresh browser, and after this it’s maybe will work.- This reply was modified 6 years, 10 months ago by AliAbabwa.
Dear, Nikko.
But I need the image with parallax effect. There is no parallax effect in simple image.So, I use this construction, but it’s not correct at all:
@media only screen and (min-width: 1920px) { .blue-lives_text { width: 65% !important; margin-top: -400px !important; } } @media only screen and (min-width: 1800px) and (max-width: 1919px) { .blue-lives_text { width: 65% !important; margin-top: -380px !important; } } @media only screen and (min-width: 1700px) and (max-width: 1799px) { .blue-lives_text { width: 65% !important; margin-top: -360px !important; } } @media only screen and (min-width: 1600px) and (max-width: 1699px) { .blue-lives_text { width: 65% !important; margin-top: -340px !important; } } @media only screen and (min-width: 1500px) and (max-width: 1599px) { .blue-lives_text { width: 65% !important; margin-top: -320px !important; } } @media only screen and (min-width: 1400px) and (max-width: 1499px) { .blue-lives_text { width: 65% !important; margin-top: -300px !important; } } @media only screen and (min-width: 1300px) and (max-width: 1399px) { .blue-lives_text { width: 65% !important; margin-top: -280px !important; } } @media only screen and (min-width: 1200px) and (max-width: 1299px) { .blue-lives_text { width: 65% !important; margin-top: -260px !important; } } @media only screen and (min-width: 1100px) and (max-width: 1199px) { .blue-lives_text { width: 65% !important; margin-top: -240px !important; } } @media only screen and (min-width: 1000px) and (max-width: 1099px) { .blue-lives_text { width: 65% !important; margin-top: -220px !important; } } @media only screen and (min-width: 900px) and (max-width: 999px) { .blue-lives_text { width: 65% !important; margin-top: -200px !important; } } @media only screen and (min-width: 768px) and (max-width: 899px) { .blue-lives_text { width: 65% !important; margin-top: -180px !important; } } @media only screen and (min-width: 700px) and (max-width: 767px) { .blue-lives_text { width: 100% !important; margin-top: -160px !important; } } @media only screen and (min-width: 600px) and (max-width: 699px) { .blue-lives_text { width: 100% !important; margin-top: -140px !important; } } @media only screen and (min-width: 500px) and (max-width: 599px) { .blue-lives_text { width: 100% !important; margin-top: -120px !important; } } @media only screen and (min-width: 400px) and (max-width: 499px) { .blue-lives_text { width: 100% !important; margin-top: -100px !important; } } @media only screen and (min-width: 300px) and (max-width: 399px) { .blue-lives_text { width: 100% !important; margin-top: -80px !important; } .bottle { margin-top: 0 !important; }
February 19, 2018 at 11:11 am in reply to: Adding button to mute/unmute audio on fullscreen background video #914195Thank you Ismael.
But this doesn’t work in Google Chrome((February 16, 2018 at 2:45 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #913280Thank you, Ismael.
Look private content, please.Looks like my problem is solved.
I purchase Layer Slider and upgrade it to 6.7.0 version.February 15, 2018 at 2:38 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #912770Dear Guenni007. Thank you for you response!
I think the function has to be adjusted that it beginns with clicked status.
So, maybe some of support moderators can help, what should I’ve to change in this function?
Look at my first post of this topic from January 17, 2018 at 4:34 pmFebruary 15, 2018 at 2:04 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #912762Dear Guenni007.
Look at my first post of this topic from January 17, 2018 at 4:34 pm
“But this code doesn’t work((
I can press the button and it changes, but there is no sound in background video((
And I use direct mp4 video from my site!”I do not use youtube video, I use direct mp4 video from my site.
February 15, 2018 at 1:39 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #912746I know.
But question is about mute/unmute button on page:
https://netpics.org/image/DL9c7This button
https://netpics.org/image/DL9c7
is working (mute/unmute sound of video) if the video on page loading with sound by default.
But I don’t need it!I need the page to be loaded without sound and this
https://netpics.org/image/DL9c7
button to be work (for unmute/mute sound of video).February 15, 2018 at 1:10 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #912737Thank you Guenni007.
I replace my standard file section.php to your section-for41.php.zip and now I see mute video checkbox.
O.k. I mute this and so…? I have a page without sound by default and without sound when I click on button “unmute”((February 15, 2018 at 12:04 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #912718Dear Ismael.
‘video_mute’ =>false
Yes it work’s.
But I don’t need sound to be by default after loading the page.
I need it when I click on the button only.It was by default.
By the way
This error displaying in admin panel and in live site too((
https://jekiholdings.com/blue-lives/
(in first time I open the page with layer slider)I have exactly this in wp-config.php:
define(‘WP_DEBUG’, false);Dear Nikko.
I use php 7.1.12.February 14, 2018 at 11:57 am in reply to: Adding button to mute/unmute audio on fullscreen background video #912217Hi,
My section.php:
'video_mute' => true,
February 13, 2018 at 5:23 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #911793Dear Basilis.
So, any news?February 6, 2018 at 12:41 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #908531Dear, Basilis.
Now I updated Enfold theme from 4.2 to 4.2.2.
There is no bug from January 17, 2018 at 5:06 pm now.But still have a problem with direct mp4 video (January 17, 2018 at 4:34 pm).
I can press the button and it changes, but there is no sound in background video((January 17, 2018 at 5:06 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #898545And how can I fix the bug with background video?
Look video question in Private Content, please.The same problem.
I made my site on the test domain, and after the transfer to another domain all the entypo-fontello icons have been uncorrectly((
Problems solved by adding this code in .htaccess:<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
This is not normal by default.
But with Enfold it is?
So, it is Enfold bug or what…?- This reply was modified 6 years, 11 months ago by AliAbabwa.
January 16, 2018 at 10:35 am in reply to: Adding button to mute/unmute audio on fullscreen background video #897959Thak you, Ismael.
Great, thank’s a lot, Nikko!
Undortunately the style of subpages in sidebar still bold only (without grey background).
Thank you for soon answer, Nikko.
But I mean this background for active page only (not for all pages).At last, there is no bugs now!
Thank you for your help, Nikko))January 9, 2018 at 11:43 am
The same pages:1.
https://netpics.org/image/SATU62.
https://netpics.org/image/SAtZu3.
https://netpics.org/image/SAPzb4.
https://netpics.org/image/SAuCZand so on…
January 15, 2018 at 9:58 am in reply to: Adding button to mute/unmute audio on fullscreen background video #897446Thank you, Ismael.
Hm… Do you have any ideas how it works with youtube video?
Because I have no direct mp4 video.Thank you, Nikko.
Have you looked at my pages?
January 9, 2018 at 11:43 am
Still no effect(( -
AuthorPosts