Petter Posted April 30, 2021 Posted April 30, 2021 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 ?
toplakd Posted May 1, 2021 Posted May 1, 2021 (edited) 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; } Edited May 1, 2021 by toplakd
Petter Posted May 1, 2021 Author Posted May 1, 2021 (edited) 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 May 1, 2021 by Petter typo
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now