Friday, December 13, 2013

Chef LeeZ season's Greeting Ad Version 4 overflow no longer shows the overflow text and works fine on I.E. (sometimes the swiped picture page 1 & 2 don't release when the mouse is release) works now except for Chrome where page 1 & 2 swipe-able carousel pictures do not swipe but the page 3, 360 degree picture frame, swipes perfectly.

We had to add the recommended code to the first page via  code view not the css style.

 overflow: hidden;

found this code about three code sets down in code view and  added   overflow: hidden; to bottom of this code
.gwd-page-wrapper {
        background-color: rgb(255, 255, 255);
        position: absolute;
        -webkit-transform: translateZ(0px);
              }

so it now looks like this:

.gwd-page-wrapper {
        background-color: rgb(255, 255, 255);
        position: absolute;
        -webkit-transform: translateZ(0px);
        overflow: hidden;
      }

and we get this

http://www.cookingschoolsintl.com/chefleez/Ads/AdsInterDC/CLSGrtg13v4/index.html

Now waiting for the fix for it to function on Chrome. We amy try using the 360 gallery on all pages and see if it works on all pages in Chome and I E as page 3 with a 360 gallery works on all versions.

No comments:

Post a Comment