Dear all, i have a problem.
I used the modal iframe in other site correctly but now it doesn't work .
I create a form "padre" with a custom element:
and in OnLoad event : Show html
Then i create a second form "figlio"and i put in OnLoad event : Show html .
If i click on frontend view of the first form (padre) ,when i click on the link, the modal iframe doesn't open as popup, but as a normal page.
If i click on test form of the first form (padre) , when i click on the link, the modal iframe open as popup.
Why it works so? The problem is that i have to active any plugin?
I hope someone help me.
Thanks in advance
Daniele
I used the modal iframe in other site correctly but now it doesn't work .
I create a form "padre" with a custom element:
<?php
JHTML::_('behavior.modal');
?>
<html>
<body>
<a class="modal" href="index.php?option=com_chronoforms&chronoform=figlio&tmpl=component" rel="{handler: 'iframe', size: {x: 600, y: 600}}"><?php echo 'padre';?></a>
</body>
</html>
and in OnLoad event : Show html
Then i create a second form "figlio"and i put in OnLoad event : Show html .
If i click on frontend view of the first form (padre) ,when i click on the link, the modal iframe doesn't open as popup, but as a normal page.
If i click on test form of the first form (padre) , when i click on the link, the modal iframe open as popup.
Why it works so? The problem is that i have to active any plugin?
I hope someone help me.
Thanks in advance
Daniele
Dear all,
i have tried to restore these two forms on an another site and the modal popup in frontend view works correctly. So, the problem is in my site' s template? Because in test form, where the template was not been loaded, the modal popup opens correctly.
It can be a problem with mootols o js ?
Because i have a problem also with my slider, which it doesn't load the image.
Can anyone help me?
Best regards
Daniele
i have tried to restore these two forms on an another site and the modal popup in frontend view works correctly. So, the problem is in my site' s template? Because in test form, where the template was not been loaded, the modal popup opens correctly.
It can be a problem with mootols o js ?
Because i have a problem also with my slider, which it doesn't load the image.
Can anyone help me?
Best regards
Daniele
Hi Daniele,
Sounds like you need to check the page for JavaScript errors. Please post a link to the form so I can take a quick look.
Bob
Sounds like you need to check the page for JavaScript errors. Please post a link to the form so I can take a quick look.
Bob
Dear GreyHead,
thanks very much for your reply.
I post you the following link: http://www.softlab.cc/demo/calabriawayTest/it/?option=com_chronoforms&chronoform=step2New
When you click on Cultura;Musei;Siti Archeologici; the system should open a modal popup (iframe), instead sends to a normal page.
I have seen with Firebug but i didn't understand the problem.
Thanks in advance.
Regards
Daniele
thanks very much for your reply.
I post you the following link: http://www.softlab.cc/demo/calabriawayTest/it/?option=com_chronoforms&chronoform=step2New
When you click on Cultura;Musei;Siti Archeologici; the system should open a modal popup (iframe), instead sends to a normal page.
I have seen with Firebug but i didn't understand the problem.
Thanks in advance.
Regards
Daniele
Dear GreyHead,
I post you the following link:
http://www.softlab.cc/demo/calabriawayTest/it/?option=com_chronoforms&chronoform=step2New
When you click on Musei;Siti Archeologici; the system should open a modal popup (iframe), instead sends to a normal page.
I have seen with Firebug but i didn't understand the problem.
Thanks in advance.
Regards
Daniele
I post you the following link:
http://www.softlab.cc/demo/calabriawayTest/it/?option=com_chronoforms&chronoform=step2New
When you click on Musei;Siti Archeologici; the system should open a modal popup (iframe), instead sends to a normal page.
I have seen with Firebug but i didn't understand the problem.
Thanks in advance.
Regards
Daniele
Dear GreyHead,dear all,
can someone help me?
thanks in advance
regards
daniele
can someone help me?
thanks in advance
regards
daniele
Hi daniele,
The page without the template works OK. There are some JavaScript errors on the page with the template that need to be fixed.
Bob
The page without the template works OK. There are some JavaScript errors on the page with the template that need to be fixed.
Uncaught TypeError: Cannot call method 'set' of null layout.js line 13
Bob
This topic is locked and no more replies can be posted.