Earlier quoted context omitted.
I've been looking hard for an open source replacement for the backend that would let my users edit as simply as with WordPress, but not tie my hands with PHP and an odd API for creating the front end. But so far, I haven't found anything that meets users needs like WordPress does. I wish there were more competition in this space. The closest I've seen--different services that let you create content and provide a Grap…
When you say "not very cheap", you're illustrating the problem: people don't want to spend money in their CMS. Companies spend hundreds (or more) a month on various SaaS services but are looking for dirt cheap for something as critical as their public facing website.
WordPress 5.0: A Gutenberg FAQ
111–120 of 146 posts
Re: WordPress 5.0: A Gutenberg FAQ
#112Re: WordPress 5.0: A Gutenberg FAQ
#113Earlier quoted context omitted.
I've been looking hard for an open source replacement for the backend that would let my users edit as simply as with WordPress, but not tie my hands with PHP and an odd API for creating the front end. But so far, I haven't found anything that meets users needs like WordPress does. I wish there were more competition in this space. The closest I've seen--different services that let you create content and provide a Grap…
Hi, check out Ghost. https://ghost.org/ - It's a blog engine with support for static pages. - It's open source (NodeJS) - It's self-hostable. - It's beautiful out of the box. - It's entirely customizable. - It's markdown-powered with a great WYSIWYG editor. - There's no data lock in; excellent import/export support. I could go on. Just give it a shot. "Ghost Pro" ( https://ghost.org/pricing/ ) from the official team…
Re: WordPress 5.0: A Gutenberg FAQ
#114This reminds me of Drupal 8 which was a massive departure from previous versions. As a part-time Drupal user with a handful of sites. The changes in Drupal 8 were just too much for me. Suddenly I had to learn Composer before I could do anything. Nothing wrong with Composer but if you aren't fulltime PHP developer this is just too much to learn to use a CMS. Installing Drupal changed from just unzipping a file to a wh…
Composer helps if you have to manage complicated modules. For example, CiviCRM is CMS-agnostic and bundles its own versions of Symfony, Guzzle, etc. If we only used zip files, we would end up with library conflicts. Composer helps fix that.
(However, I agree that Drupal tends to make things insanely complicated, and the upgrade process is underwhelming.)
Re: WordPress 5.0: A Gutenberg FAQ
#115I know this is not for everyone, but sometimes it makes sense to jump off the CMS bandwagon and build a custom site. First I used Drupal but got tired of rewriting the site on every major release and jumped on WordPress. Then on WordPress I realized I could not create the user experience I was after without committing massive amounts of time and resources in custom plugins/themes. Leaving me too dependent on a moving…
If you didn't need a CMS then I'm not sure why you were using Drupal/Wordpress in the first place. The only reason I can think to use them is if you want to hand off content editing to a non-developer.
Re: WordPress 5.0: A Gutenberg FAQ
#116Earlier quoted context omitted.
It might be fine for casual users, but it's really not good enough for those using WP to make sites for clients. That said, I wish you the best of success with it, and will continue to evaluate it as you progress.
If Gutenberg isn't an improvement for you with regard to client sites, then you're not actually developing your client sites correctly per the WordPress specs. You're relying on builders to do too much of the work for you.
"correctly per the WordPress specs" - this is like windows rolling out an update that breaks atom, sublime text, and others that were working well. Seriously.
We don't rely on page builders on 100 out of 120 sites. Some sites do have custom themes that incorporated rows for design, which may break with this update.
The sites that did rely on page builders were working great and had no need for Guten.
Re: WordPress 5.0: A Gutenberg FAQ
#117I know a lot of people dislike PHP and WordPress, but I haven't found _anything_ that comes close to it in terms of sheer extensibility and plugin ecosystem. There's a plugin for pretty much anything you might want to do with a platform. I even moved my personal Jekyll-powered blog to WordPress a few years ago. My favorite thing about WordPress is that it's a known quantity. There's an easy to follow tutorial teachin…
The number of plugins thing is offset by the reality that Umbraco plugins were generally higher quality across the board.
What you gain, though, is a sensible way to create a content structure/ component blocks and templates that work in a standard MVC way with a data model and views. WordPress on the other hand... I want to cry every time I look at a WordPress template, even when using improvements over the core like Roots provides with Bedrock and Sage. It's all imperative functions that modify state, global vars and functions, exceptions to remove all sorts of random bundled scripts and an outdated version of jQuery, just barf-ola.
And that's not even getting into the fact that by default it runs basically everything on every single request unless you install a third party caching plugin. Good luck loading config values or whatever on "startup" because the concept doesn't exist. Umbraco had a much higher level of performance out of the box, and could use generally the same additional caching techniques and performance techniques if you want to.
I truly think these types of CMSes are on their way out, as they tie the presentation layer directly to content management. The future, to me, is looking like Headless CMSes linked to a static site generator like Gatsby or React Static.
Re: WordPress 5.0: A Gutenberg FAQ
#118Gutenberg, and this whole medium.com style look to websites layouts and interactivity just makes me think it is about time for an Apocalypse. Probably starting with silicon valley going down in a sink hole (make it goolag first).. like real soon please. I'd rather go back to reading sites off geocities with starry backgrounds and little animated gif's everywhere..at least those looked like someone had fun putting the…
Re: WordPress 5.0: A Gutenberg FAQ
#119The big problem with 5.0 is that it's not actually ready and they are shipping because of Wordcamp. There are 152 open issues that they conveniently allocated 1 to 5.0, 28 to 5.0.1 and the rest to future point releases. https://make.wordpress.org/core/2018/12/06/5-0-gutenberg-sta... The introduction of Gutenberg is a huge change and yes if you've been following the development, you're probably ready for the major cha…
Hope someone writes a tutorial on how to undo this update, including the database and change over to the class press fork.
Re: WordPress 5.0: A Gutenberg FAQ
#120Earlier quoted context omitted.
You're absolutely right. The big issue (for me, at least), is that it's a security nightmare. At least last I used it. It seemed there were security exploits popping up every day. Either from the core codebase, or from some random plugin everyone seemed to be using. I think that was just the nature of how their plugin system works? I'm not sure if anything's changed, but _maintaining_ a WordPress install is not fun a…
My answer to this problem has been the plugin Wordfence. It's primary feature is a WAF whose rules update continuously and intercepts every request. Having worked at several agencies I've seen and inherited many hacked sites. I have never had a site be infected with a clean install using Wordfence. knocks on wood