-
UPDATE: the way which dear @Gabe has found is fine. You may disable covers but on the necessary page like in the profile view you may insert the service block with the following code:
array ( 'module' => 'bx_persons', 'method' => 'entity_cover', 'params' => array ( 0 => '{content_id}', ), )With the added {content_id} it would be better. About profile with the S. Freud's avatar - I just re-uploaded the cover and it looks more actual now. Perhaps it was the files cache issue.
-
It should be the Skeletons->Service block (this variant is available only in the Developer->Pages app).
-
Oh! Great! Got it.
Now to apply similar fix for the Events cover (which is also behaving the same way) I tried a few variations of the following code without success:
array ( 'module' => 'bx_events', 'method' => 'entity_cover', 'params' => array ( 0 => '{content_id}', ), ) -
For the sake of people who come behind me, I'll add this screen shot. NB: This Service block replaces the Cover block (now disabled).