• Resolved drandle1

    (@drandle1)


    Promotion Slider has begun to hide my primary drop down menu. Click here and hover over either of the drop down menus for an example.

    I checked to see if I was having a browser issue, but I had the same problem in IE, Firefox, Chrome, Safari, and Torch. So the only thing left I could think of would be the promotion slider itself.

    I’m using the standard wp menu under the appearance tab for menus. Should I get away from the wp standard wp menus?

    This is the first time I’ve had any problems with this plugin, hopefully somebody can explain to me how-to correct this.

    Thanks for your help!

    https://www.ads-software.com/extend/plugins/promotion-slider/

Viewing 2 replies - 31 through 32 (of 32 total)
  • That did it, thank you!

    Hi! I’m having the same problem on mobiles and when the browser is smaller. I’ve tried editing the style.css
    (Hiero: Stylesheet) as proposed in this topic but it continues overlapping it.
    I’ve tried with other sliders and it happens with all of them.
    The slider is inside a shortcode but it seem to be ok:

    /*** Shortcodes Ultimate - galleries elements ***/
    
    .su-slider {
    	position: relative;
    	margin-bottom: 1.5em;
    	overflow: hidden;
    	-webkit-backface-visibility: hidden;
    	-moz-backface-visibility: hidden;
    	-ms-backface-visibility: hidden;
    	-o-backface-visibility: hidden;
    	backface-visibility: hidden;
    	z-index: 1;
    }

    Maybe is the loading order?
    The site is: https://andar7.com/blog/

    /* MENU
    ----------------------------------------------- */
    .sf-menu ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    	}
    .sf-menu li ul {
    	top: -999em;
    	position: relative;
    	z-index: 99999 !important;
    	}

    The only thing I changed was the position (was absolute) and added the !important command after 99999 (it is Hiero’s theme default z-index)
    Could anybody help?

Viewing 2 replies - 31 through 32 (of 32 total)
  • The topic ‘Slider hides drop down menu’ is closed to new replies.