Jump to content
thirty bees forum

Fancybox problem


Petter

Recommended Posts

I have a "test" site up, running a default install of Thirtybees 1.3.0-main updated to bleeding edge with core updater.

When looking at product images, the image is "cut" on the left and right side, leaving only the middle of the image fully visible.

See link: http://valifest.com/en/coffee-and-tea/tea/tea-cans

The site is running on a Raspberrypi4 - Ubuntu server 64 bit and nginx version: nginx/1.19.10 - PHP7.4

any one out there have a clue about what's wrong ?

 

 

 

Link to comment
Share on other sites

I do see full pic, however on left and right side it's covered with blank.gif

if url is removed, than it's working normally.

background: transparent;

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('http://valifest.com/modules/productcontact/views/css/../img/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

Screenshot_2021-05-01 Tea - valifest.png

Edited by toplakd
Link to comment
Share on other sites

Many thanks, I commented out line 117 in /modules/productcontact/views/css/jquery.fbox.css, and now it is working as intended.

The problem seems to have been introduced by the produccontact module from FME modules.

Edited by Petter
typo
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...