Bug found
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug found’ is closed to new replies.