• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Image display out of place

Started by grantj21,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

grantj21Topic starter

On the image viewing page the image isn't showing in the right place,  see image 1, which file controls the display of the image? Other site is fine? See image 2. I have replaced almost all files with new ones but still the same.
  •  

grantj21Topic starter

After looking for this myself I found this inside lightbox.css
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 999999999999999999999999999999;
text-align: center;
line-height: 0;
font-weight: normal;
}

I replace absloute with inherit That did the job
I think there are some more files to replace as I understand were not using the lightbox.css anymore.
Sorry for wasting your time on this guys you can remove this topic if you wish.
  •  

PHPVibe A.

Lightbox has nothing to do with your image until it's clicked.

in vibe.style.css

.media-img {
display: block;
position: relative;
margin: 0 auto !important;
min-width: 75%;
height: auto;
}


This touches the image's positioning.

grantj21Topic starter

Its turned out to be one of the root files, after replacing them it started working, I think may by load.php didn't get updated after the upgrade.
  •  

vipe

  •  

PHPVibe A.


vipe

  •  

PHPVibe A.

You could have also stated you use adult pack, which is not yet fully compatible with 3.5

Similar topics (7)