Is there a quick way to change the layout of the login menu block to horizontal? I have been strggling to do that for a while now. Thanks

Comments

Jeff Burnz’s picture

Look under Extensions > Markup Overrides > Login Block Options, you will find this option. Be sure to be running at least RC2 Adaptivetheme or the dev.

iRex’s picture

Sorry, but it's not working for me. I have Sky 7.3 dev downloaded today, I tried AT 7.3 dev downloaded on may 19, and another downloaded may 22 (the current dev version). Just to be sure, the settings options you are referring to are not found in Sky, but in the AT Core, right?

I cleared the cache a few times, and even logged out and in for good measure, but the login menu does not become horizontal. Did I miss something?

Jeff Burnz’s picture

The settings are in Sky appearance settings, so on the right track but you are enabling it for the AT Core theme. BTW, you don't need the core theme enabled, only the subtheme, in this case Sky. You can just forget about the AT Core, imagine it doesn't exist, its not important unless you need something from it like a template or some other code related thing.

I haven't had time to do a clean install of Sky so check the Markup Overrides extension is enabled (under Layout and General Settings > Extensions, find the checkbox for Markup Overrides).

iRex’s picture

Jeff, the Markup Overrides is enabled, and the menu (in the Extensions sections below that) is there. But AFAICS there are only 5 sections under Extensions:

  • Design
  • Breadcrumb Settings
  • Hide or Remove
  • Accessibility
  • Extra CSS Classes

The Horizontal Login section that was available under AT Core is just not there.

Jeff Burnz’s picture

Component: Miscellaneous » Code
Category: support » bug

Must be a bug in the default settings in the info file, I'll take care of it and advise, not a biggie but probably wont get to it today.

This needs to be added to the sky.info file (anywhere in that file, doesn't matter, right at the end is fine) and clear the cache:

  settings[horizontal_login_block] = 0
  settings[horizontal_login_block_enable] = 'on'

Then the setting will appear and you can enable it.

Thanks for the feedback and patience, much appreciated.

iRex’s picture

@Jeff - No, thank you for the fine job you did on these themes. I modified the .info file as you suggested and it worked like magic