I notice that preview of CMS page doesn't works on Chrome.
When clicking on 'Save and preview' button, previews page doesn't come.
I think it's cause that:
if(window.location.href.indexOf("url_preview") > -1) {
window.open("{$url_prev}", "_blank");
}
window.open() function is block on Chrome, not on Firefox.
But, same function work with PS1.6 on Chrome and Firefox.
Preview on Product page works, but it's not the same redirection system.
It's doesn't looks to be caused by adblocker.
I tried a lot of solutions, no ones work.
Question
Lathaneo
Hi,
I notice that preview of CMS page doesn't works on Chrome. When clicking on 'Save and preview' button, previews page doesn't come.
I think it's cause that:
if(window.location.href.indexOf("url_preview") > -1) { window.open("{$url_prev}", "_blank"); }
window.open() function is block on Chrome, not on Firefox. But, same function work with PS1.6 on Chrome and Firefox.Preview on Product page works, but it's not the same redirection system.
It's doesn't looks to be caused by adblocker. I tried a lot of solutions, no ones work.
Any suggestions?
Regards.
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now