Kel Santiago-Pilarski
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] How to change editor width?Hi @donbowman, thanks for reaching out! It does look like what you’re experiencing on your site is similar to the issue described in the Github link you shared.
I’m wondering if it makes any difference if the blocks are not grouped? Are the blocks grouped to have the same background color? Have you tried CSS for the background color of that group?Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Removing whitespace in footerHi @justanothertechbro! CSS code can be added in the site editor > Styles settings > 3 dots and “Additional CSS” like in this guide.
I don’t know why my footer is not sticking to the bottom of the page.
Can you please share more details what you mean by this?
Thanks for getting back here to let us know. We’re glad that’s sorted out.
No worries at all, you’re welcome!Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] No PUBLISH buttonHi @jos447!
Thanks for reaching out! Can you please share more details:
- Which part of the site are you where you can’t see the Publish button? Are you in the page editor, post editor or site editor?
- Have you tried clearing your browser cache first, or used another browser to check if you see the Publish button there?
- Is the Publish button visible at first and gets removed after you make changes? Or is the Publish button missing from the start?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Page headings breaking words on mobile viewHi @beccaj48, I visited your site in mobile and the site title and texts in the header are not being cut off in multiple lines. If you’re still experiencing this issue in mobile, please clear your browser cache or check the site with other browsers.
Hi @clemdia!
Hmm, that is odd. Twenty Twenty-Four works with 6.6.1. Can you retry and add Twenty Twenty-Four again? If you still get the error, please check with another browser. You can also try and download the theme zip file from this link and upload to your site.
Hello @stefandumitru!
Thanks for writing in and sharing your site url. On my test site, I was able to replicate the blocks you have under the ‘Advertising experience’ section. In desktop, it’s alternating text – image on the first row, and image – text on the second row. But in mobile the images are appearing next to each other instead of alternating like in desktop. This is expected on a smaller screen like mobile, as on the first row, it’s text – image, then the second row image – text.Currently, the blocks used are Columns block – the first column with texts, and the other column with the image. To make the texts and image alternate in both desktop and mobile, instead of the Columns block, use the Media and Text block instead.
For example, on the first row, have the text on the left and image on the right like in this screenshot. And the other row with the image on the left like in this screenshot.
For the ‘Papercut Short Film’ section, you can also try the Media and Text block and check if that will make the image expand like the texts on its right.
Forum: Plugins
In reply to: [Classic Widgets] Inactive WidgetsHi @rik0399 !
I have noticed that the widgets created have now become ‘inactive’?
Do you recall what changes or updates were made to the site before the widgets became inactive? And what are those widgets?
I could drag and drop each back to the the created widget folders but these are many and would take a lot of time in doing so.
Even though moving widgets into folders takes some time, does this manual method work?
Thanks for posting there, @w-sky. Since there’s already a reply in WooCommerce, I’ll mark this topic resolved.
Hello @kicksite!
Thanks for sharing your screenshot. You want to reduce the width of the Block Settings in the site editor or page editor sidebar, is that correct? If yes, what’s the reason why you want to edit the width of the Block Settings?Hi @shrewy!
Thanks for sharing your site link, but I’m unable to see that due to an error. From what I understand, you’ve created a header with the mini cart and it looks great in desktop, but not in mobile, right?
Can you share screenshots how it look in desktop and mobile? Also, have you tried deactivating all your plugins except WooCommerce, and checked how the header looks like in mobile after doing that?Forum: Themes and Templates
In reply to: [Twenty Sixteen] Overwriting synchronized patternsHello @autori76!
I’ve already figured it out myself.
I’m glad to hear that, thanks for letting me know.
And to think that a few years ago I criticized the introduction of blocks to WordPress, and now I think it’s something great. Especially considering my experience with creating my own theme, plus block overwriting.
We’re glad you’re finding blocks useful. Thank you for your feedback and taking the time to share that! 🙂
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Overwriting synchronized patternsHello @autori76 !
Thanks for writing in and sharing the GIF example. I’ve just tried these synced patterns with the Twenty Sixteen theme and it worked. After creating a pattern, duplicating it and editing the original pattern affected the duplicates.
Please refer to this guide here for synced patterns – https://developer.wordpress.org/news/2024/06/18/an-introduction-to-overrides-in-synced-patterns/#synced-patternsHi @annyzfc! I checked in desktop and mobile the page you shared, and the long texts do not get cut off in smaller screens.
Please share the following:
- Screenshots of the long texts that are cut off in smaller screens
- Page links where the cut off texts are found
- And what browsers have you tried?
Hi @jonasgs!
Open the page or site editor where the cover block is at. Click the cover block > click Settings icon on the upper right to open the Block settings. On the lower right is Advanced, click that and under “Additional CSS Classes”, enter in the box
cover-image-class
Screenshot: https://wordpress.org/documentation/files/2023/03/cover-block-advanced.pngThen go to the site editor. On the upper right, click Styles settings > click the 3 dots next to it, and select “Additional CSS”. Add the CSS code in the box and click Save.
The CSS code will apply only to the cover block withcover-image-classclass you’ve added to.
See the guide here on applying CSS code in Styles: https://wordpress.org/documentation/article/styles-overview/#applying-custom-css- This reply was modified 1 year, 10 months ago by Kel Santiago-Pilarski. Reason: Edited to add the correct link to Applying Custom CSS documentation, instead of a screenshot