#[tantek]maybe you'll have a better chance of getting core changes into Classicpress
#petermolnarif you read through some of the reviews on the gutenberg plugin, there's certainly a high amount of disappointed wp community members out there
#petermolnarunfortunately any mention of any forks on wp.org forums gets shot down fast
#petermolnar(which, from one point of view I understand, from another, it's really not a community/open source friendly thing)
#GWGSo, we'll see. Maybe I will build a ClassicPress test site and see how things work after I finish my latest Post Kinds release.
#ZegnatHow is wp.com handling this? Do they force people onto Gutenberg?
jackjamieson, [jdpinto1] and ramin joined the channel
#raminI don't see js as a real replacement for php... unfortunately. just looking at how a simple webspace has a full functioning backend, just by dropping php files in there. with js you still need to develop a backend (mostly separate from the frontend- tho of course there are some experimental frameworks) but they run in node. php has the advantage you don't need to start a server, right?
#raminanyway, this is probably to broad for a wp channel... excited about @pfefferle ActivityPub implementation for wp
#[Khurt]Hello, WordPress IndieWeb. [jgmac1106] I am using SemPress which I modified to have a 960px width. I’m not a CSS expert. I don’t now how to make the featured image and inline image fit this new width. Can you point me in the right direction? e.g. https://islandinthenet.com/carnegie-lake-sunrise/
[asuh] joined the channel
#[asuh][Khurt] It looks like your 960px declarations are causing issues with smaller widths so that there’s overflow and scrollbar on the bottom
[cleverdevil] and [kevinmarks] joined the channel
#[asuh]It looks like you need to make the photos `width: 100%` but at the same time you’ll have to remove several of the 960px declarations