Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

login compact horizontal mode

  • N6REJ
  • N6REJ
  • OFFLINE
  • Posts: 39
  • Thanks: 1
  • Karma: 1
11 years 5 months ago #228061 by N6REJ
Replied by N6REJ on topic login compact horizontal mode
kyle, go to j3.alterego-of-pwi.info/?template=%22protostar%22 and you can see the module with the only thing added is "module suffx" " pull-right"
putting the pull right reverse's the username/pw fields though idky.

as for the responsiveness ok thats good, I didn't know. I'm working hard to make this site fully bootstrap compliant. If you need admin login let me know

Bear

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 5 months ago - 11 years 5 months ago #228091 by krileon
Replied by krileon on topic login compact horizontal mode
Your issue is due to the below CSS. Your template is forcing all Label elements to be block display.

IN: templates/protostar/css/template.css
ON: Line 741
Code:
label { display: block; margin-bottom: 5px; }

I also suggest removing the pull-right as it's not needed and is adding the class suffix to child elements causing basically everything in the module to float.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 11 years 5 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • N6REJ
  • N6REJ
  • OFFLINE
  • Posts: 39
  • Thanks: 1
  • Karma: 1
11 years 5 months ago #228125 by N6REJ
Replied by N6REJ on topic login compact horizontal mode
I c what you mean, i'm not sure why its there. I'd have to ask kyle ledbetter, however, I do see that adding
Code:
span#mod_login_remembermetext{ display: inline-block; }
corrects the problem seeming to point back to the mod not being properly styled for horz. as my understanding " pull-right" is the proper way to put a module to the right in a bootstrap template. Why this reverse's the fields I'm not sure. I'm not a template coder by any stretch but I can't help but think this is a cb compatibility issue since other login modules do not have this problem. i've moved it to the footer and you'll c that it is better but certainly is not on the right side. Seeing that footer is set to chrome style "none" kinda eliminates the template imo.
yes, I could use "offsetN" however thats a static solution.

Bear

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 5 months ago #228135 by krileon
Replied by krileon on topic login compact horizontal mode
CB adds the module suffix throughout the module so you're adding pull-right basically to all the child elements. This part is a CB issue, but the label issue is due to your template. The module will be redesigned or gone entirely in CB 2.0.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • N6REJ
  • N6REJ
  • OFFLINE
  • Posts: 39
  • Thanks: 1
  • Karma: 1
11 years 5 months ago - 11 years 5 months ago #228144 by N6REJ
Replied by N6REJ on topic login compact horizontal mode
from a design point of view, considering most modules are, by default, vertical, is it still improper? I'm happy to remove it if true. I know "display" is by default block, so thinking about it, I'm not sure why it's even there.

I'm excited to see 2.0 Hope my sub is still valid when its released.

Bear
Last edit: 11 years 5 months ago by N6REJ.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 5 months ago #228178 by krileon
Replied by krileon on topic login compact horizontal mode
I suggest removing the pull-right and if you need the module floated then just use custom CSS to float it as needed. From what I could tell though it looked fine without the float.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum