Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Submit button not visible in contact form

More
11 years 11 months ago #429 by takaelton
The submit button is not visible in the contact form. How do l correct this? The form can only be sent after clicking enter
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #435 by admin
Hello!
Trombinoscope Extended does not affect the contact form in any way. It may be a CSS problem or a template related issue. The component just calls the page. You are on a Joomla! standard contact sheet. Give me the URL of your page so I can check what is going on, but it definitely has nothing to do with Trombinoscope Extended.

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #438 by takaelton
Replied by takaelton on topic Re: Submit button not visible in contact form
Thanks for your quick response. Here is a link to the page
amazinggracewageningen.com/index.php/com...rai-maphosa?Itemid=0

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #441 by admin
Your button is there, although the image that is used as background does not load.
It is a mistake in your template.
You need to find the joomla.css file, go to line 23 and replace
.button, button, a.readon, input[type="submit"], input[type="button"], div.mobileSwitch > a, #cWindowAction .button {
    background: url("../images/dark_bg.png") no-repeat scroll 0 0 transparent;
by
.button, button, a.readon, input[type="submit"], input[type="button"], div.mobileSwitch > a, #cWindowAction .button {
    background: url("../images/style1/dark_bg.png") no-repeat scroll 0 0 transparent;

Olivier.

Please Log in or Create an account to join the conversation.