#dmcweeneyI see-How do I get it to change on my website? Do I have to enter it in CSS?
#[asuh]easy answer, yes, you have to update your css.
#[asuh]hard answer, your css has been minified and probably converted from a preprocessor. do you know how to set up your theme to properly edit the original css and compile it down to the minified version to overwrite it?
#[asuh]scratch that, i made a bad assumption. it appears your file called `main.min.css` is not minified even though the file says it is. so it can be edited without much problem.
#dmcweeneySo how would I edit it? Would I click on the customize button and then enter CSS in the CSS box?
#dmcweeneyPerfect! It worked! So if I wanted it to extend longer, what would I change? Right now I see the scroll bar on the right (first widget top left under #culture)
#Loqi[David Shanske] Just hacked up a script using Tasker for Android that extracts the location from the Southwest inflight wifi and posts it to my location tracking server… which is queried by my website. Fun
#[asuh]GWG, I saw some of the chatter about it. good talks? good progress with Indieweb + WordPress? Indieauth sounds like there’s some drama in what’s gonna happen
#GWG[asuh]: They had a talk about finally building authentication into WordPress. OAuth2.
#[asuh]dmcweeney, you can increase or decrease the number “290px” as needed. It’s a universal number that targets all of the widgets, so you can find another class that’s specific to the widget and target the iframe that way
#GWGIt didn't translate as much into concrete questions about installation though
#[asuh]Chris mentioned in a new blog post he’s gonna take Tantek’s talk to the beginners level, probably with installation and such. So it’ll be a complementary talk in Riverside
#GWGI saw. I have work to do to improve the experience
#[asuh]Your plugin consolidation work will be good for UX improvement
#LoqiIt looks like we don't have a page for "his opinion" yet. Would you like to create it? (Or just say "his opinion is ____", a sentence describing the term)
#GWG[asuh]: pfefferle I believe had a proof of concept for storing avatars in a cache to prevent blank spots on sites.
#[asuh]i agree with caching things locally when possible. the less 3rd-party domains websites have to make calls to, the better for performance most of the time
#GWG[asuh]: With gravatar, it only caches under very specific circumstances
#[asuh]but, i understand the idea of what a CDN can do for performance in areas that aren’t close to the server
#[asuh]GWG would it be possible for the cached avatar to be served as inline SVG?
#GWG[asuh]: Right now we aren't caching the avatar, we are only caching whether an avatar exists
#GWGBut once there is a cache, anything is theoretically possible
#[asuh]GWG, so the one coming from `wp-content/plugins/semantic-linkbacks/img/mm.jpg`can’t be pulled by default for comments that aren’t associated with something already?
#[asuh]ok, probably not worth the trouble to implement
[fluffy], maxwell, [schmarty], [frank], gRegorLove_, [jgmac1106], [jeremycherfas], [KevinMarks] and [chrisbergr] joined the channel
#[chrisbergr]On the side I am working on a plugin that has local stored avatars for the users and will copy the avatars/gravatars from the comments. The biggest problem that is delaying me right now is the upload into custom folders from the Edit Profile.
#[chrisbergr]There is also the possibility to upload several avatars for one user, from which they can then choose one when posting. But that's irrelevant to the discussion above.
#GWGCaching is a different design than custom avatars, though similar
#[chrisbergr]Oh, thats true, David. I just wanted to mention that it's going in a similar direction.
#[chrisbergr]My reason for this: tbh I don't care where the avatars are stored. gravatar, other webseite, my website... But now that the GDPR has become even stricter, related to cookies, I can no longer ignore this situation.
#[chrisbergr]And even I dont care about my own data privacy, I'll do everything I can to protect the privacy of my users.
#[chrisbergr]One simple step is to cut all connections to 3rd party sites, including gravatar, webfonts, analytics...
#GWG[chrisbergr]: I had a conversation with someone at WordCamp who loves gravatar and doesn't see the point in changing it
#[chrisbergr]And because I hate those cookie consensus banners, I'm also going to prevent all cookies. -But that's not so easy with WordPress.
#[chrisbergr]Actually they are. But regarding to the eu rights, I must not write one single cookie before the user opt in
#[chrisbergr]I tried some ways. A script to prevent all javasripts from writing cookies, but I can not affect 3rd party scripts. A php script to prevent php from writing cookies, but because there is no wp function like for the db queries, it's almost not possible to prevent all ways..
#GWGYes, I am in favor of some parts of European privacy rules, but some are not thought out
[grantcodes] joined the channel
#[grantcodes]That's not quite true I don't think. If they are required my the website to function you don't have to make them opt in.
#[chrisbergr][grantcodes] that's right. in detail. Cookies like session cookies for webshops are one case of required cookies. But gravatar and analytics are not. And in case of typekit or google fonts idk.
#beko[m][chrisbergr]: mine sets no cookies as well so I don't display any banner. This is as long as you don't log in. I don't show links to login or comment boxes at all as well. If someone knows WP it can be triggered manually, oc. Don't care in that case.
#beko[m][chrisbergr]: I see. It's from fireside due to an avatar. I hate this. No idea how to solve this. I started to mirror avatars manually _if_ I can dig out a free image BUT that is a PITA to do.
#bekoIt's not that easy. Re-distributing is also kinda grey and while probably fair use (that does not apply in the EU) there are _some_ avatars I really don't even _want_ on my server.
#[chrisbergr]Displaying a tweet from someone else without their knowledge is also at least... not that easy. So yes, I understand your point.
#bekoKilling auto preview and iframe is also already a task. That emoji stuff for example WP does.
#bekoI really start to understand the static page ppl
#GWGI tried to be aware of it in my plugins, even if I am not legally bound per se
#[chrisbergr]I'm starting to hate that whole GDPR crap. For us small web page operators who want to do their own little cool stuff without harming anyone suffer from the trash of others, big and powerful. But I do not want to start any discussion here now, certainly not in the wordpress chat.
#GWGI just feel I should respect people's preferences
#[chrisbergr]@beko Yes, as I said, I'll do this. And if someone ask me to remove their image, I'll overwrite the url with mystery man so it won't be copied again.
#bekoStarted do to the same :D Using from semantic-linkbacks so I'll be very sorry if that path changes someday :D
#bekoYou really put a lot of thoughts in your plugins, GWG++
#LoqiGWG has 75 karma in this channel over the last year (144 in all channels)
#[chrisbergr]I'm using a very old version of semantic linkbacks because I tried to implement templating functionality and now I'm using this templates on my page ^^
[KevinMarks], emraeshine, gRegorLove_, [jgmac1106], [qubyte], [chrisaldrich] and [tonz] joined the channel
#[tonz]It seems the Mastodon Autopost WP plugin has trouble with scheduled post. Those get posted to Mastodon when the post goes live even if doing posting to Mastodon isn’t selected as option.
amimDiscord[m], [manton], [Jeannie], [chrisaldrich], yalangctc, [fluffy], [chrisbergr], [tantek], [bradleyallen], [jgmac1106] and jeremycherfas joined the channel