bstn
Forum Replies Created
-
Forum: Plugins
In reply to: [Questions] No results, "chart is not defined" in consolep.p.s: the file name is “Chart.js”, but the url to it is “chart.js”. So on servers which differentiate between upper/lowercase file names, the URL does not work.
I was able to fix the bug locally on my installation by renaming “Chart.js” to “chart.js” in wp-content/plugins/questions/components/charts/charts.js/lib
Forum: Plugins
In reply to: [Questions] No results, "chart is not defined" in consolep.s. i noticed this:
<script type=’text/javascript’ src=’/wp-content/plugins/questions//components/charts/charts.js/lib/chart.js?ver=4.2.2′></script>
Double backslash after “questions” in the URL leads to chart.js not loading
Oh, something’s missing from my previous post: nbsp. The problem causing keyword density not showing is related to the non-breaking spaces created by WP content field when there are empty paragraphs.
I noticed that the keyword density is not working (i.e. wrongly showing 0% density) when there are
in the Content Field. When I manually remove those, the keyword density is displayed correctly.Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 bug: save button disappears after page loadedThanks, that helped. I found out that the Stella language plugin causes it.