the support button under the front page custom fields section didn't have a permalink, added
the id to the support page
<div class="row">
<div class="small-12 columns text-center donation">
<?php the_field('front_content');?>
- <a href="#" class="support"></a>
+ <a href="<?php echo get_permalink(76); ?>" class="support"></a>
</div>
</div>
</main>
\ No newline at end of file
<?php $index_template = false; ?>
<div id="fullwidth-template" class="row large-collapse">
<?php get_template_part('parts/main-content');?>
- </div>
+ </div>
<?php } else { ?>
<div class="row large-collapse">
<?php get_template_part('parts/main-content');?>