learningtechthings
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: TT3 make 2 column row with 100vw background image?Amazing that worked!
For education purposes, I am curious about what other ways we can do this using native blocks only. Can you suggest a few more alternatives? This will improve my familiarity with the most useful wordpress blocks that i might need.
Forum: Developing with WordPress
In reply to: shortcode causes broken paragraphsAnd I posted a temporary solution to both these places:
https://github.com/WordPress/gutenberg/issues/54136
https://wordpress.stackexchange.com/questions/418464/shortcode-causes-broken-paragraph-tags/418491Forum: Developing with WordPress
In reply to: shortcode causes broken paragraphsOk, i took your advice and posted the issue here:
Forum: Developing with WordPress
In reply to: Responsive Design with Block ThemesAwesome answer you’ve given me a good sense of direction. And I appreicated the cited resources too. Thank you!
Forum: Developing with WordPress
In reply to: Responsive Design with Block ThemesThanks Justin.
In terms of best practice, should designers/developers avoid trying to write any media queries to target screen sizes? Is that the reason theme.json doesn’t try to support the concept of break points and media queries? That I should try to solve UX issues with a “block type of paradigm” which is a whole new way of thinking? (eg. like how object oriented programmers needed a complete paradigm shift way of thinking when approaching functional programming). Is that the kind of paradigm shift I need to adjust to?