Hi,
I use Joomla 4.3.4 and Phoca Guestbook 4.0.3.
At the [Options] screen of Phoca Guestbook at the TAB "Captcha" it is possible to "Enable Hidden Field".
When enabled, the hidden field becomes visible in the frontend.
In a site which still uses Phoca Guestbook 4.0.2 the hidden field is really invisible.
I think this is a bug in 4.0.3.
It seems like the CSS display:none !important; is missing for the hidden field.
Regards,
Jeroen
Phoca Guestbook hidden field bug
-
- Phoca Member
- Posts: 14
- Joined: 23 Jul 2014, 10:10
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Phoca Guestbook hidden field bug
Hi Jeroen,
which field should not be seen?
you can generally use (example only): .yourfield {display-none;} specify in a CSS. user.css or custom.css
Kind regards
Christine
which field should not be seen?
you can generally use (example only): .yourfield {display-none;} specify in a CSS. user.css or custom.css
Kind regards
Christine
-
- Phoca Member
- Posts: 14
- Joined: 23 Jul 2014, 10:10
Re: Phoca Guestbook hidden field bug
Hi Christine,
I know how to use CSS and how I could hide a field or something else.
But in this case:
Phoca Guestbook offers the ability through [Components] > [Phoca Guestbooks] > [Options] > [Captcha] > [Enable Hidden Field] > [Yes] to add an extra field which shouldn't be visible for visitors of the website.
I tried to hide it with CSS but this isn't possible because the ID and CLASS of the specific input field changes on every refresh of the page.
I have used Phoca Guestbook a lot in the past and this hidden field was always hidden without the use of custom css from my side.
Regards,
Jeroen
I know how to use CSS and how I could hide a field or something else.
But in this case:
Phoca Guestbook offers the ability through [Components] > [Phoca Guestbooks] > [Options] > [Captcha] > [Enable Hidden Field] > [Yes] to add an extra field which shouldn't be visible for visitors of the website.
I tried to hide it with CSS but this isn't possible because the ID and CLASS of the specific input field changes on every refresh of the page.
I have used Phoca Guestbook a lot in the past and this hidden field was always hidden without the use of custom css from my side.
Regards,
Jeroen
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Guestbook hidden field bug
Hi, thank you for the info, there was some problem with new Joomla methods loading inline styles. Try to test latest Beta: https://github.com/PhocaCz/PhocaGuestbo ... .4Beta.zip
It should be OK there.
Thank you, Jan
It should be OK there.
Thank you, Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 14
- Joined: 23 Jul 2014, 10:10
Re: Phoca Guestbook hidden field bug
Thank you Jan!
It works.
The hidden field is visually gone now and adding messages still work.
Jeroen
It works.
The hidden field is visually gone now and adding messages still work.
Jeroen
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Guestbook hidden field bug
Ok
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 13 Apr 2022, 17:48
Re: Phoca Guestbook hidden field bug
Updating from 4.0.4 to 5.0.0beta solved the problem. Thank you!
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Guestbook hidden field bug
Ok
If you find Phoca extensions useful, please support the project