Modifying block after update 8.4.1 results in weird views when using block cache
PermalinkIs there a patch to it or has anybody experienced similar results after upgrading?
marketplace: pure accordion
core: youtube and google maps
Hard coded blocks may not automatically pull in other assets such as css and js files. Sometimes an asset required in a block view will be loaded when the cache is off, but not loaded when the cache is on. That can make it difficult for a custom template to add template specific assets without also overriding the block controller.
A quick fix that doesn't require any coding is to use a 'header extra content' attribute to add a <link> tag to a page header for the missing css and force it to be loaded.
If you can do a bit of php and the missing asset is used on most site pages, you could also build loading it into the theme header.
(For an accordion, yuu could use Magic Tabs
https://www.concrete5.org/marketplace/addons/magic-tabs1/... )
Will it be solved in 8.5.
Some blocks mentioned above are still not working with cache on.
Has anybody found out in the meantime?
https://www.concrete5.org/community/forums/customizing_c5/video-in-y...
Unfortunately we have no solution.