I2C is only enable when you call Wire, Wire1 or Wire2. So in your case since you want to use pins18/19 as I2c you would call:

Wire.begin()
which enables I2C on those pins. Then for pins 24/25...