Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
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:
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
Hi,

The images you attached failed to come through.
Could you please resend them?

Thanks
I put urls in as the img tag didnt work for me. TY
3 posts Page 1 of 1