Kaze (David SD)
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Missing Pagination BlockHi there! Thanks for contacting the ww.wp.xz.cn support Forums!
Are you using a Full site editing theme? (You can check if that’s the case by accessing appearance and checking if you see the editor option).
The pagination block can only be created within the query loop block. Could you try to create the pagination block at the same level as the post template block under the Query block?
Let us know the result of this test to see the next steps. If you aren’t using a FSE theme, could you share the theme name for further testing?
Forum: Plugins
In reply to: [Gutenberg] How to make buttons centered only on mobile?Hi there! Thanks for contacting the ww.wp.xz.cn support Forums!
Usually (on responsive themes) the core buttons have the same behavior on desktop and mobile. However, you can set a CSS code to force a different behavior depending on the screen size.
To do so, select the wrapper of the Button block and in the block options right sidebar, click on the settings tab (the cogwheel) and go to the bottom and type a name such as
center-on-mobile(for example) on its Additional CSS class(es) field.After that, please add this code in your “Additional CSS” tab (at My Site > Appearance > Customize https://wordpress.com/customize), in a new line, under any existing code, and make sure you click on “Save Changes” to save it:
@media(max-width:768px){ .center-on-mobile{ justify-content: center; } }You can adjust the max-width setting to smaller screens reducing the px width.
I hope this solves your issue 🙂
Forum: Plugins
In reply to: [Gutenberg] Query Loop displaying wrong number of columnsHi there! Thanks for contacting the ww.wp.xz.cn support Forums!
To rule out some options, could you temporarily switch to another theme to see if it reproduces the issue (remember to keep your content instead of replacing it with the demo if prompted while changing the theme).
If the issue persists, could you share your current theme name to see if I can reproduce the issue on a test site?
Thanks and don’t hesitate to let us know the result of the test in order to see the possible next steps 🙂