possible z-index issue
-
First, thank you for this great plugin. I will likely be purchasing for mobile support if I am able to correct a seemingly minor issue:
As you can see, I was able to achieve the effect I wanted but the video seems to have altered our logo’s z-index. Scrolling down no longer hides the image. Only the nav bar seems to.
On my functions.php I have added :
function theme_prefix_vidbg_every_page() { // Add [vidbg] params as needed. Be sure to change the container to your desired container. echo do_shortcode('[vidbg container="#masthead" mp4="http://devnull-guild.com/wp-content/uploads/2018/06/Untitled-Project.mp4" webm="#"]'); } add_action('wp_footer', 'theme_prefix_vidbg_every_page');
I’ve tried tinkering with z-index values for:
#wp-custom-header > img:nth-child(2){ }
Any help would be appreciated.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘possible z-index issue’ is closed to new replies.