Forum Replies Created

Viewing 30 posts - 7,171 through 7,200 (of 11,790 total)
  • Author
    Posts
  • 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, 9 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.

    in reply to: How to link to youtube lightbox popup? #1067106

    maybe try this in quick css – it is only for selfhosted videos:

    video::-internal-media-controls-download-button {
    display:none;
    }
    video::-webkit-media-controls-enclosure {
    overflow:hidden;
    }
    video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust if necessary */
    }
    in reply to: How to link to youtube lightbox popup? #1067104

    that is the full-screen mode – but i do not have these pop-ups.
    Maybe a different browser? Yes this belongs to chrom not to firefox – i suppose we can not influence this.

    but try the code above : https://kriesi.at/support/topic/how-to-link-to-youtube-lightbox-popup/#post-1067062
    i think this is realy nice .

    in reply to: How to link to youtube lightbox popup? #1067099

    i do not see these elements

    in reply to: Footer at the bottom #1067093

    please remove this css rule the one Yigit mentioned !!!

    in reply to: How to link to youtube lightbox popup? #1067062

    see code above again maybe a gloom around the iframe in your green:

    .mfp-iframe-holder .mfp-content {
        max-width: 80vw !important;
        box-shadow: 0 0 40px #77c84c;
    }

    and if you don’t want that background is scrollable if iframe is open – put this to child-theme functions.php :

    add_action('wp_footer', 'no_background_scroll_on_lightbox_open');
    function no_background_scroll_on_lightbox_open(){
    ?>
    <script type="text/javascript">
    (function($) {
        function a() {
          $('body').on('click', '.lightbox-added', function() {
            if($('.mfp-bg').length >= 1) {
              $('html').css("overflow-y", "hidden");
            } 
          });
          
          $('body').on('click', function() {
            setTimeout( function() {
              if($('.mfp-bg').length == 0) { 
                $('html').css("overflow-y", "scroll");
              }
            },500);   
          });
        }
      a(); 
    })(jQuery);
    </script>
    <?php
    }
    in reply to: sticky contact – moving #1067060

    Thank you – also for the reminder.

    in reply to: How to link to youtube lightbox popup? #1067032

    to quick css: (and maybe for you directly a gloom out of that mfp content:

    .mfp-iframe-holder .mfp-content {
        max-width: 80vw !important;
        box-shadow: 0 0 40px #77c84c;
    }

    2) you can do it via external script and enqueue it – or load it via child-theme functions.php:
    ( if it needs jQuery it looks a bit different)

    add_action( 'wp_footer', 'ava_custom_script' );
    function ava_custom_script() {
      ?>
      <script type="text/javascript">
                  // CODE HERE
      </script>
      <?php
    }

    you can add tags in the head area by child-theme functions.php:

    add_action('wp_head', 'add_to_head');
    function add_to_head(){
    ?>
      <meta name="theme-color" content="#77C84C">
      <meta name="msapplication-navbutton-color" content="#77C84C">
      <meta name="apple-mobile-web-app-status-bar-style" content="#77C84C">
    <?php
    }
    in reply to: Image Size in widget (news-box) #1067024

    und falls du noch Zeit hast fürs nächste update:

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

    Danke

    in reply to: Section prioritizing (z-index does not work) #1066964

    so what would i do
    see here: https://webers-testseite.de/overlap-to-followed-section/

    Color-Section can grow with the content – downshift is still at the same value
    On small screens everything works as before.
    You can shift each column as you like – even the one over the top

      pull in your columns to a color-section:

    • give the custom-class to color-section: overlap
    • give to the column to shift upwards the custom-class: shift-up
    • give to the column to shift downwards the custom-class: shift-down
    • add this to quick css:
    @media (min-width:768px) {
    	.overlap .entry-content-wrapper {
    	  display: flex;
    	  justify-content:space-around;
    	  align-items: flex-start;
    	}
    
    	.flex_column.shift-up {
    	    top: -100px;
    	    align-self: flex-start;
    	}
    
    	.flex_column.shift-down1 {
    	    bottom: -150px;
    	    align-self: flex-end;
    	}
    
    	.flex_column.shift-down2 {
    	    bottom: -100px;
    	    align-self: flex-end;
    	}
    }
    in reply to: Section prioritizing (z-index does not work) #1066931

    Aha sorry then i believe i miss-understand his request. But then the mention of the demo page was misleading.
    He wants to overlap a container downwards.

    in reply to: How to open masonry of portfolio entries in a new tab? #1066910

    you see the code?
    as described above : give a custom class to the masonry element – I used to test: masonry-blank

    The code above comes to child-theme functions.php
    the function name and the custom-class are arbitrary

    function add_target_blank_to_masonry_items(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
          $('.masonry-blank a').attr('target','_blank');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_target_blank_to_masonry_items');

    thats all – don’t forget to refresh all cachings and if you use merging on Enfold – recalculate the merged files.

    in reply to: Centred logo and overlap the navigation bar #1066906

    maybe this could be a good variant of your logo:

    it is transparent – but with background like menu background.

    and there is a little transparency between the image on top and the navigation – is it intentionally this way ? – if not :

    #wrap_all > img {
        vertical-align: top;
    }

    it will look like this :

    in reply to: How to open masonry of portfolio entries in a new tab? #1066854

    yes – is that a portfolio masonry: https://webers-testseite.de/portfolio/
    and do they open in a new tab?

    in reply to: How to link to youtube lightbox popup? #1066706

    By the way – i remember that lightbox is changed a bit in his header.php settings.
    Do you have in your child-theme a header.php file from former enfold installations?

    This might be a reason for it too!
    If you updated to the new Enfold and forget to renew the old header.php in the child theme.

    If you got an older header.php in your child-theme – make a backup before uploading the new one – because there must be a reason for to have there a child-theme header.php. Some adjustments for your theme etc. pp

    in reply to: Centred logo and overlap the navigation bar #1066705

    maybe a littel drop-shadow would be nice on logo img:

    .logo img {
        height: 160%;
        max-height: 145px !important;
        max-width: 300px !important;
        -webkit-filter: drop-shadow(1px 1px 1px #666);
        filter: drop-shadow(1px 1px 1px #666);
    }
    in reply to: Centred logo and overlap the navigation bar #1066703

    https://kriesi.at/documentation/enfold/logo/#overlap-logo-and-page-content

    it would be easier to style it if your logo hasn’t so much transparency left right.

    try:

    #top .logo,
    #top .logo a{
      overflow: visible;
    }
    
    .logo img {
        height: 160%;
        max-height: 145px !important;
        max-width: 300px !important;
    }

    for smaller screens it might be good to have media-querrie instructions.

    in reply to: Add HTML tag to homepage head #1066700

    you can add to the head section tags like meta tags links etc via your child-theme functions.php:

    add_action('wp_head', 'add_to_head');
    function add_to_head(){
    if ( is_front_page( ) ){
    ?>
       <meta name="google-site-verification" content="String_we_ask_for">
    <?php
    }
    }

    Or is_home( ) either it is a static blog page or a static page defined as landing page
    To be sure you can take the ID of your homepage is_page(ID)

    in reply to: Z-index #1066693

    if it is always the second color-section:

    #av_section_2 {
        overflow: visible;
    }
    in reply to: How to open masonry of portfolio entries in a new tab? #1066691

    give a custom-class to the masonry you like to have that. f.e.: masonry-blank
    then this comes to functions.php of your child-theme

    
    function add_custom_target(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
          $('.masonry-blank a').attr('target','_blank');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');
Viewing 30 posts - 7,171 through 7,200 (of 11,790 total)