-
AuthorPosts
-
November 9, 2013 at 2:43 am #186359
Hi, in Enfold, is it possible to hide the title from a youtube clip?
November 9, 2013 at 7:30 am #186406Hey 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,
IsmaelNovember 11, 2013 at 12:30 am #186684This reply has been marked as private.November 11, 2013 at 12:35 am #186685Next 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
November 11, 2013 at 2:13 am #186697Or another way to show just one picture from an Instagram user. So the box matches the size of the other two.
Thanks again
/MIchaelNovember 11, 2013 at 3:06 am #186705Now 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
/MichaelNovember 11, 2013 at 5:28 am #186716Hi!
Try with this:
.col-instagram-12 { padding: 25px 0 !important; }
Cheers!
JosueNovember 11, 2013 at 8:17 am #186743Thanks 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.
November 11, 2013 at 9:21 am #186757Hi!
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,
PeterNovember 11, 2013 at 1:09 pm #186815Thanks 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 :-)
/MichaelNovember 12, 2013 at 12:55 pm #187195Hey!
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,
PeterNovember 13, 2013 at 8:51 am #187646This reply has been marked as private.November 13, 2013 at 9:19 am #187654Hey!
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,
PeterNovember 13, 2013 at 9:44 am #187658Hey 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
November 13, 2013 at 7:53 pm #187917Hi!
Which version of IE is presenting this issues? can you post a screenshot of your view?
Cheers!
JosueNovember 13, 2013 at 9:55 pm #188019Hi Josue,
PC, Windows 7, Internet Explorer 10
November 14, 2013 at 11:02 am #188290Hi!
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,
PeterNovember 14, 2013 at 12:34 pm #188321Hi Peter, still the same result. This is on another PC, but it is still IE 10, Windows 7.
November 15, 2013 at 11:50 am #189141Hi!
Strange. I marked this thread for Kriesi because I don’t know what causes the issue.
Regards,
PeterDecember 1, 2013 at 12:04 pm #195058Hi 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!
/MIchaelDecember 2, 2013 at 5:35 am #195183Hey!
Please use this on your custom.css or Quick CSS:
#aptfinbytap_domain-3-AlpinePhotoTiles_container { margin-top: 25px; }
Regards,
IsmaelDecember 3, 2013 at 11:55 pm #195917Thank you, that fixed it :-)
/Michael
-
AuthorPosts
- The topic ‘Hide youtube title’ is closed to new replies.