Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Me too…

    In my case when I share only shows the slider data like the picture name (not supposed to appear), the site name and the thumbnail (that shall appear).
    Like this:

    Agrupamento Andar7
    andar7.com
    
    x Image Slide General SEO Frame do filme CM1

    The site is: http://andar7.com/blog/
    I’ve tried with other sliders and had the same results…

    Anyone has a clue?
    Thanks!

    In my case when I share only shows the slider data (not supposed to appear), the site name and the thumbnail.
    Like this:

    Agrupamento Andar7
    andar7.com
    
    x Image Slide General SEO Frame do filme CM1

    Anyone has a clue?
    Thanks!

    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: http://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?

    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: http://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 4 replies - 1 through 4 (of 4 total)