Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • lightlbulb03 Friend
    #928629

    Also, for some reason, the video module slid down off the big picture. The order is set to 1 but it is still below the picture. Can you please fix that?

    Thanks

    Ninja Lead Moderator
    #929224

    Hi,

    I see the style is not loaded on your site, please use this way to fix the problem on your site

    Open templates/ja_events_ii/css/custom.css file, add new rule

    @media (min-width: 1200px) {
        #t3-section .bg-transparent {
            margin-top: -400px !important;
            background-color: transparent !important;
        }   
    }

    Regards

    lightlbulb03 Friend
    #929933

    So, I got it in there, but it is still not exactly like the demo. It is not transparent behind the video and the gray box is also to big. Is there a way to fix that?

    Thanks,

    lightlbulb03 Friend
    #930068

    So I was able to get the video module back on the backdrop picture at the top of the webpage. However, i still cannot fix the part where i put words and content in the big gray box. I have uploaded the style you suggested and saved it. However, nothing has changed.

    Ninja Lead Moderator
    #930178

    The text beside video module does not show on your site because the CSS style from custom work templates/ja_events_ii/css/custom.css file, see the screenshot.

    Please remove it as my suggestion, you will see it’s showing on your site

    Open templates/ja_events_ii/css/custom.css file

    find and change

    .acm-video.style-1 .video-content {
        background-image: url("images/bg-trans.png");
        background-repeat: no-repeat;
        text-indent: -9999px !important;
    }  

    to

    .acm-video.style-1 .video-content {
        background-image: url("images/bg-trans.png");
        background-repeat: no-repeat;
    }  

    1. Screen-Shot-2016-05-13-at-10.25.07
    lightlbulb03 Friend
    #930352

    Thank you.

    i did your suggestion and it brought back information text. However, i can’t get the Learn More Link to show up below the text.

    Any suggestions?

    Ninja Lead Moderator
    #930858

    You will see the link to show up below text by removing the CSS style from templates/ja_events_ii/css/custom.css file

    .acm-video.style-1 .video-content .btn {
        display: none !important;
    }

    1. Screen-Shot-2016-05-16-at-08.32.57
    lightlbulb03 Friend
    #932435

    that worked. Thank you.

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

This topic contains 8 replies, has 2 voices, and was last updated by  lightlbulb03 8 years, 6 months ago.

The topic ‘Video Module not working properly’ is closed to new replies.