Hei Guys,
I seem to have problems with displaying content in the front-end.
Basically, after invoking the couch tags, the content disappears from the browser. All that is visible is the pages' LOADING symbol which is endless. From the browser's page source, I am able to see the webpage's code - thus, the content is there, only that something is preventing from fully loading.
At first i assumed that the Javascript files are not been linked, but i have confirmed that they are with this:
I even tried to use:
However, i am able to see the editable tags that i have created from the Admin page.
Any assistance would be appreciated.
I seem to have problems with displaying content in the front-end.
Basically, after invoking the couch tags, the content disappears from the browser. All that is visible is the pages' LOADING symbol which is endless. From the browser's page source, I am able to see the webpage's code - thus, the content is there, only that something is preventing from fully loading.
At first i assumed that the Javascript files are not been linked, but i have confirmed that they are with this:
- Code: Select all
<script src="<cms:show k_site_link />assets/js/main.js"></script>
I even tried to use:
- Code: Select all
<script src="/assets/js/main.js"></script>
However, i am able to see the editable tags that i have created from the Admin page.
Any assistance would be appreciated.