unwanted code characters when displaying search result
hi,
i have code characters displaying in my search results when the result is from a woocommerce product page, how can i fix this?
Problem doesn't appear from regular pages or post - see images
Thanks in advance for your help
Regards
Comments
please send us link to page where you got these shortcodes first so we can have a look on it.
Anyway, please update theme to latest version that we released yesterday and everything would be fine.
Before I added the content when I performed the search: http://mallsantafe.net/?s=jala it was showing the following random code:
var htmlDiv = document.getElementById("rs-plugin-settings-inline-css");
var htmlDivCss=""; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML +
htmlDivCss; }else{ var htmlDiv = document.createElement("div");
htmlDiv.innerHTML = "" + htmlDivCss + "";
document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); […]
So I guess, if the content section is empty it causes the code to show up.
Note. After I finished the test, I removed the written content, so that you can see the code the appears in the search results.
Please let me know what you guys think about it.
Thanks,
Thanks,