• Hi support,
    there seams to be a problem with Bricksable ?Read More (Expand)?-Element combined with Bricksforge Pro Forms https://docs.bricksforge.io/en/elements/pro-forms/#step.
    In the first step (visible) it works fine.
    But in the following steps (not visible after loading -> only step by step when clicking ?Next?), the ?Read More (Expand)? Element collaps to 0px instead of unfold to full-size content-height.

    I guess it is happens because of the element-settings of the parent-element (step-wrapper):

    • bricks-lazy-hidden
    • style=”display: none;”
    <div id="brxe-idnpjx" class="brxe-div bricks-lazy-hidden" data-brf-step="3" data-original-display="flex" data-visible="false" style="display: none;">

    ## Before Click:
    The Element looks this before clicking on read-more Button

    <div id="brxe-koxvlj" data-script-id="koxvlj" class="brxe-ba-read-more" data-ba-bricks-read-more-options="{&quot;speed&quot;:400,&quot;collapsedHeight&quot;:130,&quot;heightMargin&quot;:16,&quot;moreLink&quot;:&quot;Leitfaden lesen&quot;,&quot;lessText&quot;:&quot;Zuklappen&quot;,&quot;startOpen&quot;:false,&quot;scrollBacktoTop&quot;:false,&quot;scrollBacktoTopTarget&quot;:&quot;element&quot;,&quot;scrollBacktoTopCssId&quot;:&quot;&quot;,&quot;readMoreIcon&quot;:&quot;ion-ios-arrow-down&quot;,&quot;readMoreIconSVG&quot;:&quot;&quot;,&quot;lessIcon&quot;:&quot;ion-ios-arrow-up&quot;,&quot;lessIconSVG&quot;:&quot;&quot;}">...</div>

    The child element:

    <div class="ba-read-more-wrapper ba-read-me-gradient rmjs-3" style="height: 130px; max-height: none;" data-readmore="" aria-expanded="false" id="rmjs-4">...</div>

    ## And after click:
    The Element looks this after clicking on read-more Button (SAME)

    <div id="brxe-koxvlj" data-script-id="koxvlj" class="brxe-ba-read-more" data-ba-bricks-read-more-options="{&quot;speed&quot;:400,&quot;collapsedHeight&quot;:130,&quot;heightMargin&quot;:16,&quot;moreLink&quot;:&quot;Leitfaden lesen&quot;,&quot;lessText&quot;:&quot;Zuklappen&quot;,&quot;startOpen&quot;:false,&quot;scrollBacktoTop&quot;:false,&quot;scrollBacktoTopTarget&quot;:&quot;element&quot;,&quot;scrollBacktoTopCssId&quot;:&quot;&quot;,&quot;readMoreIcon&quot;:&quot;ion-ios-arrow-down&quot;,&quot;readMoreIconSVG&quot;:&quot;&quot;,&quot;lessIcon&quot;:&quot;ion-ios-arrow-up&quot;,&quot;lessIconSVG&quot;:&quot;&quot;}">...</div>

    BUT The child element has inline-style changed to 0px:

    <div class="ba-read-more-wrapper ba-read-me-gradient rmjs-3" style="height: 0px; max-height: none;" data-readmore="" aria-expanded="true" id="rmjs-4">...</div>

    # My assumption

    When I drag & drop the Element in the first Step (Visible by start) the same ?Read More (Expansion?-Element is working fine.
    So I guess it has to do something with the “invisible nature” of the steps following the first visible steps, which are invisible.

    #Question

    • Do you have some experiences with this unwanted behaviour?
    • Do you know any kind of solution or work-around?
    • Or is there some kind of ?event? I coud trigger to “re-calc” the height of Element “.ba-read-more-wrapper” -> after click on Button ?Next? (and changing to visible)?
    • This topic was modified 3 weeks, 1 day ago by mad99.
    • This topic was modified 3 weeks, 1 day ago by mad99.
    • This topic was modified 3 weeks, 1 day ago by mad99.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bricksable

    (@bricksable)

    @mad99 Can you try the latest version ?

    Thread Starter mad99

    (@mad99)

    Hi Ken,
    Have updated.
    Unfortunately the read-more Element now expandable also in Pro Forms Multi-Step Forms
    BUT the old worst problem is back: When I update the Plugin.
    https://www.ads-software.com/support/topic/bug-problem-with-bricksable-after-update-from-1-6-44-with-motion-page/

    Also written in the email from 2024-05-22 _ 11:17:
    Video & Credentials | Re: Contact form request – Bricksable.com
    With the same Problem in Scrolling like recorded in the Video (Link see in the email)

    I guess it has to do again with the JS-Code like before 5 moth.
    But I’m not investigated into because it’s hard to figure out with the compressed-js Code.

    Have tried different versions with Roll-Back-Plugin.
    BUT I got with all of them UN-USABLE Read-More-Element in:

    • 1.6.64
    • 1.6.63
    • 1.6.62

    Only when I rolled-back to Version 1.6.61 the Read-More-Elements does not get problems in the rendering-process and as result the website(local-dev) is scrollable to the end without hidden or broken elements (see Video in e-mail from 2024-05-22 _ 11:17).

    • This reply was modified 1 week, 4 days ago by mad99.
    Thread Starter mad99

    (@mad99)

    Also with latest 1.6.65 is the same problem.
    You have got an email with credentials for stage-server.

    Hope will help to fix the bug.

    Thread Starter mad99

    (@mad99)

    It is the JS-Code.
    Have exchange the 1.6.61 and 1.6.65
    /wp-content/plugins/bricksable/includes/elements/read-more/assets/js/frontend.min.js
    And with the 1.6.61 in the Bricksable-Plugin V.1.6.65 all works fine for scrolling.
    BUT then also the problem with the Multi-Step ONLY-Collapsable and not expandable anymore IS BACK ;(

    Have looked for the differences – after beautify the code.
    I guess it has to do with the “new” 100ms Interval: The Motion.Page plugin and also other GSAP-using websites with Scroll-Trigger (https://gsap.com/docs/v3/Plugins/ScrollTrigger/?page=1) will recognises the wrong html or body height when calc onLoad.

    • This reply was modified 1 week, 4 days ago by mad99.
Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.