- Posts: 19
- Thank you received: 0
Module Window
1 day 17 hours ago #52238
by sharon
Module Window was created by sharon
Hello,
I have updated the Joomla_5 Business Template.
The Module window does not allow us to click on any links when published in the front end.
Can you assist? Let me know what you need to look into this issue.
Thanks.
Sharon
nawm.org
I have updated the Joomla_5 Business Template.
The Module window does not allow us to click on any links when published in the front end.
Can you assist? Let me know what you need to look into this issue.
Thanks.
Sharon
nawm.org
Please Log in to join the conversation.
1 day 14 hours ago #52239
by milos
Replied by milos on topic Module Window
Hello,
What is a "module window"? I visited the site nawm.org, and all the top menu links are clickable. Also, all the buttons I tested on the home page are clickable.
Regards,
Milos
What is a "module window"? I visited the site nawm.org, and all the top menu links are clickable. Also, all the buttons I tested on the home page are clickable.
Regards,
Milos
Please Log in to join the conversation.
1 day 12 hours ago #52241
by sharon
Replied by sharon on topic Module Window
Please Log in to join the conversation.
23 hours 34 minutes ago #52242
by milos
Replied by milos on topic Module Window
Hello,
On the home page, you have a JavaScript error related to this:
On another page, where the links work, there are no such errors. This is the only difference I see. The pop-up module you are using is not our product, so please consult the extension developer for detailed info.
Regards,
Milos
On the home page, you have a JavaScript error related to this:
Code:
<!-- Custom header code -->
<script>
window.addEventListener("message", receiveMessage, false);
function receiveMessage(event){
if (event.origin ==https://aswm.member365.org){
var iFrameID = document.getElementById('ampStoreFrame');
if(iFrameID){
var newHeight = (event.data+50)+'px';
var baseStyle = 'background-color: transparent; overflow: auto; width:100%; border:0;';
var newStyle = baseStyle+'height:'+newHeight+'; min-height: '+newHeight+';';
iFrameID.setAttribute('style',newStyle);
window.scrollTo(0,0);
}
} else {
return;
}
} // end receiveMessage handler function
</script>
On another page, where the links work, there are no such errors. This is the only difference I see. The pop-up module you are using is not our product, so please consult the extension developer for detailed info.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.165 seconds