• Closed by: Alex
  • Closed on: 27.01.15, 10:51
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #6133 - Home page content not showing properly

Hello, i have installed the theme and set yellow theme using settings from backadmin.
when i set modules position up down as per theme it fadein animated after full page loads. It means that when page scrolls, it(module’s content) fadein according to its previous position(as we can say according to height). kindly help me urgently.

Comments

Kate Support 16 Oct 2014, 13:10

Hello,
please fill the fields of access to the back-office and the FTP in your profile http://support.promokit.eu/index.php?do=myprofile and we will try to help you.
If you wish we can disable the fadein affect and all the issue won’t appear.

hiral 16 Oct 2014, 13:37

hello thanks for your reply. I have working localy now. if you need it, i will upload it but it will take time. Can you help me where i can find the code for that. i’m a web developer so kindly guide me in which file i can make change for this issue.

Alex 16 Oct 2014, 14:43

Hi.
After changing modules hooks everything should be ok. Interesting to check this issue on the web.

Here how you can disable this effect:
1) in the end of the file \modules\pk_themesettings\js\commonscripts.js
comment in this code

 jQuery('.no-touch .load-animate').waypoint({
        triggerOnce: true,
        offset: '70%',
        handler: function() {
            jQuery(this).addClass('animated fadeInUp');
        }
    });

2) Add to Theme Settings>Custom CSS

.no-touch .load-animate {opacity: 1}