Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Due to public holidays and vacations, longer response times can be expected for inquiries in the forum between May 18, 2024 and June 2, 2024.

Speach Bubble Prompts

More
10 years 3 months ago #420 by jed keenan
Speach Bubble Prompts was created by jed keenan
How can I turn these pop-up prompts off as they are displaying really poorly on the site? www.bsujoomlaclub.org/index.php/feedback-form

More
10 years 3 months ago #421 by Administrator AV
Replied by Administrator AV on topic Speach Bubble Prompts
Hi,

those pop-up's are the javascript validation result messages for your users, to help them fill in the form correctly. They pop up when a user makes an invalid input, i.e. leaving a required field empty or enter an invalid email into an e-mail field. They cannot be turned off.

They are displaying poorly because of css rules in your template.

try to add

.visforms table {
margin-bottom: 0;
}

.visforms th, .visforms td {
padding: 0;
}

to your template css or to visforms.css

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).
The following user(s) said Thank You: jed keenan

More
10 years 3 months ago #422 by jed keenan
Replied by jed keenan on topic Speach Bubble Prompts
I inserted the code but it had no effect so I reduced the padding to 0 but still get a one pixel gap between the td.t and td.c

th, td {
padding: .0em 0em;
text-align: left;
vertical-align: top;

www.bsujoomlaclub.org/index.php/feedback-form

More
10 years 3 months ago #423 by Administrator AV
Replied by Administrator AV on topic Speach Bubble Prompts
Hi,

I looked on Firefox and Google Chrome. Can't see a gap. For it's a css problem related to your template please use some developer tools (firebug, chrome developer tools, IE developer tools) to check where the gap you see stems from.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).
The following user(s) said Thank You: jed keenan

More
10 years 3 months ago #424 by jed keenan
Replied by jed keenan on topic Speach Bubble Prompts
Yep, its only appearing in Chrome. Thanks very much for helping to narrow this issue down for me.

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum