- Posts: 128
COMMUNITY FORUM
[SOLVED] Frontend form in full screen
- Django
-
Topic Author
- Offline
- Premium Member
Less
More
11 years 6 days ago #128317
by Django
[SOLVED] Frontend form in full screen was created by Django
Hello
On Joomla 2.5.13 + K2 v2.6.7, I have a frontend form.
2 PB :
- After register, when the visitor opens the form, it's displayed in full screen.
- When he closes the form, it closes the website too.
What can I do ?
On Joomla 2.5.13 + K2 v2.6.7, I have a frontend form.
2 PB :
- After register, when the visitor opens the form, it's displayed in full screen.
- When he closes the form, it closes the website too.
What can I do ?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
11 years 5 days ago #128318
by Lefteris
Replied by Lefteris on topic Re: Frontend form in full screen
Hi. It seems that there are javascript errors in your page causing the modal to fail. Check the browser console for any errors.
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 128
11 years 5 days ago #128319
by Django
Replied by Django on topic Re: Frontend form in full screen
Thanks for answering.
I have only this message in the console of Firebug :
TypeError: window.clipboardData is undefined
In fact, the "close" button of the form doesn't work. We have to close the browser tab ... and so, leave the website.
I have only this message in the console of Firebug :
TypeError: window.clipboardData is undefined
In fact, the "close" button of the form doesn't work. We have to close the browser tab ... and so, leave the website.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
11 years 4 days ago #128320
by Lefteris
Replied by Lefteris on topic Re: Frontend form in full screen
This error is probably breaking the whole process. Try to resolve it and front-end editing will work as it should.
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 128
11 years 4 days ago #128321
by Django
Replied by Django on topic Re: Frontend form in full screen
I found the culprit : A Joomla plugin called
anticopy
Just disabled it and the form popup works normally.
I asked the editor of this plugin how to configure it to avoid this problem.
Just disabled it and the form popup works normally.
I asked the editor of this plugin how to configure it to avoid this problem.
Please Log in or Create an account to join the conversation.
- Alex Rowbotham
-
- Offline
- New Member
Less
More
- Posts: 4
10 years 9 months ago #128322
by Alex Rowbotham
Hi Django
Did you get a reply from AntiCopy, I too have this issue.
Thanks
Replied by Alex Rowbotham on topic Re: Frontend form in full screen
Django wrote: I found the culprit : A Joomla plugin called anticopy
Just disabled it and the form popup works normally.
I asked the editor of this plugin how to configure it to avoid this problem.
Hi Django
Did you get a reply from AntiCopy, I too have this issue.
Thanks
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 128
10 years 9 months ago #128323
by Django
Replied by Django on topic Re: Frontend form in full screen
No answer from the plugin editor, but there is a new version of Anticopy (1.8.1_J2.5-3.0=> 1.8.2_J2.5-3.x), and it seems to have a lot of improvements.
I will test it, when I have time.
I will test it, when I have time.
Please Log in or Create an account to join the conversation.