#wordpress 2018-12-28

2018-12-28 UTC
Asquith, strugee, [tantek], [relapse], [Vincent], [jdpinto1], [jgmac1106], jgmac1106, gkbrk, sebsel and [kevinmarks] joined the channel
#
GWG
I feel WordPress has failed me
[tantek] and [jdpinto1] joined the channel
#
petermolnar
GWG what happened?
#
GWG
Everything is JS and business needs
#
GWG
I played with Gutenberg. I am not inherently against blocks, but JS.
#
GWG
And then no resourcing for anything else
#
petermolnar
WP has been going this way since emojis were pushed through instead of being kept as plugin
#
GWG
A bunch of my tickets just got punted again
#
petermolnar
js is the new PHP. This his how Perl devs felt/feel up to this days.
#
petermolnar
the ticket ignorance certainly is a problem
#
petermolnar
my one line patch of a trim function has been in limbo for 4 years now?
#
petermolnar
so I completely understand
#
petermolnar
have you considered putting your energy into classicpress instead?
#
petermolnar
I honestly believe there is hard divide in wp community coming
#
GWG
I have thought about it, yes
#
GWG
But I am trying to think about the people in our community
#
GWG
So I would have to develop for both
#
[tantek]
tends to agree with petermolnar
#
GWG
On which?
#
[tantek]
on a lot
[jgmac1106] joined the channel
#
[tantek]
GWG, you're likely not the only person feeling this way.
#
[tantek]
It would be reasonable to focus on Classicpress and just punt on Gutenberg
#
GWG
tantek, I am considering it
#
GWG
But would that leave newcomers behind?
#
petermolnar
I quit WP for similar feelings, though Gutenberg wasn't even on the roadmap that time
#
[tantek]
nah, direct newcomers to Classicpress
#
[tantek]
maybe you'll have a better chance of getting core changes into Classicpress
#
petermolnar
if you read through some of the reviews on the gutenberg plugin, there's certainly a high amount of disappointed wp community members out there
#
petermolnar
unfortunately 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)
#
GWG
That's what frustrates me
#
GWG
Isn't replacing PHP with JS a fork?
#
GWG
So, we'll see. Maybe I will build a ClassicPress test site and see how things work after I finish my latest Post Kinds release.
#
Zegnat
How is wp.com handling this? Do they force people onto Gutenberg?
jackjamieson, [jdpinto1] and ramin joined the channel
#
ramin
I 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?
#
ramin
anyway, this is probably to broad for a wp channel... excited about @pfefferle ActivityPub implementation for wp
[pfefferle] joined the channel
#
[pfefferle]
thanks 🙂
#
ramin
transfluxus auf github. licci.eu :)
#
[pfefferle]
ah, hello 🙂
#
[pfefferle]
I just wrote you an answer on github
[kevinmarks] joined the channel
#
GWG
sighs
[tantek] and [asuh] joined the channel
#
[asuh]
GWG are you documenting your JS blockers as Github issues or PRs? I’d be curious to see what’s going on for reference or to give input
#
GWG
[asuh]: This is about the direction WP is going in, not necessarily any specific issue. But I may write a blog post
#
GWG
I have many thoughts
chrisaldrich and [Khurt] joined the channel
#
[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
[jgmac1106] joined the channel