Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joomla CIVICRM menu not displaying #147

Closed
jorich-2000 opened this issue Feb 4, 2018 · 11 comments
Closed

Joomla CIVICRM menu not displaying #147

jorich-2000 opened this issue Feb 4, 2018 · 11 comments

Comments

@jorich-2000
Copy link

jorich-2000 commented Feb 4, 2018

Beta15
Civicrm menu is not shown until you click on search

image

image

@jorich-2000
Copy link
Author

To fix this I had to change height and line-height to 27px in #civicrm-menu>li.menumain

@JustinDMoore
Copy link

Same for me. Thanks @jorich-2000 for the workaround. Good now.

@davidjosephhayes
Copy link

I adding a some custom css to the Isis admin template (css/custom.css) that fixed most of the Joomla specific layout/styling
problems:

body.com_civicrm:not(.toolbar) {
  padding-top: 30px !important;
}
body.com_civicrm .subhead-collapse, body.com_civicrm .subhead-btn  {
  display: none;
}
body.com_civicrm #root-menu-div+.crm-quickSearch-results {
  left: 20px !important;
  top: 165px !important;
}
#crm-container {
  margin-top: 20px;
}
#crm-container ul#civicrm-menu {
  height: 60px;
  padding: 0 !important;
}
#crm-container .label, #crm-container .badge {
  background: transparent;
}
#crm-container .crm-form-block {
  background: transparent;
  border: 1px solid #bbb;
}

@jorich-2000
Copy link
Author

Thanks @davidjosephhayes that works a treat.

@jorich-2000
Copy link
Author

I also normally add the following to get rid of the left sidebar
#crm-container #sidebar-left {
display:none;
}

@mattwire
Copy link

mattwire commented Aug 7, 2018

@jorich-2000 Could you test civicrm/civicrm-core#12632 please?

@jorich-2000
Copy link
Author

@mattwire Overall that seems to work ok - I do still need the following in the joomla admin template custom.css to get the blank joomla sub heading to collapse (it takes a lot of screen space)

body.com_civicrm .subhead-collapse, body.com_civicrm .subhead-btn {
display: none;
}

@mattwire
Copy link

mattwire commented Aug 9, 2018

@jorich-2000 Any chance you could post those comments directly on civicrm/civicrm-core#12632?

Also I think this makes sense, but can you raise it as a separate PR against CiviCRM core?

body.com_civicrm .subhead-collapse, body.com_civicrm .subhead-btn {
display: none;
}

@AkA84
Copy link
Contributor

AkA84 commented Aug 30, 2018

@mattwire civicrm/civicrm-core#12632 has been merged, does it mean i can close this issue?

@jorich-2000
Copy link
Author

From my point of view yes

1 similar comment
@jorich-2000
Copy link
Author

From my point of view yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants