What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

HTML Newbie with Video background problem

calvin

New member
Joined
Dec 20, 2020
Messages
2
Reaction score
0
HTML Coins
0
Thanks in advance for all the help I have been struggling with this for a couple of days and I really would like to spend my birthday not suffering through these 4 problems. I am new to HTLM but not completely new to Webdesign, I have a couple of WordPress sites under my belt. With that being said my new site is https://icebreakersx.com and I am sure my problems are nub issues.

Problem one, There is a background video that is supposed to play in the background but as you can see it is not. I have researched quite a bit over the past 2 days and I guess I am not asking the right questions. Here is the code I am using:

<div class="cd-background-wrapper">
<figure class="cd-floating-background">
<div class="base-layer dark-overlay">
<div class="video" data-vide-bg="assets/video/DJPromo" data-vide-options="autoplay: true, loop: false, muted: false, position: 0% 0%"></div>
</div>

The second and third problem is simular but different code, when I click the call to action button “submit questionnaire” and “notify me” after the click it does nothing and the actual code appears, overlayed on the actual button. below is the code for them:

<div class="form-group clearfix">
<button type="submit" class="btn pull-right btn-primary" id="form-contact-submit">Submit Questionnaire</button>
</div>

</div>
<!--end heading-->
<a href="#" class="btn btn-default" data-toggle="modal" data-target="#modal-subscribe">Notify Me</a>
<a href="#" class="btn btn-border open-side-panel">More Information</a>
</div>

The last problem is pure inexperience. I am trying to gather information from a survey and create a contact list for my review and not sure how to do it. I am attaching my PHP. Thanks again
 
Also to add, everything appears to work in Dreamweaver but not when I clicked from the index file.
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back