• Resolved sbarraud

    (@sbarraud)


    I’ve found a bug in the code of the premium part. (maybe it’s not but I wasn’t able to hide the header with the current code)

    In the functions extra fields at the line 979, you are calling the wppb_heading_handler function without the id of the field.

    wppb_heading_handler($page, $value[‘item_title’], ”, ”, $value[‘item_metaName’])

    I’ve fixed it with:
    wppb_heading_handler($page, $value[‘item_title’], $value[‘id’], ”, $value[‘item_metaName’]);

    I hope it helps

    Best regards,

    Sylvain

    https://wordpress.org/plugins/profile-builder/

Viewing 1 replies (of 1 total)
  • Plugin Contributor barinagabriel

    (@barinagabriel)

    Hello Sylvain,

    and thank you for letting us know!

    We are currently finalizing work on the new UI of PB, which will have this redone as well.

    Since this new version should be launched within the month, I honestly don’t think we will release a new update just with this (though I will certainly note it).

    Thank you once again!

    Regards,
    Gabriel

Viewing 1 replies (of 1 total)

The topic ‘Bug found’ is closed to new replies.