Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Johann Heyne

    (@jonua)

    Hi,

    I could not replicate that issue. Can you please tell me the Browser and Version?

    Thanks!

    Thread Starter reanimuotasis

    (@reanimuotasis)

    Chrome 73, but its not browser depending. I have managed to fix this issue in the acf-table-v5.php on 528 line.
    Instead of:
    if ( $a[‘p’][‘o’][‘uh’] === 1 ) {
    I have used:
    if ( $a[‘p’][‘o’][‘uh’] == 1 ) {
    and the problem is solved, the table header is showed on preview too.

    Plugin Author Johann Heyne

    (@jonua)

    OK, great, thats a “type of” issue I have overlooked. It will be fixed in the next release.

    Thanks a lot!
    Johann

    Hi There,

    just noticed, that this issue is still present.
    Just wanted to check in if you have any estimation when it will land into the next release?

    Is there something I can help with? Can create a PR or similar.

    Cheers,
    Sahin

    Plugin Author Johann Heyne

    (@jonua)

    Hi,

    I fixed it now in version 1.3.7
    Thank you for reminding me of this issue.

    Cheers,
    Johann

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Missing header on the preview’ is closed to new replies.