gambitph / Stackable

Page Builder Blocks for WordPress. An Amazing Block Library for the new WordPress Block Editor (Gutenberg).
https://wpstackable.com
GNU General Public License v3.0
329 stars 62 forks source link

fix/3109 query loop class #3298

Closed Arukuen closed 2 months ago

Arukuen commented 3 months ago

fixes #3109

Note that the issue is also arises in the Horizontal Scroller Block.

github-actions[bot] commented 3 months ago

🤖 Pull request artifacts

file commit
pr3298-stackable-3298-merge.zip e6ad419eed7df4c05c6bc2148822f19bdc7c493e
github-actions[bot] commented 3 months ago

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"}}]}

Arukuen commented 3 months ago

Apparently, class names in the frontend do not use the same class appended with the instanceId, but instead are unique from each other.

Editor: 361630704-cf0c8681-3d77-4b68-982b-7eeb264b89f2 image

Frontend: Untitled

bfintal commented 3 months ago

@andeng1106 Will need to test: