IE 6 & 7 Popup "It works!" Problem [Solved]
IE 6 & 7 Popup "It works!" Problem [Solved]
Hi,
I am new to cmsms but i find it very useful and it is wel written but i'm having trouble with a script i can't disable.
It is a popup window that keeps showing on IE 6 & 7 and i can't find where i can disable it.
The website is : www.design-supply.nl
on Firefox and Safari works perfect.
I hope some of you guyz can help me out.
Kind regards,
Ruiz
I am new to cmsms but i find it very useful and it is wel written but i'm having trouble with a script i can't disable.
It is a popup window that keeps showing on IE 6 & 7 and i can't find where i can disable it.
The website is : www.design-supply.nl
on Firefox and Safari works perfect.
I hope some of you guyz can help me out.
Kind regards,
Ruiz
Last edited by ruiz24 on Sun May 17, 2009 8:08 am, edited 1 time in total.
Re: IE 6 & 7 Popup "It works!" Problem
Is this your site?
If it is not, the quick and dirty way is to add the site address to the "Restricted Sites" list in Options>Security. That will prevent the script from running.
If if is your site, I can look for the code that produces the dialog.
If it is not, the quick and dirty way is to add the site address to the "Restricted Sites" list in Options>Security. That will prevent the script from running.
If if is your site, I can look for the code that produces the dialog.
Re: IE 6 & 7 Popup "It works!" Problem
It is a website of a friend of mine , but i can give you acces to it .. where do you need to be on the backend of the site?
i've send you an email to your hotmail account with the details ..
thank you for helping me!
i've send you an email to your hotmail account with the details ..
thank you for helping me!
Last edited by ruiz24 on Sat May 16, 2009 3:02 pm, edited 1 time in total.
Re: IE 6 & 7 Popup "It works!" Problem
I thought that I would find it by text-searching thru all files after I save the page. I could not find it (both in HTML file and the JScript files). Also, this message appears on all pages that I have tested, so it is most likely in the common code for each page. Check the following areas:
Content>Global content blocks
All "Layout items" (could even be the menu code for all I know)
Site Admin Global settings and Page defaults
I have been looking whether it is possible to make a read-only like account, but it does not seem so. Also, to be able to look into the Admin settings I would need to have admin priviliges.
I do not claim to be an expert, but since noone responded, I can take a look if you create an account for me (do not give me details about an existing account, create a new one)
Content>Global content blocks
All "Layout items" (could even be the menu code for all I know)
Site Admin Global settings and Page defaults
I have been looking whether it is possible to make a read-only like account, but it does not seem so. Also, to be able to look into the Admin settings I would need to have admin priviliges.
I do not claim to be an expert, but since noone responded, I can take a look if you create an account for me (do not give me details about an existing account, create a new one)
Re: IE 6 & 7 Popup "It works!" Problem
you have admin permission 
i did not use the content blocks - i think it might be in the menu or template - it isnt xhtml/css validated yet because.. there where 15 errors

i did not use the content blocks - i think it might be in the menu or template - it isnt xhtml/css validated yet because.. there where 15 errors
Last edited by ruiz24 on Sat May 16, 2009 3:53 pm, edited 1 time in total.
Re: IE 6 & 7 Popup "It works!" Problem
Ok, I am looking with the credentials that you emailed to me.
Re: IE 6 & 7 Popup "It works!" Problem
Ok, I have created a test page. If I use any template other than what you are using right now, the message does not appear. I will look into the template now.
Re: IE 6 & 7 Popup "It works!" Problem
so it's the template or the menu template that causes the problem
i know that i changed the menu template. the menu was the difficult part because i wanted a fade transition from jquery
i see in IE status bar that there are 51 items remaining for download .. everytime i click the popup the items decreasing
i know that i changed the menu template. the menu was the difficult part because i wanted a fade transition from jquery
i see in IE status bar that there are 51 items remaining for download .. everytime i click the popup the items decreasing
Last edited by ruiz24 on Sat May 16, 2009 4:19 pm, edited 1 time in total.
Re: IE 6 & 7 Popup "It works!" Problem
I have been troubleshooting all this time. I have fixed the problem by commenting out this section in your CSS file Supply-design-main:
img, div {
behavior:url(images/iepngfix.htc)
}
But I have ABSOLUTELY no idea why this works. If you can, paste the complete CSS file here for someone else to comment. I am not very good with CSS files. How did I find this out? Lots and lots of plain old troubleshooting. Right now, I have specified the file Supply-design-main-modified which has that section commented out. I do not know what it is supposed to do, and I do not see any effect on your site.
img, div {
behavior:url(images/iepngfix.htc)
}
But I have ABSOLUTELY no idea why this works. If you can, paste the complete CSS file here for someone else to comment. I am not very good with CSS files. How did I find this out? Lots and lots of plain old troubleshooting. Right now, I have specified the file Supply-design-main-modified which has that section commented out. I do not know what it is supposed to do, and I do not see any effect on your site.
Re: IE 6 & 7 Popup "It works!" Problem
i got the pngfix from this website - http://www.twinhelix.com/css/iepngfix/
It was for the portfolio page (the category images that i want to put in as png format with transparantie
It was for the portfolio page (the category images that i want to put in as png format with transparantie
Re: IE 6 & 7 Popup "It works!" Problem
Remove code alert('This works!'); from the .htc file
Quote: If you want to test the path, insert this: alert('This works!'); into the .HTC file. (as per instructions in the iepngfix.htm file that I have downloaded off their website.)
Quote: If you want to test the path, insert this: alert('This works!'); into the .HTC file. (as per instructions in the iepngfix.htm file that I have downloaded off their website.)
Last edited by replytomk3 on Sat May 16, 2009 5:20 pm, edited 1 time in total.
Re: IE 6 & 7 Popup "It works!" Problem
Thank you very much!!!



Re: IE 6 & 7 Popup "It works!" Problem
Place [Solved] in the subject field of the first post and make sure you switch back to Supply-design-main from Supply-design-main-modified.