Skip to Content Skip to Menu

Tab Menu always opened in responsive view

7 years 1 month ago #297488 by mobilehochzeitsdjs
Tab Menu always opened in responsive view was created by mobilehochzeitsdjs
Hi,

how can i activate tab menu in responsive view (a.e.: Iphone Portrait) as always opened without klicking on button?


Thanks and brgds,
Benjamin
Attachments:

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
7 years 1 month ago #297505 by krileon
Replied by krileon on topic Tab Menu always opened in responsive view
It shouldn't be expanded by default unless something is forcing the elements displayed with CSS. Switch to default Joomla protostar template and see if issue persists.


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.

7 years 1 month ago #297534 by mobilehochzeitsdjs
Replied by mobilehochzeitsdjs on topic Tab Menu always opened in responsive view
I´m sorry but i meant that i like to have menu always opened. Can you tell me how to do that?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
7 years 1 month ago #297537 by krileon
Replied by krileon on topic Tab Menu always opened in responsive view
You'll have to right click and inspect element on it to open your browsers developer console then try to override the CSS and save those overrides to either your Joomla or CB template. I don't see why you'd want to do this though as there's no reason for the menu to be scrolling the profile page at all times. Example as follows

Code:
@media (max-width: 767px) { .cb_template .cbCanvasLayoutMain.cbPosCanvasMain .cbPosCanvasMainMiddle .cbTabsMenuNavBar { position: relative; margin-top: -71px; } .cb_template .cbCanvasLayoutMain.cbPosCanvasMain .cbPosCanvasMainMiddle .cbTabsMenuNavBar .navbar-header { display: none; } .cb_template .cbCanvasLayoutMain.cbPosCanvasMain .cbPosCanvasMainMiddle .cbTabsMenuNavBar .navbar-collapse { display: block; } }

See the below on how to use CSS overrides in CB.

www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy


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.

7 years 1 month ago #297540 by mobilehochzeitsdjs
Replied by mobilehochzeitsdjs on topic Tab Menu always opened in responsive view
Hi,

thanks for your quick response.

If you look here: test.mobile-hochzeits-djs.de/index.php?option=com_comprofiler&view=userprofile&user=62&Itemid=1360
You´ll see in responsive mode (<767px), that new visitors can´t see what menu is good for. Menulabel (active item) is missing. Only if you klick on menu item, you´ll see child entrys.

Brgds,
Benjamin

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
7 years 1 month ago #297545 by krileon
Replied by krileon on topic Tab Menu always opened in responsive view
That's mostly because you're not using the canvas layout causing the menu to be shoved deep down the page. In your usage I wouldn't use the menu styling for tabs at all. The CSS example I provided above is only if using the canvas layout. You'll need to create CSS using what I've provided as an example for your current tab position.


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