Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi I have made a cloneable page.

The problem I have is that when i create new entries they are added next to the previous one and not below it. any ideas how i can fix it?

http://www.sjaycleaning.co.uk/groovetunes/shop.php

I also have a issue where the Couch cms link comes up in the middle of my page becasue i have used css boxes to place all the content on the site and the couch code cant pick these up and move the branding below them
Hi and welcome :)

when i create new entries they are added next to the previous one and not below it.
This really is something that is related to your design's HTML/CSS - Couch merely outputs the contents where you instruct it to.

I suggest you please begin with a static design where multiple items are shown on the page. Next, isolate one item and wrap around it the cms:pages tag. This would repeat that single item many times (equal to the number of cloned pages). If the design, however, breaks as compared to the static design take a look at the generated markup to see what is missing.

the Couch cms link comes up in the middle of my page
You are free to turn off that automatically injected link (and hand-code it at any place you deem fit).
To do so, please edit the 'couch/config.php' file and set the following to '1'
Code: Select all
define( 'K_REMOVE_FOOTER_LINK', 0 );

Hope this helps.
thanks :-) all working, havant made a website for ages! just made groovetunes.co.uk using couch cms awesome tool! many thanks to all the people smarter than me that made it!
3 posts Page 1 of 1