Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Bottom Colusion

  • Andreas Thomopoulos
  • Andreas Thomopoulos's Avatar Topic Author
  • Offline
  • New Member
More
10 years 1 month ago #139718 by Andreas Thomopoulos
Bottom Colusion was created by Andreas Thomopoulos
Sometimes i get this kind of colution on the content-bottom section
prntscr.com/4s6ytk

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #139719 by Krikor Boghossian
Replied by Krikor Boghossian on topic Bottom Colusion
This is caused by the script which calculates the extra heights.
This script is being triggered after the page load. The issues lies when elements are being loaded after the page has been loaded and after the height has been calculated.

I would suggest that you add this at your behaviour.js file.
This re-triggers the height calculation after two seconds.

Locate this block.
        setTimeout(function() {    
           equalHeights();  
        }, 600); 

dupllicate it, paste it directly under the original code and change 600 to 2000

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum