MurderBear
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu Displaying through fullscreen videoI went into my code and found the following. It hasn’t resolved the issue, but at least I’ve isolated that it’s a z-Index issue.
Within my code, there’s a section that looks like this in my CSS:
/* main menu */
#masthead .main-menu {
position:relative;
z-index:998;
border-top:1px solid #000;
border-bottom:3px solid #000;-webkit-animation-name:fadeIn;
-moz-animation-name:fadeIn;
-o-animation-name:fadeIn;
animation-name:fadeIn;
-webkit-animation-delay:0.5s;
-moz-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;
animation-delay:0.5s;visibility:hidden;
}Changing the z-index to 0 fixes the problem of the content displaying over the fullscreen video, however a new problem arrises where the mouse over menu appears behind the text/title of the page. Here’s a link again to the page where you can find the problem when clicking fullscreen on the video: http://www.electricbare.com/flying-lotus-ready-err/
Forum: Fixing WordPress
In reply to: Menu Displaying through fullscreen videoStill having this issue. Anyone out there with experience with this can assist?
Forum: Fixing WordPress
In reply to: Visual Edition Not Displaying – Not Plugins or Theme BasedTried the above and still no luck. Visual tab is still white even after a clean install and resetting all the plugins.
Forum: Fixing WordPress
In reply to: Visual Edition Not Displaying – Not Plugins or Theme BasedHow do I reset the plugins folder via FTP/ PHPMyAdmin?
Will deleting all my files aside from the ones you listed wipe out any of my custom content or editing to my theme, my posts, plugin settings, etc?