Portfolio Lightbox z-index issue

Home Forums Vozx – Multipurpose WordPress Theme Portfolio Lightbox z-index issue

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 9 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5988

    star2dev
    Participant

    Hi,

    I am setting up a photo gallery based on the simple 3 col portfolio – http://preview.magnior.com/vozx-3/?page_id=3755 – Please note that the lightbox is hidden beneath the menu – I’m using latest Chrome.

    2nd thing – See attached screenshot – The scroll to top arrow is incorrectly aligned in the footer.

    #6007

    ab-themes
    Keymaster

    Hi!

    This is our overlook, we’ll fix it in the update, until then, in style.css on line 1200 put the z-index value to 1. This will fix it.

    The issue with the back to top button is fixed in the upcoming update (it should be out within few days, our developers are swamped at the moment). You’d need to go to footer_layout_default.php in partials folder, and put the back to top button in the footer_copy div (see attatchements), and in the style.css the #back_to_top id should have these settings:

    #back_to_top{
    		width: 25px;
    		height: 25px;
    		position: absolute;
    		left: 50%;
    		top: 40px;
    		margin-left: -12px;
    		z-index: 1;	
    		text-align: center;
    		transition: all 180ms ease-in;
    		-webkit-transition: all 180ms ease-in;
    	}
    
    	#back_to_top i{
    		display: inline-block;
    		font-size: 26px;
    		color: #fff;
    		transition: all 180ms ease-in;
    		-webkit-transition: all 180ms ease-in;
    	}
    
    	#back_to_top:hover i{
    		color: #E4664D;
    		transition: all 180ms ease-in;
    		-webkit-transition: all 180ms ease-in;
    	}
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Portfolio Lightbox z-index issue’ is closed to new replies.