Home › Forums › ASE Support › Aesop Content Block Multiple Issues
Tagged: Gutenberg
- This topic has 5 replies, 2 voices, and was last updated 1 year, 7 months ago by
Hyun Supul.
-
AuthorPosts
-
Participant
Hi,
I’ve found a number of issues with the Aesop Content block and the Novella theme.
- Once background image set, can’t be removed again
- Changes to settings not appearing in Preview unless post saved/updated (and sometimes not even then)
- Other content won’t wrap around Content block, even when Left/Right-alignmment set and explicit width set for component and content
-
This topic was modified 1 year, 7 months ago by
Alex Drinkwater.
KeymasterHi Alex, the latest ASE allows you to remove the images and have other UI improvements for Gutenberg. As for having the text wrap around the Content component, I am afraid the content component was not designed for such feature in mind, especially not under Novella. I will see if I can find a workaround.
Hyun
ParticipantHi Hyun,
thanks for getting back to me, and sorry for my late reply.
I will try the latest Story Engine update.It’s a shame about the wrapping. I had several requests from users for wrappable “sidebar”-type elements. Is that something that might be added later?
KeymasterHi ALex,
To have the text wrap around the content block, you can try custom CSS like this:.aesop-component.aesop-content-component{
float:left; /* or right*/
}You will have to set “Width of Component” to something less than 100% to make it meaningful. Let me know if you need further help here.
-
AuthorPosts