• Resolved tigmewp

    (@tigmewp)


    Hallo Team

    Since the Essential Blocks plugin update yesterday, the accordion item content – when the accordion title is clicked – is limited to a maximum height of 1000 pixels by an inline style. It worked perfectly just before that, even with very long content.

    In the Firefox inspector I found the following HTML:
    <div class="eb-accordion-content-wrapper" style="max-height: 1000px;">

    I tried to override this inline style by updating ‘eb-accordion-content-wrapper’ in my child-theme’s style.css with various pixel heights, “none” or “inherit” and even “auto”, but then all the accordion items on the page are kicked open all at the same time and not revealed individually as an accordion title is clicked.

    Any suggestion to side-step this issue would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter tigmewp

    (@tigmewp)

    Hallo Team

    Thank you for the update yesterday, but unfortunately the above problem still persists.

    For those experiencing the same issue, here is a temporary CSS workaround that I added to the child-theme’s style.css file:

    
    .eb-accordion-content-wrapper[style^="max-height: 1000px"] {
    	max-height: 4000px !important;
    }
    
    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @tigmewp

    I hope you are doing well. Sorry for my late reply. Our dev team is already working on it. Thanks a lot for the details.

    I will inform you of another update once the issue is fixed; allow us some more time for the fix.

    Thank You.
    Have a nice day.

    Thread Starter tigmewp

    (@tigmewp)

    Hallo @mahbubshovan

    I am doing great, thank you, and hope you are too?

    Thank you for looking into this issue. The CSS workaround is working quite well, so I am in no rush at the moment.

    Enjoy a wonder-filled day too.

    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @tigmewp

    I hope you are doing great today. Thanks a lot for your update. We have already fixed the issue and will release a new version with the fix as soon as possible.
    I will inform you of another update once the release is available with the fix, no worries.

    Thank You.
    Have a nice day.

    Thread Starter tigmewp

    (@tigmewp)

    Hallo @mahbubshovan

    I am very well, thank you and hope you are too?

    Thank you for all your efforts and a great plugin. I’m looking forward to the new update.

    Enjoy a productive and happy day too.

    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @tigmewp

    I hope you are doing well. Today we have released a new version (3.8.3) of the plugin, which fixed the issue you mentioned. I am requesting you, please update your please and let me know how it goes.

    I am waiting for your valued response.
    Have a nice day.

    Thread Starter tigmewp

    (@tigmewp)

    Hallo @mahbubshovan

    I am doing very well, and you?

    Thank you for attending to this issue. I installed your update and it has indeed fixed the problem. The accordion works like a charm again!

    Enjoy a wonder-filled day too.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Accordion item height limited to 1000px with max-height inline css’ is closed to new replies.