Submit Button Not Appearing

GK User
Sun Aug 05, 2012 4:22 am
Hello,

I have created a module with a simple "Contact Us" form using EmailMeForm.com.

I have used the same form on other Gavick templates without any problems, but the Financial Business template is not showing the "Submit" button at the end of the form. I have reviewed the HTML of the form various times, comparing it with the other forms I have created on other Gavick templates, and everything checks out, IT JUST WONT APPEAR.

When I hover over, the pointed hand appears, but no button is visible.

Can someone help me find the problem and fix it? It seems like something very simple, but I have no idea what to do.

Site URL: http://www.saveurhomelrs.com

You'll immediately see the "Contact Us" module under the Image Show slider.

Looking forward to your help!

Thanks,

Carlos
User avatar
Senior Boarder

GK User
Sun Aug 05, 2012 10:38 am
You need to fix following css error / bug in your template.

File: Style2.css
Line: 93 part of offending section which is below.
Code: Select all
background-image: url("../AppData/Local/Temp/Temp1_gk_finance_business_J!25.zip/gk_finance_business/images/style2/readon.png");

Replace with correct link
Code: Select all
background-image: url("../images/style2/readon.png");


Short explanation is your form submit button uses class "submit" which is covered in our template, for some reason your image path is wrong so fixing image path to image will show your button as usual.

This is same situation for your other buttons which uses same class not just your form.

See you around...
User avatar
Platinum Boarder

GK User
Mon Aug 06, 2012 4:46 pm
Always great help. Thank you Norman!
User avatar
Senior Boarder

GK User
Tue Aug 07, 2012 12:46 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron