Disable fly-in function of widgets

Perfect responsive WordPress theme to showcase your mobile, iPad or tablet apps.
GK User
Tue Jan 28, 2014 1:20 pm
Hello, how can i disable the fly-in mode of the widgets on the frontpage. I have problems on smartphones and tablets that they load or fly-in very late and the user first sees a blank site. Here is a screenshot
https://lh3.googleusercontent.com/-v27f ... -15-41.png
User avatar
Fresh Boarder

GK User
Wed Jan 29, 2014 9:08 am
Hi,

It's caused by widget animations (it starts when you start scrolling),
please check this description:
http://demo.gavick.com/wordpress/bluap/?page_id=899 (scroll animations).

If you don't want this kind of animation you should remove
Code: Select all
data-anim="left"
or right attributes from your text widgets.
User avatar
Moderator

GK User
Wed Jan 29, 2014 9:23 am
Sorry for asking, in which file can I remove it?

CODE: SELECT ALL
data-anim="left"
User avatar
Fresh Boarder

GK User
Wed Jan 29, 2014 9:35 am
In your text widget content - e.g. on the mainbody widget area.
User avatar
Moderator

GK User
Wed Jan 29, 2014 9:43 am
Thanks. One more and hopefully last question.

In the screenshot below https://lh3.googleusercontent.com/-v27f ... -15-41.png you can see the slider on the top of the page. In the smartphone version there are no images but if I turn it on the side the images are displayed. Is it beacuse of the less space that the pictures are not visible or is it a problem of settings?
User avatar
Fresh Boarder

GK User
Wed Jan 29, 2014 12:02 pm
The slides are disabled on screens smaller than 420px, because it doesn't look good, but if you want to display it you should remove this fragment from css/mobile.css file
Code: Select all
.gk-is-wrapper-gk-bluap .figure > div:first-child {
      display: none;
   }
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.