Forum Replies Created

Viewing 30 posts - 6,841 through 6,870 (of 11,480 total)
  • Author
    Posts
  • in reply to: Footer at the bottom #1068510

    :lol :roflmao

    yes – flexbox model is a very powerful tool, which is rarely used properly.
    But only for that case Header Left or Right. And as he had only one container_wrap class

    in reply to: Color Section Background Video – Un Mute / Activate Sound #1068438

    but i can not reach your site now!

    aha – now – but the symbol is a little too subtle

    and that was a difficult birth

    • This reply was modified 6 years, 4 months ago by Guenni007.

    by the way – you don’t need to hold the tree structure after /shortcodes
    so you can put in all edited ALB to the shortcodes folder itself – no need for subfolders.

    in reply to: Color Section Background Video – Un Mute / Activate Sound #1068353

    Also jetzt habt ihr das Merging entfernt!
    Da kann ich jetzt genau sehen, dass dieses Script welches über die child-theme functions.php geladen wird nicht drin ist – not at all.
    Bitte also das in die child-theme functions.php:

    add_action('wp_footer', 'mute_unmute_background_video');
    function mute_unmute_background_video(){
    ?>
    <script type="text/javascript">
    (function($) {  
        $('.mute-button').prepend('<div class="custom-mute"></div>');
        $('.avia_video').on('av-mediajs-loaded', function() { 
          var video = $(this).mediaelementplayer();
          video[0].setMuted(true);
          $('.mute-button').on('click', '.custom-mute', function() {
            if(video[0].muted === true) {
              video[0].setMuted(false);
              video[0].setVolume(0.8);
            } else {
              video[0].setMuted(true);
            }   
          });
        });
        
        $('.mute-button').on('click', '.custom-mute', function() {
          $(this).toggleClass("icon-sound-on");
        });
    })(jQuery);
    </script>
    <?php
    }
    in reply to: Footer at the bottom #1068190

    I think I’ve never written such an elegant solution to have the footer below – but it seems there was no interest in a good solution. – What a pity

    that means there is no visible Recaptcha in version 3 – this was only the case with V2?
    No input field to mark all fire hydrants etc. pp?

    in reply to: Color Section Background Video – Un Mute / Activate Sound #1068023

    Video unbedingt runterrechnen: 45MB ist einfach zu viel für ein Self Hosted Video.
    Zumal das SD Video auf Vimeo zB 19MB hat.

    oder mal Cloudinary anschauen, ist sehr gut und für normalen Traffic kostenlos.
    Das wird in Enfold wie selfhosted gewertet. Also kann auch so gehandhabt werden.

    in reply to: Color Section Background Video – Un Mute / Activate Sound #1068013

    @ipuls : zunächst mal im Quick Css das hier einstellen – und das andere damit ersetzen.

    .custom-mute {
        display: block;
        background-image: url('/wp-content/uploads/2019/02/icons8-mute-unmute-96.png');
        background-size: cover;
        width: 100px;
        height: 100px;
        position: absolute;
        bottom: 10%;
        right: 5%;
        z-index: 50;
    }
    
    .custom-mute:hover {
        opacity: 0.5;
    }
    
    .icon-sound-on {
     background-image:url('/wp-content/uploads/2019/02/icons8-microphone-96.png')
    }
    in reply to: Color Section Background Video – Un Mute / Activate Sound #1067994

    bitte mal das Merging abstellen bei Enfold Options.
    Da kann ich die Seite besser durchsuchen.

    in reply to: Portfolio YouTube Videos best practice #1067974

    i would recomend you to install a plugin for this purpose, I have made good experiences with YoTuWP.
    there is a free version.
    See here a little Demo on my page: https://webers-testseite.de/youtubeplayer/
    You can have single Video or multiple Video or as input your channel etc.

    in reply to: Portfolio YouTube Videos best practice #1067923

    did someone know how to get the youtube title from the ID and put in that code above for each video ?

    in reply to: Color Section Background Video – Un Mute / Activate Sound #1067901

    may i see the livelink – i’m participant as you so you have to make it public or send me an e-mail – see Avatar link
    and you have a copy of that edited section.php in your child-theme/shortcodes folder ?

    I changed a bit the codes because it is still not necessary to have that overlay class on color-section.
    At that time I think it was necessary – with the new Enfold one class at the Color-Section is enough.

    • This reply was modified 6 years, 4 months ago by Guenni007.
    in reply to: Video-Button to unmute Audio? #1067881

    Tja leider so wie ich fürchtete, wenn zwei Videos drin sind ist an / aus gleich und der Button wechselt dann aber nicht.
    Daher wäre es besser man würde den Button anders platzieren und eventuell nur im ersten auftauchenden Video einblenden und sowas wie mute/unmute all videos draufschreiben.
    Denn hier wird ja der mediaelementplayer beeinflusst, und der wird für alle einmal geladen. – Da sehe ich keine schnelle lösung.
    Ist aber auch eventuell nicht so nötig, denn wann hat man schonmal mehr als ein Video im Slider.

    in reply to: Video-Button to unmute Audio? #1067876

    So everything was new on the page : It has to work with the code before too. But we had the problem on that code the the images in the slider had that button too: https://webers-testseite.de/mute-unmute-video-slide/

    Sorry aber das andere machte aus genau dem Grund dann keinen Sinn. Hatte nur etwas mit dem Button bei den Bild Slides zu tun.
    Ich nahm daher den Button in das listenelement mithinein.
    Was ich jetzt noch testen muss, ist bei anwesenheit von zwei videos ob jeweils nur ein Video gesteuert wird oder beide dann immer gleich.
    Ich fürchte da müsste ich eine indexierung der mute unmute buttons einbauen.

    Das hatte aber mit deinem funktionieren oder nicht vorher nichts zu tun.

    in reply to: Video-Button to unmute Audio? #1067871

    läuft auf meiner Installation auch mit Bildern danach.
    Mein Problem jetzt wäre wie ich den Button nur auf das Video bekomme und nicht auf die Bilder.

    ich versuche jetzt mal deshalb was an dem Code zu verändern. Damit nur die Video Slides den Button erhalten.
    Daher könnte es momentan mal nicht funktionieren.

    • This reply was modified 6 years, 4 months ago by Guenni007.
    in reply to: Custom slider by day #1067690

    first of all : have you adjusted the code to your settings:
    The main thing for that error seams to be that you have forgotten the customID to set – because if that DOM Element does not exist – it is impossible to style it !!!
    document.getElementById('customID') etc …
    f.e. :

    • have you done this (see comment above) : Give a unique ID to the color-section f.e.: customID – or what ever you like – but then it has to be synchronized with the script line mentioned above
    • the code above is ment for child-theme functions.php – is that the place where you put in that code
    • adjust the url line to define the place where the images are in: var imglocation = "/wp-content/uploads/layerslider/Origami/";
    • the code above is for my installation. I don’t want to load it everywhere so i surrounded it by an if-clause concerning to my page-id.
      have you changed it to your page: if(is_page(34024)){
    in reply to: Color Section Background Video – Un Mute / Activate Sound #1067686

    Dear Ipuls
    – first : i’m participant as you – so i can not see the private content
    – second: the link to my little tut is still active and Enfold is there on Version 4.5.4. so it might work as you can see.
    – third: the download is not necessary – that was from an Enfold 4.1 – a lot of changings have been made ( f.e. an unmute button is now present on ALB-Element.

    Read carefully.

    A child-theme seems to be the best way. Because you can have then a section.php in your child-theme/shortcodes folder
    how to activate the replacement of child-theme ALB Elements you can read here on Top: https://webers-testseite.de/edited-enfold-alb-elements/
    Have you set custom-classes for the color-section? ( two classe as described because you don’t want to have that buttons always if you have an overlay effect on a color-section.
    The section.php as described change true to false on line 1097 (Enfold 4.5.4):

    find in section.php:
    'video_mute' => true,
    and set to :
    'video_mute' => false,

    The Quick Css Parts : did you adjust the url ? because if you got on Dashboard – Settings – Media: “Organise my uploads into month- and year-based folders” the url will be different !!!

    in reply to: Video-Button to unmute Audio? #1067590

    Mein link oben ist auch schon die Enfold 4.5.4 !

    PS : ich bin hier Participant wie du!
    Daher sehe ich keine Daten aus dem Privat Content Feld

    in reply to: Portfolio YouTube Videos best practice #1067582

    ok – it must work this way.

    By the way if you do not choose flexible masonry – the selector will be a different one ( and the img gets a background-img etc. )

    in reply to: Portfolio YouTube Videos best practice #1067580

    If you got f.e. a masonry gallery from media elements – you can define each a custom link
    the lightbox linking is active on that – use flexible masonry and you can use the effects on the images too!
    click to enlarge – see right side of each image there is a custom link field !!
    You can use each image you like – because we will substitute it by the embeded youtube still image.

    See here : https://webers-testseite.de/youtube-videotestseite/

    Beneath you can see the jqeuery code to substitute the image with the youtube mq image

    you only need this (i did it only for that page – if you like to have it on all pages get rid of if-clause):
    in child-theme functions.php

    function youtube_fix(){
    if (is_page(33150)){
    ?>
    <script>
    (function($){ 
      
      $('a.av-masonry-entry[href*="youtube"]').each(function() {
          regex = /(?:youtube(?:-nocookie)?\.com\/(?:[^\/\n\s]+\/\S+\/|(?:v|e(?:mbed)?)\/|\S*?[?&]v=)|youtu\.be\/)([a-zA-Z0-9_-]{11})/;
          var ID = $(this).attr("href").match(regex)[1];
          $(this).find('img').css('width', '100vw ').attr({
            'src': 'https://img.youtube.com/vi/'+ ID +'/mqdefault.jpg',
            'title': 'Youtube Video ID: '+ ID ,
            'alt': 'youtube-image-'+ ID ,
          });
        });
      
    })(jQuery);
    </script>
    <?php
    }
    }
    add_action('wp_footer', 'youtube_fix');

    one thing to mention: use the https://www.youtube.com/watch?v=ID Link

    in reply to: Portfolio YouTube Videos best practice #1067571

    may i ask why it has to be a portfolio grid?
    you want to link to youtube itself or in a lightbox?

    in reply to: Video-Button to unmute Audio? #1067561

    Wir können auch gerne deutsch miteinander kommunizieren.
    Auf der Beispielseite habe ich das mp4 eingebunden, – auf Mute ( damit das Autoplay greift ) und nicht im Loop, sonst geht die Slideshow nicht weiter.
    Hast du soweit das Tutorial meiner Seite : https://webers-testseite.de/mute-unmute/
    soweit befolgt?

    PS ich sehe keine Seite home-2

    gib doch mal meinen Link in das Videoeingabefeld ein: https://webers-testseite.de/wp-content/uploads/HolsteinBueffel.mp4

    in reply to: Mobile menu doesn't collapse after click #1067559

    is there a link to your site?
    you are using an enfold version newer than 4.5 ?

    in reply to: Random youtube video #1067423

    Where there’s a will, there’s a way.

    in reply to: Fluid Start Page #1067376

    Yes – gridrow – two 1/2 under each other – height at least 50%
    Fill each Cell with your image and for the link – the cells got link option !
    Template blank with no header no footer and no breadcrumbs. That will be your landing page.
    But this page has to have good meta description and tags – because it would have bad SEO for your landingpage.

    Advantage – you can fill each cell with extra-content if you like ( Headings etc. )
    see here: https://webers-testseite.de/landingpage/

    • This reply was modified 6 years, 4 months ago by Guenni007.
    in reply to: Random youtube video #1067373

    And sometimes other participants can learn from each other. Maybe you present your solution.

    in reply to: Footer at the bottom #1067353

    i think this will be enough code –
    lets see if this comes into conflict at some pages

    delete:

    .entry-content {
        min-height: 650px;
    }

    so try first this here in quick css:

    
    @media (min-width: 768px) {
    	#main {
    	    display: flex;
    	    height: 100vh;
    	    flex-direction: column;
    	    position: relative !important;
    	    overflow: visible !important;
    	}
    
    	.container_wrap {
    	    flex: 1 0 auto;
    	    width: 100% !important;
    	}
    
    	#footer, #socket{
    	  flex:none;
    	}
    }
    in reply to: Disable scrolling inside lightbox #1067213

    more than 2 weeks ago ?!

    are there any problems understanding the above?
    Is it how to install a child-theme ?
    please talk to us – we only can help if we got input from you

    in reply to: Image Size in widget (news-box) #1067205

    Ok Danke für die Info

    in reply to: Footer at the bottom #1067118

    by the way – if you have custom separator and you like to have the icon in the middle – the distance defines the left and right distance – so with padding etc. you can insert 45% or something like this.

Viewing 30 posts - 6,841 through 6,870 (of 11,480 total)