Hello,
Opening a feature request to support Bootstrap 4 within Drupal 7.

As a side note, it's slightly confusing that the project homepage has Bootstrap 4's logo at the top with no further clarification as to the fact that D8.x-4.x is the only version that supports Bootstrap 4.

Thanks,
-Chris

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

CLKeenan created an issue. See original summary.

shadcn’s picture

@CLKeenan I don't have any plan right now for Bootstrap 4 on Drupal 7. Supporting Radix for Drupal 8 is already taking a lot of my contrib time right now.

But I might consider it I get some help :)

I'll update the project description.

lexsoft’s picture

Hi @arshadcn,

Do you think it's possible to use Bootstrap 4 with radix Drupal 7? I don't see a lot of classes used.

Is there any downside if I change the version in bower to bootstrap 4?

Thanks,

jenlampton’s picture

@lexsoft did you have any luck switching to Bootstrap 4? I'd like to try it on one of My Backdrop CMS projects too.

lexsoft’s picture

Hi @jenlampton,

No luck, I used Bootstrap 3.

doxigo’s picture

Status: Active » Closed (won't fix)

Unfortunately, at this point, we are not really developing/updating new features in 7.x branches, sorry. closing the ticket

gloomcheng’s picture

FileSize
138.02 KB

I make a patch for Bootstrap 4 supported on my own purpose.
The project structure well referenced from Radix 8.x-4.x.

  1. Create a subtheme: drush radix SUBTHEME NAME.
  2. Install required modules: cd /path/to/SUBTHEME_NAME; npm install;.
  3. Update proxy in /path/to/SUBTHEME_NAME/webpack.mix.js.
  4. Watch: npm run watch.
gloomcheng’s picture

FileSize
138.02 KB

UPDATE: Support Bootstrap 4 Tabs

gloomcheng’s picture

FileSize
138.8 KB

Re-attached patch file.

doxigo’s picture

Status: Closed (won't fix) » Needs review

Okay great work Gloomcheng, in case you are done let me know and I can create a new branch off of your patch
putting this ticket on "Needs review" for now

gloomcheng’s picture

Hi, @doxigo, the attached patch on #9 was tested (on local environment) and workable version.

gloomcheng’s picture

FileSize
138.71 KB

Updated: Add tabs support.