#wordpress 2017-11-29

2017-11-29 UTC
[kevinmarks], Bhh, tantek, zb111 and [miklb] joined the channel
#
[miklb]
finally broke through the mental block that had been holding me back on my switch. Hope to make quick progress now.
#
GWG
[miklb]: Switch?
#
[miklb]
well, what I outlined in my blog post.
#
GWG
The site split?
#
[miklb]
I was struggling with how I wanted to display the h-card widget. I’m writing the theme to utilize the existing plugin architecture, eventually adding customizer support.
#
[miklb]
not architecture, more like IW plugin ecosystem
#
GWG
How do you like the Widget?
#
[miklb]
pretty much spot on. Not seeing anything I’d change. Like I said, I may need to add a class here or there, but not sure yet. Will let you know soon.
#
GWG
I wanted it to be easy to style.
#
[miklb]
I think with the rel-me widget being separate, it’s going to make it even easier.
#
GWG
That is also intentional.
[kevinmarks], jeremycherfas, [xavierroy] and [mrkrndvs] joined the channel
#
[mrkrndvs]
Is it plausible that my issues with webmentions stemmed from my failure to markup the HTML?
#
jeremycherfas
Have you looked at a post with one of the tools, like unmung.com or https://pin13.net/mf2/ ?
#
jeremycherfas
I have not been following the "issues" in any detail, so not sure what I would be looking for.
#
GWG
Morning
#
Loqi
morning!
[keithjgrant], dougbeal|mb1, [kevinmarks] and [eddie] joined the channel
#
jeremycherfas
Hello. Trying to style the sidebar in Independent Publisher, and I cannot quite wrap my head around where it gets the widgets from. The `sidebar.php` file shows Search, Archives and Meta, but on my actual site I am showing a Patreon widget and two Text widgets. So, wondering how I can style the widget containers.
dougbeal|iOS and [miklb] joined the channel
#
[miklb]
I would just view source and see what ids/classes those widgets are getting. Then backtrack to grep plugins/themes to see where that is referenced.
tantek and [manton] joined the channel
#
jeremycherfas
I did that to discover that it was all in sidebar.php, but I'm not seeing it pull in the widgets I actually use.
#
[miklb]
ah, sorry. search, archives and meta most likely are defaults until the user inserts their own widgets in the admin.
#
[miklb]
Appearance -> Widgets
#
jeremycherfas
OK. I need to just get in and fiddle.
#
[miklb]
Are you using a child theme already or the main theme files?
#
[miklb]
I would think you could target those classes in the stylesheet without having to edit any php
#
jeremycherfas
Yes I do use a child theme. But looking at the source, the widgets are presented as <aside> without divs around them.
#
jeremycherfas
I want to try and use flexboxes for them
#
jeremycherfas
Https://jeremycherfas.net
#
[miklb]
which widgets are you referring to?
#
jeremycherfas
You have to go to a single post. I use single column display, and there are three widgets below the post.
#
jeremycherfas
They're narrow enough that I could flex them across a row in a larger browser
#
jeremycherfas
My mistake. I gave you the wrong site. Ooops.
#
jeremycherfas
Https://eatthispodcast.com
#
jeremycherfas
Srry about that.
#
[miklb]
ah. you *should* be able to target #secondary aside for your flex items and use #secondary as the container. Untested
#
[miklb]
did that work?
raretrack and [jeremycherfas] joined the channel
#
[jeremycherfas]
Not had time yet.
[chrisaldrich], chrisaldrich, [manton], j12t, [cleverdevil], tbbrown, [kevinmarks] and [miklb] joined the channel