CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.3 Release Testing (Moderator: pdelbar) »
  • Navigation bar/toolbar Not showing
Pages: [1]

Author Topic: Navigation bar/toolbar Not showing  (Read 6988 times)

speedyrob

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: Joomla 3.0.3
  • MySQL version: 5.5.23
  • PHP version: 5.3
Navigation bar/toolbar Not showing
March 27, 2013, 01:21:11 pm
HI

I am using Joomla! 3.0.3 and I know that it is not really the platform of choice to test, but since I am, I am writing to see if I can get any pointers. I installed CiviCRM 4.3Beta4 here, and the navigation bar/toolbar is not showing up. It might be all the way tucked up under the Joomla 3.0 menu bar, but I would like to see if anyone can tell me what files would control where the CiviCRM bar is controlled? Any .php files? Any .tpl? Any .css ?
 

Let me know
Attached is a screenshot,
Thanks!

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Navigation bar/toolbar Not showing
March 27, 2013, 04:18:32 pm

templates/CRM/common/Navigation.tpl
CRM/Core/Smarty/plugins/function.crmNavigationMenu.php

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

speedyrob

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: Joomla 3.0.3
  • MySQL version: 5.5.23
  • PHP version: 5.3
Re: Navigation bar/toolbar Not showing
March 28, 2013, 01:31:02 pm
HI Lobo

Thanks for the location of the files.

Here is the FIX IF you are using Joomla! 3.0.3 and CiviCRM 4.3 Beta.X, AND your navigation bar is missing:

File: administrator/components/com_civicrm/civicrm/templates/CRM/common/Navigation.tpl

Line 26: <div id="menu-container" style="display:none;"> (DELETE the code highlighted in orange)

Line 33: <input type="text" id="sort_contact_id" style="display:none;" />  (ADD code highlighted in orange)


File: administrator/components/com_civicrm/civicrm/css/joomla.css

ul#civicrm-menu {
    z-index: 1;
    position:relative;
    border: none;
    left:0px;
    height:0px;
Line 469:    padding: 2px 0px 26px 2px !important; (CHANGE bottom padding to 26px from 22px)
Line 470:    padding-bottom:26px !important; /*moz bottom */  (CHANGE bottom padding to 26px from 22px)
    padding-bottom:2px; /*ie bottom */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

Thanks!

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Navigation bar/toolbar Not showing
March 28, 2013, 01:51:44 pm

Hey speedyrob:

thanx for investigating and coming up with proposed solutions. Much appreciated.

Can you please take the next steps and do the foll:

1. Create an issue @ http://issues.civicrm.org/ and maybe with a title like: Patches for Civi to work with joomla 4.3

2. Create unified diff files for this issue and the cli issue

http://jungels.net/articles/diff-patch-ten-minutes.html
https://www.google.com/search?q=how+to+create+a+patch+file&aq=f&oq=how+to+create+a+patch+file&aqs=chrome.0.57j0l3j62l2.3481&sourceid=chrome&ie=UTF-8

Attach the patch file(s) to the issue.

3. If you are a developer, even better would be to file a Pull Request for the civicrm account on github

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

sandbox

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.2.0
  • CMS version: Joomla 2.5.6
  • MySQL version: 5.0.95
  • PHP version: 5.3.16
Re: Navigation bar/toolbar Not showing
April 12, 2013, 09:57:34 pm
 :D Thank you SO MUCH! New to running CiviCRM, Joomla, MAMP on my laptop and the hits on this issue weren't getting anywhere until I specified version 4.3.  Figured it was in a template somewhere but nothing to compare it to.

btw- This is still not fixed in the non-Beta 4.3. I downloaded civicrm-4.3.0-joomla-alt.zip   modified 2013-04-11   size 18.0 MB

Yay! now I can work.

kamesg

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: Drupal 7.0 & Joomla 3.0
  • MySQL version: 5.5.30
  • PHP version: 5.4
Re: Navigation bar/toolbar Not showing
April 13, 2013, 02:49:38 pm
Hi speedyrob and Donald Lobo,

I just want confirm if an issue or Pull Request GitHub has been submitted?

If not I would be happy to organize and submit the patches required for the Joomla 3.0 port over. ;D


Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Navigation bar/toolbar Not showing
April 13, 2013, 04:26:46 pm

here's the joomla issue:

http://issues.civicrm.org/jira/browse/CRM-12096

paul delbar has said he'll take a look at some of these issue this weekend / early next week

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Navigation bar/toolbar Not showing
April 13, 2013, 09:18:32 pm

kurund has fixed part of this as indicated in the issue tracker

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

pdelbar

  • Moderator
  • I post occasionally
  • *****
  • Posts: 51
  • Karma: 3
  • Web integrator, Joomla freak, CiviFan
    • delius.be
  • CiviCRM version: 4.2.6/7
  • CMS version: Joomla 2.5.7 / 3.0
  • MySQL version: 5.1
  • PHP version: 5.3
Re: Navigation bar/toolbar Not showing
April 16, 2013, 02:34:01 pm
I'm still seeing the main Joomla bar occluded when the CiviCRM component is loaded. I have not yet found the CSS issue, will keep looking.

speedyrob

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: Joomla 3.0.3
  • MySQL version: 5.5.23
  • PHP version: 5.3
Re: Navigation bar/toolbar Not showing
April 16, 2013, 02:45:26 pm
HI

I haven't submitted the patch/diff file. Sorry. I will try to do that tonight.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Navigation bar/toolbar Not showing
April 18, 2013, 12:13:21 pm
you can get the patch from https://github.com/kurund/civicrm-core/commit/53ef0226402dbc055f9b79d18e5876c17d382f35

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.3 Release Testing (Moderator: pdelbar) »
  • Navigation bar/toolbar Not showing

This forum was archived on 2017-11-26.