Closed Arukuen closed 2 months ago
file | commit |
---|---|
pr3298-stackable-3298-merge.zip |
e6ad419eed7df4c05c6bc2148822f19bdc7c493e |
Try this Pull Request in the WordPress playground: https://playground.wordpress.net/?mode=seamless#{"landingPage":"/wp-admin/post-new.php?post_type=page","preferredVersions":{"php":"latest","wp":"latest"},"steps":[{"step":"login","username":"admin","password":"password"},{"step":"installPlugin","pluginZipFile":{"resource":"url","url":"https://raw.githubusercontent.com/gambitph/Stackable/artifacts/pr3298-stackable-3298-merge.zip"}}]}
Apparently, class names in the frontend do not use the same class appended with the instanceId
, but instead are unique from each other.
Editor:
Frontend:
@andeng1106 Will need to test:
fixes #3109
Note that the issue is also arises in the Horizontal Scroller Block.
stk-abc1234
stk-abc1234-1
,stk-abc1234-2
, etc.BlockCSS
(found in style tag) providing styles in the editorstk-abc1234-column
andstk-abc1234-horizontal-scroller
stk-abc1234-1-column
,stk-abc1234-2-column
, etc.getContentAlignmentClasses
).