Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
First of all, great work, great couch, thanks for sharing this beauty :)

I have a question regarding on making clonable sections inside the page.

Here is a raw code to make it easier to explain

Code: Select all
                     <section>
                        <div class="row">
                                <div class="col-md-6">
                                    <img
                                        src="assets/images/home-freeroll.jpg"
                                        alt="Check out the Poker Boss selection of today's Online Poker Freeroll Tournaments!"
                                        class="img-thumbnail shadow float-left">
                                    <h4>
                                        <a href="freerolls/index.html">Play 32Card Draw Poker &amp; Other Variants</a>
                                    </h4>
                                    <p>What is a better way to get your bankroll started or to gain more poker
                                        playing experience than taking a seat at Freeroll Tournament?! Get a cold beer
                                        and take your seat, as Poker Boss found for you top Online Poker Freeroll
                                        Tournaments. Keep your money on safe place, you don't need it for those
                                        Tournaments!</p>
                                    <p>
                                        <a href="freerolls/$500.htm" class="d-block">$500 FREEROLLS FOR TODAY &gt;&gt;&gt;</a>
                                        <a href="freerolls/$500.htm" class="d-block">DAILY FREEROLL SCHEDULE &gt;&gt;&gt;</a>
                                    </p>
                                </div>

                                <div class="col-md-6">
                                    <img
                                        src="assets/images/home-depositbonus.jpg"
                                        alt="Check out the Poker Boss selection of today's Online Poker Freeroll Tournaments!"
                                        class="img-thumbnail shadow float-left">
                                    <h4>
                                        <a href="/depositbonuses/index.htm">Selection of exclusive Deposit Bonuses - Poker Boss Choice</a>
                                    </h4>
                                    <p>Every day there is a new Online Poker Room around the corner. In this
                                        situation Poker-rooms will give you extra big deposit bonuses to get your
                                        attention. But which of these bonuses are really worth?! Check out Poker Boss
                                        selection of trustful and high bonus offers! Don't click if you don't have a few
                                        bucks in your pocket!</p>
                                    <p>
                                        <a href="freerolls/$500.htm" class="d-block">EXCLUSIVE POKER DEPOSIT BONUSES &gt;&gt;&gt;</a>
                                        <a href="freerolls/$500.htm" class="d-block">POKER-BOSS FAVORITE PLACE TO DEPOSIT &gt;&gt;&gt;</a>
                                    </p>
                                </div>

                        </div>
                    </section>


what i would love is to make easier to add new section or add another column inside row (or delete ofc).
Is this possible with couch? I've read documentation and tried some things but nothing successful.

Thank you anyways, keep up the good work :) <3 Couch
Thank you for the kind words :)

Replying to your query -
it seems to be a perfect case for using 'repeatable regions'.
Define the regions used within your HTML column as repeatable and the user then can create as many of them as required.

The main docs on this topic is here - https://docs.couchcms.com/concepts/repe ... gions.html
but with Couch v2.1, there have been enhancements to this feature ('stacked_layout' being the main) so please also see viewtopic.php?f=5&t=11105

Finally, for more involved cases you may also consider using the 'Mosaic' feature - also described in the post linked above viewtopic.php?f=5&t=11105

Hope the reply helps.
Thank you for help, i will try that right away and let everyone know how it went :)
3 posts Page 1 of 1