I would like users coming to my site to be able to donate small amounts of money to my content providers. I am talking about .25 cents to a dollar. Most payment transfer fees are more than the donation being made. Does anyone know of a payment method that would have no fees to the maker and the receiver, or no fees to the receiver and very low fees to the donation maker.
I had a very successful Uber Cart site several years ago that I was quite pleased with. Rounding back here 15+ years later, having a new project that I am in development on and a basic but very rusty understanding of Drupal but a much better understanding of coding and project management. I thought from my previous experience with Drupal this be a good, or at least fun starting point to evaluate dev paths to take but I am completely confounded by what I am finding.
I've got a custom ajax form table where the rows are draggable via. #tabledrag.
If I drag around some rows and press save/submit, the rows appear to pop back into their original places.
But upon reloading the page, the rows are in the correct position, the way I dragged them.
Hello, I'm fairly new to drupal and I would to know how to remove the borders on a table. I'm using the default theme and I tried changing the border field to 0 but it still shows a white border, tried to change the border color to match the background but it still won't change.
I have pored over all the docs I can find, and understand that D7 must remain in place so that it can be migrated over to a fresh install of D8. Got it. My D7 is in my public HTML root. Obviously I must install D8 somewhere else. Created a subdomain under the root (so it can be opened in a browser), and unzipped the D8 files into the root of that subdomain (cleverly named "D8").
Nowhere can I find in the docs the best procedure--once the migration to D8 is completed--to remove D7 and go live with D8. Do I just delete all of D7 and COPY all D8 files into the root?