Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Ken Burns effect on Full Width Slider #1096713

    I was able to figure this out.

    in reply to: Button Issue with Share to Facebook on Mobile #675380

    It seems to only happen on iOS devices, but I have identified the source. When you click on the Facebook button on Android, it goes right to the Facebook share page. On iOS devices, clicking the Facebook button will first bring up the “Share on Facebook” tooltip. If you click the Facebook button a second time, it seems to work. But since a tooltip that reads “Share on Facebook” comes up, I was confused, thinking that was the actual button.

    Of course, clicking on the tooltip does nothing.

    Here is a photo of the action I was performing on an iPad: Image

    I am worried that others may have the same issue, thinking the “Share on Facebook” toolip is the actual button. It works great on a desktop as the tooltip lets the user know what will happen when they click on the F button, but on mobile, the tooltip makes it a little awkward. Interestingly enough, the tooltip does not show up on Android.

    Maybe the best resolution would be to disable the tootip on mobile devices. Is that possible?

    in reply to: Main nav overlaps logo when browser is made smaller #607232

    Thanks so much for the help!

    in reply to: Main nav overlaps logo when browser is made smaller #607082

    I would rather not have the mobile menu activated for tablets. So, in that case, I need to make the logo smaller for the tablet size or shrink a bit. Can you suggest something else, so that I don’t have to use the mobile menu for tablet size?

    in reply to: Black Bars on Vimeo Videos #603537

    I was able to resolve the problem by adding the following to my css.

    .embed-vimeo { 	height: 0; padding-top: 25px; padding-bottom: 54.5%; margin-bottom: 10px; position: relative; overflow: hidden; }
    .embed-vimeo iframe { top: 0; left: 0; width: 100%; height: 100%; position: absolute; }
    in reply to: Black Bars on Vimeo Videos #603533

    Thanks for your help. That sort of works. If the video is viewed on a mobile device or if the webpage is resized, the black bars move around because the container is not responsive.

    How can the vimeo container be made responsive so that the black bars never appear?

Viewing 6 posts - 1 through 6 (of 6 total)