I have currently AT 7.x-3.1+93-dev.

Is AT compatible with the module Breakpoints? This module works together with Context Breakpoints which adds media query breakpoints to Context conditions. As a result, you can display a block on the page or not, depending on user screen resolution (which is queried and stored in a cookie).

I installed the Breakpoints and the settings page looks like this:

breakpoint module settings

There are no breakpoints. Hence, there are no breakpoints available in the Context module.

Is it possible to make the breakpoints from AT visible to this module?

CommentFileSizeAuthor
prtscr.png30.22 KBraincloud
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

raincloud’s picture

I am sorry, please delete the duplicates. I had "Bad Gateway" response and I thought they didn't get posted...

Jeff Burnz’s picture

Yeah, of course you can use breakpoints, but the theme itself won't use them directly, but you can use them in responsive pictures and stuff like that etc.

Note in the Drupal 8 version the theme now relies on the Breakpoints module (Breakpoint is in Drupal 8 core now) and does use them directly in the layout and other settings.

ptmkenny’s picture

@Jeff Burnz
Is there any plan to backport the D8 Adaptivetheme changes to use the Breakpoints module in D7? I'm looking at upgrading my Pixture Reloaded site to use responsive images and I'm trying to find the best way to do that.