Forum for discussing general topics related to Couch.
5 posts Page 1 of 1
Hi

I just put couchcms into a website but for some reason, the text is being cut off on the front end but in the couch cms backend the text is all there

The code I have is below

Code: Select all
<div id="column-left-buy">
    <div class="box4">
    <div class="box4text">
    <cms:editable name='left_content_terms' toolbar='full' type='richtext'>
   Upon purchasing a ticket you agree to our terms and conditions
    <br /><br />
    Over 18's only, please bring I.D
    <br /><br />
    No dogs except guide dogs
    <br /><br />
    You will need a valid ticket or wristband to gain entry
    <br /><br />
    No glass or sharp objects
    <br /><br />
    No Weapons
    <br /><br />
    No aerosols
    <br /><br />
    No illegal substances or articles. All such items are banned from site.
    <br /><br />
    No legal highs
    <br /><br />
    We have the right to search anybody as a condition of entry
    <br /><br />
    Anybody refusing a search will be evicted from site
    <br /><br />
    No return policy for those refusing a search
    <br /><br />
    We have the right to refuse entry if you are deemed to have consumed excessive amounts of alcohol
    <br /><br />
    Only alcohol purchased on site is permitted
    <br /><br />
    Please drink responsibly
    <br /><br />
    Persons carrying out any illegal or offensive activities will be evicted from site and reported to the authorities
    <br /><br />
    Lost tickets and wristbands cannot be replaced
    <br /><br />
    Anybody entering the site is liable to be spot checked for their ticket or wristband
    <br /><br />
    Anybody found without a valid ticket or wristband is liable to be evicted from the site
    <br /><br />
    Anybody found with a ticket or wristband that is deemed to have been tampered with is liable to be evicted from the site
    <br /><br />
    Defaced tickets will not be accepted
    <br /><br />
    Anybody found in a restricted area without the correct ticket or wristband is liable to be evicted from site
    <br /><br />
    We have the right to refuse entry
    <br /><br />
    Tickets are non refundable
    <br /><br />
    There is a no re-admission policy
    <br /><br />
    The organisers reserve the right to change the bill without prior notification
    <br /><br />
    The organisers reserve the right to change the location if necessary
    <br /><br />
    The organisers have the right to cancel the event without prior notification
    <br /><br />
    Anybody entering the site is liable to be filmed or photographed and agrees for those images or videos to be used for promotional purposes at the discretion of the organisers
    <br /><br />
    There will be a car park with limited spaces, if there is an overfill please park responsibly in the surrounding areas
    <br /><br />
    The organisers are not responsible for any loss or damages to any vehicles or property
    <br /><br />
    Anyone parking on site agrees to park at their own risk
    <br /><br />
    Please respect the site and surrounding areas
    <br /><br />
    Use bins that are provided and dispose of litter responsibly
    <br /><br />
    Respect the environment and residential areas
    <br /><br />
    Upon arrival and leaving please keep noise levels to a minimum
    </cms:editable>
    </div>
    </div>
    </div>


I can't work it out, sorry

Thank you in advance

Ian
Sorry sorted, was a CSS issue
Hi Ian,

Please do a 'view-source' and verify if the full text is being outputted or not.
Also place the following on your template somewhere (outside any DIV) and see what gets outputted.
Code: Select all
<pre><cms:show left_content_terms /></pre>

If you see that the text is being outputted in full then the original problem is that of display (CSS or, perhaps, JS).

Please let me know.
Thanks.
Ok, so I thought :) Thanks for letting me know.
No probs, sorry again for time wasting and being stupid haha
5 posts Page 1 of 1