Hello everyone!
I just installed Phoca Guestbook for Joomla 2.5. But the field where the user should type in the captcha numbers is just one or two digits wide. So it´s difficult to type in all numbers because you can´t see them.
Could someone please tell me where I could find a setting or CSS definition for that field?
Any help will be aprecciated!
Best regards,
Dirk
Captcha field ist very small
- Jan
- Phoca Hero

- Posts: 49138
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Captcha field ist very small
Hi, do you get this problem when you test it with standard template?
If you find Phoca extensions useful, please support the project
-
DirkH
- Phoca Newbie

- Posts: 6
- Joined: 13 Jun 2013, 10:03
Re: Captcha field ist very small
The problem´s better with the standard template, the field is bigger.
Do you know what the CSS code is for that problem?
Best regards,
Dirk
Do you know what the CSS code is for that problem?
Best regards,
Dirk
- Jan
- Phoca Hero

- Posts: 49138
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Captcha field ist very small
Hi, unfortunatelly I don't know your template
, not sure what can be a conflict in the template css 
If you find Phoca extensions useful, please support the project
-
pascal 1978
- Phoca Newbie

- Posts: 2
- Joined: 12 Jul 2013, 11:31
Re: Captcha field ist very small
I had the same problem.
i found out the the table width was set to 5 px and i just changed it to 50 px and it works fine with my custom template.
so to get it working right i aded the next thing to the folowing file
open your phocaguestbook.css (found in ../web/components/com_phocaguestbook/assets)
search for pgbinput.
you wil see the following code
just add min-width:50px; to it and it works
(so it does for me anyway, correct me if i'm wrong)
i found out the the table width was set to 5 px and i just changed it to 50 px and it works fine with my custom template.
so to get it working right i aded the next thing to the folowing file
open your phocaguestbook.css (found in ../web/components/com_phocaguestbook/assets)
search for pgbinput.
you wil see the following code
Code: Select all
#phocaguestbook .pgbinput {
border:1px solid #cccccc;
}
(so it does for me anyway, correct me if i'm wrong)
-
DirkH
- Phoca Newbie

- Posts: 6
- Joined: 13 Jun 2013, 10:03
Re: Captcha field ist very small
Thanks for your reply, I´ll try it asap.
Thanks man!
Regards,
Dirk
Thanks man!
Regards,
Dirk