Add Block Error
Permalink
Hi Everyone,
I am very new to Concrete5. I looked at a video yesterday and started to create a custom theme. I had a problem with header_required and I fixed that.
now everytime when i click on the content to add block. the page looks messy.
please find the image attached.
I am very new to Concrete5. I looked at a video yesterday and started to create a custom theme. I had a problem with header_required and I fixed that.
now everytime when i click on the content to add block. the page looks messy.
please find the image attached.
![ScottSandbakken](/files/avatars/92226.jpg)
Looks like you are missing a closing tag. Can you post the URL?
please find the link below
http://alturl.com/2v42h
also, is there any way, I can use the a SUB page template for other pages?
http://alturl.com/2v42h
also, is there any way, I can use the a SUB page template for other pages?
You have quite a few html errors. This could be causing some of your problems.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Finfini...
To add a new page type:
http://www.concrete5.org/documentation/using-concrete5/dashboard/pa...
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Finfini...
To add a new page type:
http://www.concrete5.org/documentation/using-concrete5/dashboard/pa...
I fixed most of the problem. still showing that error.
You are loading jQuery twice. Remove this:
Concrete5 is already loading jQuery.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
Concrete5 is already loading jQuery.
Thank you so much. it works now :)