TimOetting / kirby-builder

A site builder extension for Kirby CMS
398 stars 51 forks source link

No fields shown in Firefox and Chrome #188

Closed seehat closed 2 years ago

seehat commented 3 years ago

I can't get the fields to show up in Firefox and Chrome like the following screenshot:

Bildschirmfoto 2020-11-27 um 16 44 13

I see no console errors. Just plain empty divs under the builder block headers. It's working properly in Safari.

Do you have an idea how this can be?

CMS Version: 3.4.4 Builder-Version: 2.0.16 Chrome 87 Firefox 83

bensanlau commented 3 years ago

I had this happen to me from time to time. I resolved it by removing all the kBuilder keys in localStorage (or clear site data for that domain).

seehat commented 3 years ago

Wow thanks. This is the solution. But it's difficult to explain to the client. Thx!

TimOetting commented 3 years ago

Hey @seehat yes, that's true. This issue came up in between two versions of the plugin. I will need to add some mechanism to initially clear the local storage automatically with the next update.

@bensanlau thanks for your help here

seehat commented 3 years ago

Hey @TimOetting, this would be fine! Thanks for your reply!

TimOetting commented 2 years ago

Closing this issue because this plugin will no longer be maintained, as its main functionality can be replaced by Kirby's built-in Blocks Field and Layout Field