#wordpress 2019-06-06
2019-06-06 UTC
[jgmac1106] and [xavierroy] joined the channel
# [xavierroy] [dshanske] if I'm using a post kinds read post, what would the author mapping be? Is there a different markup for the book author and the post author?
gRegorLove_ joined the channel
[jgmac1106], gRegorLove_ and [xavierroy] joined the channel
# [xavierroy] There seems to be a bug in that. The author field is not saved unless the author url field has an entry. Could you try if it is just me or a bug?
jeremych_ and [kimberlyhirsh] joined the channel
# [kimberlyhirsh] xavierroy I've had that problem too, just haven't gotten around to filing an issue
[tonz] and [jgmac1106] joined the channel
# [tonz] [dshanske] David, I’ve been trying out the simple location plugin, and I notice that the URL it constructs e.g. https://maps.wikimedia.org/#/10/45.4656888/-73.7476701 has a / between the # and 10 of the zoom level. That makes it default to showing a global view without location. Is this a known behaviour, or shoud I submit a PR (where?)
jgmac1106 joined the channel
# [tonz] ok, filed an issue https://github.com/dshanske/simple-location/issues/116
[grantcodes], [jgmac1106], [tantek], [schmarty] and [tonz] joined the channel
[chrisaldrich] joined the channel
# [chrisaldrich] Tantek, I'm reasonably sure we've seen poor use like that before. Don't recall what workarounds may have been, except to prefer a different feed type.
# [chrisaldrich] Whats the site Url?
# [chrisaldrich] Ah, OK...
# [chrisaldrich] So you know what the theme is?
myravery joined the channel
# [tantek] [chrisaldrich] the permalink URL is https://myravery.me/2019/06/06/indieweb-summit-portland/ - IDK what the theme is
# [chrisaldrich] S/so/do
# [tantek] but clearly this is something we should 1) fix, 2) document on /WordPress_troubleshooting
[kevinmarks786] joined the channel
gRegorLove_ joined the channel
# [chrisaldrich] Looks like an Anders Noren theme. I've actually been talking to GWG about his work yesterday.
# [chrisaldrich] I'll see if I can find a repo to file against.
# [chrisaldrich] His themes are pretty popular.
# [chrisaldrich] Ravery looks like it has a variant of Hemingway which is one of the top 20 themes iirc.
# [chrisaldrich] I'm in the car atm, but will look when I'm back at my desk.
# [jgmac1106] Tantek yes and I tested this with both events and rsvps
# [jgmac1106] Rsvps easier on themes where I search all files for hentry and then delete and then add the mf2 plugin you are okay
# [jgmac1106] For events... Not in post kinds.. I had to hack on an event plugin... But I like that approach better than relying on GWG alone
# [jgmac1106] Would there be a way for parsers to say if this is a WordPress site (using a common url in header) ignore hentry?
# [jgmac1106] ... And just encourage more native themes...but noone wants to switch themes... That's like moving houses but knowing it will be quite a fixer upper
# [jgmac1106] Could something be added to the mf2 plugin that can globally search and delete hfeed or hentry @gwg?
# [jgmac1106] [pfefferle] I know you no longer want to maintain or support the mf2 plugin but do you think it is possible? Can I plugin edit a theme that much?
# [jgmac1106] WP is also stripping mf from core... That may actually solve problem when it is done. Doesn't help anomalily now
# [jgmac1106] [grantcodes] you build WP sites and themes all day. What say you? What do you consider best approach?
[aaronpk] joined the channel
# [tantek] We've spent years trying to make the hentry default in core "work" and there are just more and more examples of WPcore "hentry" mixing with embedded WPtheme markup/microformats failing in al sorts of new ways. The flaw is with splitting this markup across WPcore and WPthemes - that was the bad decision ages ago (in WP) that led us here
[xavierroy] joined the channel
# [jgmac1106] And since I don't know how wordpress works I had to file by file... Search and delete... Rinse and repeat... to remove hfeed and hentry interesting backcompat with vCard and h-card didn't mess up as muxh
[grantcodes] joined the channel
# [grantcodes] I don't really understand the issue enough past "WordPress mf2 is bad" to have many suggestions for fixing it.
gRegorLove joined the channel
# [jgmac1106] Meant could a plugin or feature be added to plugin to search and delete the terms hfeed and hentry?
# [grantcodes] Depends how they're done but I doubt it. Otherwise I'm sure someone else would have done it by now
[jansauer] joined the channel
[pfefferle] joined the channel
# [pfefferle] It might be possible with ob_* on the rendered output... something like the following https://github.com/pubsubhubbub/wordpress-pubsubhubbub/blob/c17cf4269ab738ac3ca33fad76a587e425caba56/pubsubhubbub.php#L80
# [pfefferle] GWG you have still not given up ☺ That is remarkable!
# [pfefferle] Working on my mf2 themes, yes!
# [pfefferle] But this educates the user, not the theme developer
# [pfefferle] And that is not how this should work
# [pfefferle] Mf(2) should be ubiquitous for end users
# [pfefferle] That is a different thing
# [pfefferle] With a much higher audience
# [pfefferle] And a security impact
# [pfefferle] And shouldn‘t know
# [pfefferle] To be adopted by gen 3 and above it should work without any tech knowledge
gRegorLove__ and gRegorLove joined the channel
[schmarty] and chrisaldrich joined the channel
# chrisaldrich tantek, for the closer term, it looks like Miriam is hosted on wp.com and using their Hemingway Rewritten theme: https://wordpress.com/theme/hemingway-rewritten
# chrisaldrich They haven't pushed any updates to that theme since Sept 2017, and I suspect it's unlikely that they would probably do much now.
# chrisaldrich The issue is the hfeed being specifically added in the header.php file on that theme.
# chrisaldrich I don't see an easy repository to push issues to, so the next closest thing is to file a generic issue here: https://en.forums.wordpress.com/forum/themes/
# Loqi It looks like we don't have a page for "Hemingway Rewritten" yet. Would you like to create it? (Or just say "Hemingway Rewritten is ____", a sentence describing the term)
# chrisaldrich I completely agree with you on that score, but given that they don't seem to have updated that theme in ages...
# [tantek] Hemingway Rewritten is a WordPress Theme that is one of the options on [[Wordpress.com]] https://wordpress.com/theme/hemingway-rewritten which has markup issues including errantly marking up post permalinks with an empty mf1 hentry and nested empty mf1 hfeed, which causes problems with sending meaningful Webmentions like [[RSVP]]s.
# Loqi WordPress Troubleshooting is a list of things one can try when asking for help from the WordPress Outreach Club https://indieweb.org/WordPress_Troubleshooting
# [tantek] WordPress Troubleshooting << If you are using the [[Hemingway Rewritten]] theme and sending webmentions (like RSVP posts) is not working, you might be running into the problem of that theme having errant empty mf1 hentry and nested empty hfeed at the root of post permalink pages.
# Loqi ok, I added "If you are using the [[Hemingway Rewritten]] theme and sending webmentions (like RSVP posts) is not working, you might be running into the problem of that theme having errant empty mf1 hentry and nested empty hfeed at the root of post permalink pages." to the "See Also" section of /WordPress_Troubleshooting https://indieweb.org/wiki/index.php?diff=62175&oldid=50337
gRegorLove_ and gRegorLove joined the channel
# [tantek] continuing from the thread on RSVPing on WordPress here: https://chat.indieweb.org/microformats/2019-06-06#t1559848612277300
# Loqi [[tantek]] aaronpk, why not the https://indieweb.org/rsvp#How_to_RSVP_with_WordPress instructions?
[aaronpk] and [grantcodes] joined the channel
# [grantcodes] 🤔 probably rediculous mf2 idea: If the mf2 data was inside a hidden element outside of the mf1 hentry would that fix stuff.
# [grantcodes] Wouldn't work if the html or body element had the mf1 class though
[tantek] joined the channel