verdonv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Theme update broke my websiteGood catch! Thanks.
Forum: Fixing WordPress
In reply to: Possible bug in Gutenburg Gallery blockYes, it was there with a proposed fix waiting for testing.
Forum: Fixing WordPress
In reply to: Possible bug in Gutenburg Gallery blockThank you. Yes it is a core block. I will go report it, if it is not already there.
Forum: Plugins
In reply to: [Classic Editor] After the latest wordpress update I cant edit any pages!I’m not experiencing this on any of my sites. You may have to go through the usual drill of disabling and re-enabling plugins, one at a time, to determine the culprit. It could be your theme too. In any case, it is not effecting everybody.
Forum: Plugins
In reply to: [OneLogin SAML SSO] Onelogin plugin with Google SAML?I wish I had more detail, but we did get this working with our identity provider. Getting the transformations right at the IP end was key to success. I’ll be trying later today or tomorrow on a multi-site setup and will try to get the details from the sys admin of the identity provider as to what we had to do. In short though… works like a charm!
Forum: Plugins
In reply to: [OneLogin SAML SSO] Onelogin plugin with Google SAML?Hi @kujain
Greetings from frosty Northern Canada. Thank you very much for this information. It definitely helps me get a sense of how to work with this. I’ll poke away at it this afternoon and report back.
Best wishes,
Forum: Plugins
In reply to: [OneLogin SAML SSO] Onelogin plugin with Google SAML?I guess my question is pretty much the same. We have our own identity provider. Can I configure this plugin to authenticate against that, or is this plugin only intended for using with the Onelogin service. I’m beginning to think the latter.
- This reply was modified 7 years, 1 month ago by verdonv.
Forum: Plugins
In reply to: [Classic Editor] Odd combination of stuff on one page“I know a lot of people are “uncomfortable” and some are perhaps …scared by the new editor, but IMHO everybody should give it a try 🙂”
Agreed, and I will be trying to encourage my several hundred faculty member users to give it a try in the new year. Unfortunately a simple plugin I wrote, that adds a couple formatting options to the classic RTE toolbar, is a deal-breaker for some of them, so they will have to continue to use the classic editor until I learn how to re-write my plugin to extend the Gutenberg RTE toolbar. Fortunately, I finally found some details yesterday as to an API for doing this. There doesn’t seem to be any documentation yet, but the API exists and I have found one other plugin doing just that. https://wordpress.org/plugins/advanced-rich-text-tools/
Forum: Plugins
In reply to: [Classic Editor] Multisite requestWould it be easier to just have the ability on the network settings page to change the defaults network wide?
Forum: Developing with WordPress
In reply to: Is this a case for a block?It took me a while to find, but the Gutenberg RTE can be extended. It wasn’t possible up until the last couple months, but there is an API for this now. There is no documentation yet that I can find, though a project has been started for documentation.
There is one plugin in the repository that extends the Gutenberg RTE in a couple of ways. It’s a great example.
https://wordpress.org/plugins/advanced-rich-text-tools/Here is where the documentation will eventually be developed
https://github.com/WordPress/gutenberg/issues/11105And here is where the conversation occurred leading to the development of the API
https://github.com/WordPress/gutenberg/issues/4658Forum: Plugins
In reply to: [Classic Editor] Can’t change editor from Visual to TextSeems to be working for me.
Forum: Plugins
In reply to: [Classic Editor] Multisite requestI think ultimately what you’re looking for now, in terms of control, should work. On the Network settings page you can allow admins to change the settings or not, and then on each site’s Writing Settings page, the site admin can define the default editor, and whether or not to allow users to be able to switch.
Though I suppose what you cannot do is allow some site admins control over the settings, and others not.
- This reply was modified 7 years, 4 months ago by verdonv.
Forum: Plugins
In reply to: [Classic Editor] Multisite requestI didn’t get a lot of time to test it. I set CE plugin up in advance on 3 multi site installs, 2 large and 1 small. I updated the small one to WP 5 and did some tests. It seemed to be working OK but my testing was limited. In the 24 or so hours after that there were two releases to CE plugin. I then updated the two large multi sites to WP 5 and at that point released that the CE plugin behaviour had changed.
In the end, my testing was light.
Forum: Plugins
In reply to: [Classic Editor] Multisite requestThat actually changed at some point between v 1.0 and 1.3. I had it installed on a couple multi-sites, activated on a site-by-site basis, but then after an update, lost that ability.
Forum: Developing with WordPress
In reply to: Is this a case for a block?You’re right. Thanks for the example of the drop cap. My task is exactly the same. I’ll try finding documentation. I thought I had read that that formatting toolbar could not be modified, but I may have misunderstood.