Black Lines appear on Gavick Image Show GK4

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Mar 15, 2016 4:19 pm
Hello,
I use Image show GK4 on my website's frontpage http://www.e-accounting.gr and black lines appear when the slideshow rotates on several machines running the latest version of Firefox on Windows 7. Other browsers (Chrome) operating systems (Linux) work fine.
You may find a screenshot here:
http://www.e-accounting.gr/black.lines.png
Any help will be greatly appreciated.
Best Regards,
Evangelos
User avatar
Fresh Boarder

teitbite
Sat Mar 19, 2016 10:06 am
Hi

I cannot check it on actual device, but I think this browser is not capable of rendering 3d transformation correctly. You will have to disable it by adding this code to override.css:

Code: Select all
.gkIsWrapper-gk_appsprotech .gkIsText,
.gkIsWrapper-gk_appsprotech .gkIsSlide {
-moz-transform: none !important;
-moz-transition: none !important;
transform: none !important;
transition: none !important;
}
User avatar
Moderator

GK User
Sun Mar 20, 2016 3:36 pm
Dear Teitbite,
Thank you for checking out my problem. The CSS classes you mentioned are a great starting point in solving the problem. The black lines have indeed disappeared but unfortunately there is a new problem:
    The slideshow now rotates in a weird fashion with no 3D animation on all browsers and all operating systems
    I have cloned the website the new problem can be found here http://www.e-accounting.gr/test/
    I will tamper with it see what happens!
Any help would be greatly appreciated.
Cheers,
Evangelos


teitbite wrote:Hi

I cannot check it on actual device, but I think this browser is not capable of rendering 3d transformation correctly. You will have to disable it by adding this code to override.css:

Code: Select all
.gkIsWrapper-gk_appsprotech .gkIsText,
.gkIsWrapper-gk_appsprotech .gkIsSlide {
-moz-transform: none !important;
-moz-transition: none !important;
transform: none !important;
transition: none !important;
}
User avatar
Fresh Boarder

GK User
Sun Mar 20, 2016 4:08 pm
Updated Firefox with a very recent update and everything works now!
Thanks for your time!
User avatar
Fresh Boarder

teitbite
Thu Mar 24, 2016 1:12 pm
Hi

Ok. Good to know, thank You for shearing what the problem was. Closing this thread now.
User avatar
Moderator


cron