I am using AdvAgg on my Drupal 8-based blog, and I see a flash of unstyled content when I go to a page after clearing my browser cache. Does anyone have recommendations on what to tweak?
I have this website that is currently using Wordpress: https://www.jamworld876.netthat I would like to migrate to Drupal 8.
On Wordpress, I use the plugin "Pods" in order to add custom meta fields on the main post type, and I also created custom posts, which also contain custom meta fields.
I set up an offline Drupal site, and installed, and activated, all the tools supposedly needed to proceed to a migration from Wordpress (CTools, Migration, Migration Plus, Wordpress Migration).
So I set up a HTML element in my webform - give it the key “address 1” expecting it to output <div id=“address_1”> but instead I get <div id=“edit_address_1”>
This happens to all the elements - how can I remove “edit” - I’m working on building a payment form with a 3rd party gateway and can’t change the IDs in the form elements.
Is anyone aware of a Drupal distribution that gives you an OpenID Connect (https://en.wikipedia.org/wiki/OpenID_Connect) provider out of the box? I know there are various modules for OpenID and OIDC, but I'm looking first to see if there's a distribution to explore first. Thanks
Is there a module that functions like a knowledge base? I'm thinking of putting together a site for work that lets users post technical information, code, concepts etc. that they want to capture and make available for all developers. I know I could use a wiki but I don't really like them. I searched the modules a few times but either I used the wrong keywords or a module doesn't exist. A module that is a simplified StackOverflow would be interesting but I'm open to something simpler as the users will all be trusted. Thanks