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) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Payment Options not displaying in Joomla after upgrade to 4.4
Pages: [1]

Author Topic: Payment Options not displaying in Joomla after upgrade to 4.4  (Read 329 times)

trinitywebhosting

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 3.4.8
  • CMS version: Joomla 1.5
  • MySQL version: 5.2
  • PHP version: 5.2
Payment Options not displaying in Joomla after upgrade to 4.4
November 25, 2013, 04:11:26 pm
Our payment options in events were not displaying after we upgraded to Civicrm 4.4 using Joomla 2.5.16.

Looking at the Html I discovered that style "display:none;" was hard coded in to the form.  Here is the line
<fieldset class="crm-group payment_options-group" style="display:none;">

So I created a CSS statement in a custom.css for my template  that overrides it -
.crm-group, .payment_options-group {
   display:inherit !important;
   }

It works now, but it would be helpful to know where the issue is so I don't need this override statement.

Thank you,
Sam Drew

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: Payment Options not displaying in Joomla after upgrade to 4.4
November 25, 2013, 10:06:36 pm
Sam,

Are you able to replicate this issue on our demo: hhtp://joomla.demo.civicrm.org ?

Also can you try clearing your templates_c folder and check if that helps.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Payment Options not displaying in Joomla after upgrade to 4.4

This forum was archived on 2017-11-26.