Popup address wont take information

GK User
Sun Nov 23, 2014 12:47 am
The popup address form in the checkout wil not allow input of information.
I contacted hikashop regarding this issue and they told me the issue was with the template.
Their response follows.
Hi,

"This comes from the CSS of your template:
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
box-sizing: border-box;
border-style: solid;
border-width: 1px;
color: #777;
font-family: Arial,sans-serif;
background: none repeat scroll 0% 0% #FFF;
border-color: #BCBCBC #DADADA #E5E5E5;
max-width: 100% !important;
padding: 10px 12px !important;
}

Remove it and it will work. I would recommend to contact your template provider for more help on that issue. They will be able to give you a better answer than us and potentially fix the template for other users using their template and HikaShop. "

I cannot find this in the template css - so I am not sure where else to look. Can you help please.
User avatar
Senior Boarder

GK User
Sun Nov 23, 2014 7:20 am
I believe I have helped another user fix this issue. you can look through my posts and see. OR send me your url and I will tell you how to fix this. Thanks
User avatar
Gold Boarder

GK User
Sun Nov 23, 2014 3:32 pm
Thank you I would love to fix this and move on with setting up the site.
The url is http://goo.gl/Q1lple
I look forward to hearing from you.
Sandra
User avatar
Senior Boarder

GK User
Mon Nov 24, 2014 4:31 pm
Please is there someone that can help?
User avatar
Senior Boarder

GK User
Tue Nov 25, 2014 1:03 am
I have tried the override.css code solution and it has not solved the problem, and yes override.css is enabled..
Anyone out there than can help?
Please?
User avatar
Senior Boarder

GK User
Thu Nov 27, 2014 12:12 am
Can anyone out there give me a hand on this it has been such a long time.
Sandra
User avatar
Senior Boarder

teitbite
Thu Nov 27, 2014 9:08 am
Hi

Add this at the end of /css/hikashop_frame.css:

Code: Select all
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    height: 34px;
    line-height: 35px;
    padding: 0 12px !important;
}
User avatar
Moderator

GK User
Mon Dec 01, 2014 1:54 am
Thank you thank you thank you - finally it is fixed.
I hope this can help anyone else with the same problem.
Sandra
User avatar
Senior Boarder

teitbite
Tue Dec 02, 2014 11:58 am
Hi

It did already :) I got a thank You via PM 2 days ago with a link to this thread.
User avatar
Moderator


cron