Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #186359

    Hi, in Enfold, is it possible to hide the title from a youtube clip?

    #186406

    Hey musklick!

    I’m not sure if it is possible. Try to add the ?rel=0&showinfo=0 at the end of the youtube url. Can you please post a link to your website with the video?

    Best regards,
    Ismael

    #186684
    This reply has been marked as private.
    #186685

    Next problem: the three boxes in the footer is changing size and not matching. The first two are widgets within Enfold and the third is Alpine Photo Tile for Instagram. I know it’s a third part plugin, but do you have any tips on how I can make them the same size? Also when resizing the browser? Hope you can help. Thanks again /Michael

    #186697

    Or another way to show just one picture from an Instagram user. So the box matches the size of the other two.

    Thanks again
    /MIchael

    #186705

    Now I’ve tried setting the text widget images to 100% and now they are the same size, however there is a bigger gap between the title and the image on the Instagram box and I can’t find the CSS to make them equal. Can you point me in the right direction?

    Thankfully
    /Michael

    #186716

    Hi!

    Try with this:

    .col-instagram-12 {
        padding: 25px 0 !important;
    }

    Cheers!
    Josue

    #186743

    Thanks Josue, that works. Only problem is that there is a few pixels wrong until you roll over the image, then it aligns perfectly. On the ipad for instance I can’t roll over the image so there the gap remains. Is this rollover function something that I can turn off?

    Once again, thanks.

    #186757

    Hi!

    Please try to insert following code into the quick css field

    
    body #footer .avia_widget_section a img,  .body #footer .avia_widget_section a:hover img, body #footer .avia_widget_section a, body #footer .avia_widget_section a:hover{position: relative;}
    

    Best regards,
    Peter

    #186815

    Thanks Peter, that works, you guys are awesome! :-)
    Next issue: On the mobile screen the logo ends up covering the menu (since it is a floating logo in a separate layer). I need to make the header slightly higher so the logo can fit above the menu. I would really appreciate it if you could help me find the correct CSS to modify.

    Thanks again, I would be lost without you :-)
    /Michael

    #187195

    Hey!

    Use following code to extend the header height

    
    @media only screen and (max-width: 767px){
    
    #header_main {
    height: 188px;
    }
    
    .responsive #top .mobileMenu {
    margin: 50px 0 10px 0;
    }
    
    }
    
    

    Regards,
    Peter

    #187646
    This reply has been marked as private.
    #187654

    Hey!

    Please try to insert following code into the quick css field

    
    body .alignleft,  .entry-content-wrapper a:hover .alignleft, body .alignright,  .entry-content-wrapper a:hover .alignright, body .aligncenter,  .entry-content-wrapper a:hover .aligncenter{position: relative;}
    

    Regards,
    Peter

    #187658

    Hey Peter, thanks for your quick reply. It didn’t work though. On Internet Explorer they look right at first but when you roll over them they jump to a different height, a new row actually.

    Hope you have any ideas.

    /MIchael

    #187917

    Hi!

    Which version of IE is presenting this issues? can you post a screenshot of your view?

    Cheers!
    Josue

    #188019

    Hi Josue,
    PC, Windows 7, Internet Explorer 10
    Screen dump IE10

    #188290

    Hi!

    Please try following code instead of the code I posted above

    
    #top .alignleft a,  #top .alignleft a:hover, #top .alignleft img, #top .alignright a,  #top .alignright a:hover, #top .alignright img, #top .aligncenter a,  #top .aligncenter a:hover, #top .aligncenter img{position: relative;}
    

    Best regards,
    Peter

    #188321

    Hi Peter, still the same result. This is on another PC, but it is still IE 10, Windows 7.

    #189141

    Hi!

    Strange. I marked this thread for Kriesi because I don’t know what causes the issue.

    Regards,
    Peter

    #195058

    Hi again, there was a problem with the Instagram plugin not updating so I switched to another plugin and now the CSS is a bit off again (In the footer, the third box is not aligned with the others). Could you please help me find the right CSS to adjust it.

    Hope you can help, thanks!
    /MIchael

    #195183

    Hey!

    Please use this on your custom.css or Quick CSS:

    #aptfinbytap_domain-3-AlpinePhotoTiles_container {
    margin-top: 25px;
    }

    Regards,
    Ismael

    #195917

    Thank you, that fixed it :-)

    /Michael

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Hide youtube title’ is closed to new replies.