How do I edit form Contact

GK User
Wed Apr 04, 2012 2:36 pm
I want to edit the contact form (single contact). Now it is in one column needs to be done to make it in two columns as in the template ( Boutique theme ) ... How does it do and where to edit? :|
User avatar
Fresh Boarder

GK User
Wed Apr 04, 2012 3:54 pm
Hi,

In Boutique template we override layout of contact form, if you want to make the same, you can try copying the layout files to your eSport template, they are under templates\gk_boutique\html\com_contact\

Then you also need to do some css customization.

Cheers,
User avatar
Platinum Boarder

GK User
Wed Apr 04, 2012 5:21 pm
Thank you it works. :D Thank you for your help. ;)
User avatar
Fresh Boarder

GK User
Thu Apr 05, 2012 12:27 pm
You're welcome, I'm very glad to know that you could did it :D

Feel free to let me know if you need any other helps.

Cheers,
User avatar
Platinum Boarder

GK User
Sat Apr 07, 2012 12:28 pm
And where exactly shoud we copy files ? I copied from templates\gk_boutique\html\com_contact\ to templates\gk_esport\html\com_contact\ but it didn't worked. What I am missing ?

Thanks.
User avatar
Gold Boarder

GK User
Sat Apr 07, 2012 1:24 pm
Hi Vaičikonis,

You seem to have done correctly, and after that it should work. Can you let me have a look on the site by providing me with FTP access via a PM?

Thanks,
User avatar
Platinum Boarder

GK User
Tue Apr 17, 2012 3:00 pm
Hi,

Thanks for the PM, I checked the site and saw that it overrides contact layout already but you haven't added css code from Boutique for it so it doesn't appear like in the template, now add this to CSS Override:
Code: Select all
.jform_contact_first {
    float: left;
    width: 58%;
}
.jform_contact_secend {
    float: right;
}
User avatar
Platinum Boarder

GK User
Wed Apr 18, 2012 7:49 pm
Thanks.
User avatar
Gold Boarder

GK User
Wed Apr 18, 2012 8:06 pm
By the way : how can I shorten mail form "subject" field from 60 to 57. Where this is located ? I couldn't find.

Asking because now field "subject" is longer then textarea or other fields.
User avatar
Gold Boarder

GK User
Thu Apr 19, 2012 2:21 pm
Hi,

Add this code to fix it:
Code: Select all
#jform_contact_emailmsg{
width: 192px;
}
User avatar
Platinum Boarder

GK User
Thu Apr 19, 2012 9:01 pm
Thanks again.

Shame to ask... but.. how can I make the same icons like in botique ? (e-mail, phone ico). Because now only text.

P.S. all login data is still valid.
User avatar
Gold Boarder

GK User
Fri Apr 20, 2012 2:12 pm
Copy code below from this file from Boutique template: /templates/gk_boutique/css/joomla.css
Code: Select all
.contact-address { clear: both; min-height: 50px; margin: 20px 0 0; padding: 0 0 0 60px; background: url('../images/icons/contact_adress.png') no-repeat 0 4px; }
div.contact-contactinfo p { margin: 20px 0 0; padding: 0 0 0 60px; }
div.contact-contactinfo p span { min-height: 40px; padding-left: 20px; border-left: 1px solid #e5e5e5 }
.contact-emailto { background: url('../images/icons/contact_mail.png') no-repeat 0 4px; }
.contact-telephone { background: url('../images/icons/contact_phone.png') no-repeat 0 4px; }
.contact-fax { background: url('../images/icons/contact_fax.png') no-repeat 0 4px; }
.contact-mobile { background: url('../images/icons/contact_mobile.png') no-repeat 0 4px; }
.contact-webpage { background: url('../images/icons/contact_web.png') no-repeat 0 4px; }

Let me know if it helps.
User avatar
Platinum Boarder

GK User
Wed Apr 25, 2012 8:57 pm
Don Lee thanks for the info.

It works partially : now I can see icons, but they are not in full size - they are cut in the middle (maybe not in the middle, but they are cut).

icons.jpg
User avatar
Gold Boarder

GK User
Thu Apr 26, 2012 12:10 am
Give me link to check please.
User avatar
Platinum Boarder

GK User
Thu May 03, 2012 9:34 pm
Did you checked it ? I send link in PM.
User avatar
Gold Boarder

GK User
Fri May 04, 2012 4:47 pm
Hi,

I'm sorry for my delay, now add this code to CSS Override to fix that issue:
Code: Select all
div.contact-contactinfo p{
background-position: 0 0!important;
height: 36px!important;
}
User avatar
Platinum Boarder

GK User
Fri May 04, 2012 10:22 pm
It helped. Thanks.

Now only facebook login problem left to solve.
User avatar
Gold Boarder

GK User
Sun May 06, 2012 4:32 pm
Good to know it helped. Now what's the problem with FB login? Can you please clarify?
User avatar
Platinum Boarder

GK User
Wed May 09, 2012 11:48 am
The last conversation here : https://www.gavick.com/forums/140/log-i ... 15491.html

Your colleague says that he gets administrator login error. Thats strange because everyone else is loging just fine. Maybe wrong password used ?

If you need I will resend login information to you directly.
User avatar
Gold Boarder

GK User
Thu May 10, 2012 2:43 pm
Hi buddy,

I must say sorry because today I can't access to Facebook anymore to check any problem related to Facebook, I'm in Vietnam and FB access is restricted sometimes. I have seen that there are two other moderators taking care of that issue for you so you don't need to worry much because they are experts and will help you fix it quickly.

Cheers,
User avatar
Platinum Boarder

GK User
Thu May 17, 2012 8:42 pm
Any news on this ?

Don Lee wrote:Hi buddy,

I must say sorry because today I can't access to Facebook anymore to check any problem related to Facebook, I'm in Vietnam and FB access is restricted sometimes. I have seen that there are two other moderators taking care of that issue for you so you don't need to worry much because they are experts and will help you fix it quickly.

Cheers,
User avatar
Gold Boarder


cron