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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • {solved} menu link to contribution page won't show content on site page - joomla
Pages: [1]

Author Topic: {solved} menu link to contribution page won't show content on site page - joomla  (Read 1047 times)

TechWild

  • Guest
{solved} menu link to contribution page won't show content on site page - joomla
October 30, 2009, 09:54:08 am
Civi CRM: 3.0.1
Joomla: 1.5.14
Template: Rocket theme - Affinity

I set up membership types
created a new contribution page
made a link to the contribution page
tested the link and it dosn't display the content area

I just set up a different website, with Civi 3 and a different rocketheme template and the contribution page I built came up fine. Is it possible that this template I am using creates a conflic in code?

I am attaching a screen shot of a normal page and what happens when I link to the contribution page
Test link to the site: (-link removed-)
the test link is under the join button
« Last Edit: October 30, 2009, 12:23:29 pm by TechWild »

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: menu link to contribution page won't show content on site page - joomla
October 30, 2009, 10:30:45 am
The template / theme is definitely causing the problem. If you do view source, or drill down through page element w/ Firebug you can see the Contribution page content. Did a quick look through the css / markup to see what's causing our crm-container div to disappear and discovered this div which surrounds the content has a style of "overflow: hidden" (in template.css from your theme  line 142:

<div id="main-body-surround" class="spacer">

... if I disable that style in firebug, then the page content displays. Hope that's enough of a hint to get you going on the fix.
Protect your investment in CiviCRM by  becoming a Member!

TechWild

  • Guest
Re: menu link to contribution page won't show content on site page - joomla
October 30, 2009, 12:21:42 pm
;D

I looked through the code and found a few places where the code had a value of hidden. so I changed them one by one and finally found one that fixed it!

For anyone else that runs into this with this template, I changed the following and it didn't seem to break anything else. (yet  ;))

template.css - code line 143
#main-body-surround {overflow:hidden; position: relative;}
changed it to this
#main-body-surround {overflow:visible; position: relative;}

Thank you very much Dave!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • {solved} menu link to contribution page won't show content on site page - joomla

This forum was archived on 2017-11-26.