Hi, I'm new to couch. Been using it for a couple of days. Done as much background reading before coming here for a little help. I have a Bootstrap 5.3 web site which I have ported into couch. On the whole a reasonably painess exercise, UNTIL i tried adding some global settings.
Before:
After:
BEFORE: https://imgur.com/vJTrvJL
AFTER: https://imgur.com/a/FwCD0Ej
Any tips would be great
Before:
- Code: Select all
<section class="...."> <div class="container"> <!---code here-----> <div class="......"></div> </div> </section>
After:
- Code: Select all
<section class="......"> <cms:get_custom_field 'contact' masterpage='globals.php' /> <div class="......"></div> </section>
BEFORE: https://imgur.com/vJTrvJL
AFTER: https://imgur.com/a/FwCD0Ej
Any tips would be great