• Resolved pgierak

    (@petergierakgmxde)


    Hey together,

    I found out, that the row – col structure breaks when trying to add “contact form 7” element in the left side

    Example: Width 1200px – 2 Cols (8 – 4)
    Adding “contact form 7” element to left side (8) then structure breaks
    And looks like this:
    <div class bt_bb_row>
    <div class bt_bb_column></div>
    </div>
    <div class bt_bb_column></div>

    Correct is:
    <div class bt_bb_row>
    <div class bt_bb_column></div>
    <div class bt_bb_column></div>
    </div>

    When removing form everthing works fine

    Looking forward for a fix 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pgierak

    (@petergierakgmxde)

    Version tested 4.7.5 and 4.7.6

    Plugin Author boldthemes

    (@boldthemes)

    Hi @petergierakgmxde,

    Thanks for writing us again.

    We have tested the mentioned situation and everything worked as it should be.

    Please, check if some third party is causing the issue, disable them and leave only BB activated. Also, please check if some of your changes to the plugin caused the issue. Thanks

    Thread Starter pgierak

    (@petergierakgmxde)

    Thanks for checkin it.
    I checked my code again and I saw an closing div too much 🙁
    After removing it it works as it should work.

    Sorry for my topic here!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 Column with Contact form 7 not working’ is closed to new replies.