Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author twinpictures

    (@twinpictures)

    The issue is that the fusion post grid calculates a fixed height of each post block when the page is rendered. Adding dynamic content (or expanding/collapsing content) will change the required height, and therefore a callback will need to be triggered to recalculate the block size and layout.

    Contact your Avada theme developers and ask if there is a callback available to do this. If you experience no joy with Avada Support, come back to us and we’ll try and assist you further.

    Thread Starter dmink

    (@dmink)

    I know what they will answer because I already communicated with them with other issues and read their forum. They can’t adopt their theme for each plugin. They offer paid support.

    So, help me please here. What js/jquery function I have to add to my customization file?

    Thread Starter dmink

    (@dmink)

    Avada is the most popular WordPress theme, so this fix will be useful for your plugin, for sure

    Plugin Author twinpictures

    (@twinpictures)

    Collapse-O-Matic does have the ability to trigger a callback on expand/collapse for exactly this reason. The question is: does Avada offer a callback to reflow the fixed-height layout. Since you have a premium theme that comes with support, we recommend you open a thread with them.

    That being said, install the latest release candidate available from github then just add the following JS to your theme:

    function colomat_callback(){
       //trigger avada callback here
    }
    

    Since this is an issue that is related to your them and not our plugin, we are marking the issue as resolved.

    Thread Starter dmink

    (@dmink)

    Don’t close the topic, please, I still need help. I’ll write a ticket to Avada support now.

    Plugin Author twinpictures

    (@twinpictures)

    any update on this?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Expanded text appears behind another content’ is closed to new replies.