0
Welcome Guest! Login
0 items Join Now

SOLVED Joomla 2.5 Contact form

    • Grant's Avatar
    • Grant
    • Hero Rocketeer
    • Posts: 279
    • Thanks: 0
    • iCast Interactive

    SOLVED Joomla 2.5 Contact form

    Posted 12 years 8 months ago
    • Hi guys... How can I make contact forms in Joomla not show the "Contact" and "Contact Form" text on the page?? Also I would like the page to display the info like this... Any ideas...

      Thanks for the help!

      Contact Name
      Postion

      Website

      Phone: 123.456.7890
      Fax: 123.456.7890

      Address
      City, State Zip
    • Last Edit: 12 years 8 months ago by Grant.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Joomla 2.5 Contact form

    Posted 12 years 8 months ago
    • Grant's Avatar
    • Grant
    • Hero Rocketeer
    • Posts: 279
    • Thanks: 0
    • iCast Interactive

    Re: SOLVED Joomla 2.5 Contact form

    Posted 12 years 8 months ago
    • Thanks Henning! That help remove the "Contact" and "Contact Form"

      Any ideas on how to make the address align better? They just looks sloppy... I would like for it to look like:

      Address
      City, State Zip

      not

      Address
      City,
      State
      Zip

      I would also like for the contact position to have <h3> tags so the font is bigger...

      THANKS!
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Joomla 2.5 Contact form

    Posted 12 years 8 months ago
    • to be honest ... I stopped using the J-contact-form.
      Its an ugly piece of bloatware deluxe.
      I use RS-forms instead.
      I would not try to override that damn thing ... perhaps we can use some css but I need to see the page.
    • Grant's Avatar
    • Grant
    • Hero Rocketeer
    • Posts: 279
    • Thanks: 0
    • iCast Interactive

    Re: SOLVED Joomla 2.5 Contact form

    Posted 12 years 8 months ago
    • Henning, the issue is with the same site you helped me with that I PM'ed you about. Do you still have that link?

      If you do, go to the contacts and click on "Agrilectric Companies"...

      Thanks!
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Joomla 2.5 Contact form

    Posted 12 years 8 months ago
    • add

      div.contact p.contact-position {font-size: 2em;}
      div.contact-address address span {display: inline; }

      to your css
  • Re: SOLVED Joomla 2.5 Contact form

    Posted 12 years 8 months ago
    • RacerFX's Avatar
    • RacerFX
    • Sr. Rocketeer
    • Posts: 175
    • Thanks: 13

    Re: SOLVED Joomla 2.5 Contact form

    Posted 11 years 10 months ago
    • Joomla 3.0 has the same issue.

      Had to delete from the joomla-core.less:
          address {
              font-style: normal;
              margin: 10px 0;
              span {
                  display: block;
              }
          }
       

      Then add to template-custom.less:
      .contact-street_address {display: block; }

      Probably better ways to do this especially when you are editing a file the will be overwritten on a template update, but it works.

Time to create page: 0.085 seconds