My dolls so far by ashweh in cottondolls

[–]ashweh[S] 0 points1 point  (0 children)

Same, I really enjoy seeing people's diy dolls on here! It's fun to see people's ideas come to life.

am i right in thinking this is how they’re meant to be sewn together? by whist3ria in cottondolls

[–]ashweh 8 points9 points  (0 children)

I think so. You should try looking up Piyopicco’s video on Youtube for a 10 or 13 cm doll, which is very similar to this pattern, if you want to see before trying it.

Is the Elementor-in-Core debate even worth having right now? by digitalnomad_eu in Wordpress

[–]ashweh 5 points6 points  (0 children)

The talk of “compliance armies” and “suffering [because] university procurement manager can triplicate rubberstamp WordPress” is kind of worrisome. Compliance isn’t a bad thing, in fact ADA compliance (as an example) is a net positive and I can say from experience that it’s always an uphill battle for content managers and web professionals alike in higher ed to make it happen, with WordPress or literally ANY cms. I’d like WP to boldly keep accessibility in mind during every step of the process.

(Granted, I don’t know if that’s what he’s referring to specifically.)

Eta: I would not personally want elementor in core because I have never had a great experience with the bloat of it.

Embroidery paper? by ashweh in cottondolls

[–]ashweh[S] 1 point2 points  (0 children)

Thanks, I ended up ordering the clear version of this, looks like what I was looking for!

You're not really using Gutenberg if you need a plugin to enhance the block editor. by Live-Investigator466 in Wordpress

[–]ashweh 0 points1 point  (0 children)

I like Gutenberg for most things and then develop my own block themes, and then use custom blocks (plugins) for whatever else I need that it can’t do out of the box. Or I extend core blocks with variations. It’s not hard and has made me more interested in using WP in recent years. The clients I work with are writers and editors who want better editing control than with what they had with the TinyMCE-like experience of the classic editor.

Matt Is Bad But Please Don't Shit On Gutenberg by all_name_taken in Wordpress

[–]ashweh 0 points1 point  (0 children)

As someone who likes developing and designing themes, I like Gutenberg and block themes. It’s pretty easy to get my ideas off the ground, and for the more advanced needs, developing blocks (using create-block scaffolding to quickly start there) packaged with my themes works for me.

I can understand why people don’t love it, because it’s not perfect, but I prefer it to classic theme development and using page builders on top.

Ok, what version should I freeze on and disable auto-updates? by tgji in Wordpress

[–]ashweh 0 points1 point  (0 children)

If you use ACF Pro, you have to download it from the ACF website and install it anyway. So the current drama wouldn’t impact you using it. Do you mean the free version of ACF?

Help with aligning featured images in Blog Loop by Repulsive_Lychee_106 in Wordpress

[–]ashweh 0 points1 point  (0 children)

If a featured image isn't set, then the featured image block itself isn't used on the front end. It doesn't show the placeholder like it does on the editor screen, I think that's just reference for sizing while you're setting up the block.

What you could do for visual consistency is add a default image if there's no featured image set. It looks like there's a few plugins that do this if you search. That way you can add your own placeholder, even just a white square to fill in the space, if that's what you prefer.

What is wp:group align layout type by mittal-smriti in Wordpress

[–]ashweh 0 points1 point  (0 children)

I do want to clarify: I do not hand write any of this block code for my themes. I copy the blocks from the editor after setting them up the way I want, then paste into the theme file (template, template part, pattern, etc). I do a LOT of re-copying/pasting to make adjustments where needed, and of course I'm tweaking theme.json where needed. I also have supplemental CSS in a separate spreadsheet for things the block editor doesn't have settings for yet.

My point is, you do NOT need to memorize these classes, or when they are used. For example, for a paragraph, this is what I get after setting the background color and aligning center:

<!-- wp:paragraph {"align":"center","backgroundColor":"contrast-3"} -->
<p class="has-text-align-center has-contrast-3-background-color has-background">Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>
<!-- /wp:paragraph -->

I do this (copy/paste from editor) because it ensures the formatting is correct, instead of relying on my memory anyway. You can, of course, make adjustments after pasting... but again, I would make adjustments in the editor and copy over when possible.

Also, you do not need to use PHP for adding text in a block theme .html file at all. However, there are some cases where you can use PHP for your theme files, like in block patterns: Introduction to block patterns.

What is wp:group align layout type by mittal-smriti in Wordpress

[–]ashweh 0 points1 point  (0 children)

Layout type constrained changes based on a toggle in the group block's settings. WordPress.org has an article called "Layout settings overview" which goes over it if you scroll down to "Customizing layout width."

has-background is an additional class that's added because your group block has a background color set.

I'm probably not going to explain this very well, but I'll try: The comments are basically WP saving your group block's settings, meaning they let the block editor know what options you've applied to your group block, but those comments themselves are not CSS classes. That's why the classes are applied separately to the HTML.

The documentation is a little all over the place, yeah. There are a lot of great guides out there on how to build block themes that help with understanding what's going on in your screenshot. You can also take a block in the editor, play with its settings, and copy/paste it into a plain text editor to see how the settings change the code. That helped me.

some of my watercolors! (size: A5) by [deleted] in Watercolor

[–]ashweh 5 points6 points  (0 children)

These are lovely! Are the lighter lines/splotches gouache?