0
Welcome Guest! Login
0 items Join Now

SOLVED gantry .rt-container causing a form submit problem

    • Houston's Avatar
    • Houston
    • Elite Rocketeer
    • Posts: 1077
    • Thanks: 2

    SOLVED gantry .rt-container causing a form submit problem

    Posted 12 years 9 months ago
    • I am using Joomla 1.5 with the Entropy template. I am also using a third party extension called "Appointment Book" by Joomla XTC. When I have this Appointment book show up in a model (lightbox), I am not able to click on the submit button. The reason for this is that the .rt-container is over the top of the form. You can see this in Firebug. It is transparent of course, but it keeps you from being able to click the "Book Appointment" button. When I turn off the width:960px it works just fine but messes up the layout of the entire site.

      Is there a way to make this .rt-container not apply to the model?

      www.indigoagency.com/newsite/

      Go to "Market Scheduale" and click on the "Make an Appointment" button.

      Many thanks,
      Houston
    • Last Edit: 12 years 9 months ago by Houston.
    • Houston Brown - www.splitlightdesigns.com
      Apache Version = 2.2.2 / PHP Version = 5.2.17 or 5.3.15 (dual)
      mySQL Version = 5.5.21
      Joomla Version = 2.5.8 / Web Servers OS Version = CentOS 6
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED gantry .rt-container causing a form submit problem

    Posted 12 years 9 months ago
    • before we hack the component.php
      You can try to add this to your template.css (and clear your cache)


      body > div#rt-main > div.rt-container {
      float: left;
      width: 740px;
      overflow: hidden;
      }

      body {
      min-width: 740px !important;
      }

      body > div#rt-main h2.itemTitle {
      color: white;
      }

      I hope this helps. If not we have to change the component.php in your template.
    • Houston's Avatar
    • Houston
    • Elite Rocketeer
    • Posts: 1077
    • Thanks: 2

    Re: SOLVED gantry .rt-container causing a form submit problem

    Posted 12 years 9 months ago
    • Bummer. That did not work. I simply added the css you sent me to the very bottom of template.css. The page looks fine but I am not able to press the "book appointment" button. I wonder if I should look for another solution or hack away. Opinion?
    • Houston Brown - www.splitlightdesigns.com
      Apache Version = 2.2.2 / PHP Version = 5.2.17 or 5.3.15 (dual)
      mySQL Version = 5.5.21
      Joomla Version = 2.5.8 / Web Servers OS Version = CentOS 6
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED gantry .rt-container causing a form submit problem

    Posted 12 years 9 months ago
    • try adding

      div#inputArea {position: relative; z-index:9999;}

      and see if that helps
    • Houston's Avatar
    • Houston
    • Elite Rocketeer
    • Posts: 1077
    • Thanks: 2

    Re: SOLVED gantry .rt-container causing a form submit problem

    Posted 12 years 9 months ago
    • There's the magic. Problem solved.

      muchas gracias
    • Houston Brown - www.splitlightdesigns.com
      Apache Version = 2.2.2 / PHP Version = 5.2.17 or 5.3.15 (dual)
      mySQL Version = 5.5.21
      Joomla Version = 2.5.8 / Web Servers OS Version = CentOS 6

Time to create page: 0.046 seconds