Viewing 15 posts - 16 through 30 (of 35 total)
  • Author
    Posts
  • Adam M Moderator
    #706588

    Hi @hbic,

    Let me check this matter first and I will reply back shortly if I manage to sort it out for you.

    Adam M Moderator
    #752505

    Hi @hbic,

    Let me check this matter first and I will reply back shortly if I manage to sort it out for you.

    Adam M Moderator
    #706710

    Hi @hbic,

    Please update the previous code :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen .hero-content .hero-heading {
    display: none;
    }
    }

    with this one instead :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen .video-wrapper > .container {
    display: none;
    }
    }

    Adam M Moderator
    #752606

    Hi @hbic,

    Please update the previous code :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen .hero-content .hero-heading {
    display: none;
    }
    }

    with this one instead :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen .video-wrapper > .container {
    display: none;
    }
    }

    hbic Friend
    #719215

    Adam,

    I need to clarify there are two conditions I intend to fulfil.
    1. The tagline “The 12-minute brain health checkup” appears.
    2. The tagline can be removed and the video underneath can be played.

    The solutions I’ve received treat these conditions as mutually exclusive. Is there a way to have both?

    -HBIC

    hbic Friend
    #752948

    Adam,

    I need to clarify there are two conditions I intend to fulfil.
    1. The tagline “The 12-minute brain health checkup” appears.
    2. The tagline can be removed and the video underneath can be played.

    The solutions I’ve received treat these conditions as mutually exclusive. Is there a way to have both?

    -HBIC

    hbic Friend
    #719227

    I’m trying to format a news page identically to the way the Uber University demo page is formatted if you click on the “News & Events” button from the menu.

    Is there some requirement of how articles must be set up to appear in this fashion?

    I followed the instructions to create the page.

    hbic Friend
    #752960

    I’m trying to format a news page identically to the way the Uber University demo page is formatted if you click on the “News & Events” button from the menu.

    Is there some requirement of how articles must be set up to appear in this fashion?

    I followed the instructions to create the page.

    Adam M Moderator
    #719325

    Hi @hbic,

    I’m afraid that you cannot get them both as if you choose to display the tagline “The 12-minute brain health checkup“, it stay in front of the Youtube video, therefore you won’t be able to click the video.

    Adam M Moderator
    #753012

    Hi @hbic,

    I’m afraid that you cannot get them both as if you choose to display the tagline “The 12-minute brain health checkup“, it stay in front of the Youtube video, therefore you won’t be able to click the video.

    hbic Friend
    #719776

    Adam,

    Unfortunately, this mutual exclusivity isn’t going to work out for us. Without the tagline of ‘The 12-minute Brain Health Checkup’ the video is meaningless. We would like to have our marketing video appear at the top of the page rather than at the bottom just above the footer for smartphone users only. Also, we don’t want the present hero appearing *at all* for smartphone users. Should I create a separate forum thread for this issue?

    -HBIC

    hbic Friend
    #753090

    Adam,

    Unfortunately, this mutual exclusivity isn’t going to work out for us. Without the tagline of ‘The 12-minute Brain Health Checkup’ the video is meaningless. We would like to have our marketing video appear at the top of the page rather than at the bottom just above the footer for smartphone users only. Also, we don’t want the present hero appearing *at all* for smartphone users. Should I create a separate forum thread for this issue?

    -HBIC

    Adam M Moderator
    #719869

    Hi @hbic,

    I’m thinking about a workaround, not sure that it will work but maybe it worth to try. The concept is to show the heading there but hide it when visitor hover / click the video. Update the previous code :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen .video-wrapper > .container {
    display: none;
    }
    }

    with this one :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen:hover .video-wrapper > .container,
    .acm-hero.style-4.full-screen:focus .video-wrapper > .container,
    .acm-hero.style-4.full-screen:active .video-wrapper > .container {
    display: none;
    }
    }

    Adam M Moderator
    #753165

    Hi @hbic,

    I’m thinking about a workaround, not sure that it will work but maybe it worth to try. The concept is to show the heading there but hide it when visitor hover / click the video. Update the previous code :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen .video-wrapper > .container {
    display: none;
    }
    }

    with this one :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen:hover .video-wrapper > .container,
    .acm-hero.style-4.full-screen:focus .video-wrapper > .container,
    .acm-hero.style-4.full-screen:active .video-wrapper > .container {
    display: none;
    }
    }

    hbic Friend
    #721309

    Adam,

    No, it didn’t work. I click on the button, the video is revealed and the ‘play’ button, but I can’t press ‘play’.

    Any other ideas?

    -HBIC

Viewing 15 posts - 16 through 30 (of 35 total)

This topic contains 35 replies, has 2 voices, and was last updated by  hbic 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum