Can you please share your homepage url?
sure… thefightingseason.com
Hey! I think you can add a third button on your own homepage.
You can create a child theme https://codex.wordpress.org/Child_Themes and insert this button that you want. You’ll only need some development skills.
Yes, I know to edit the slider-static.php page but I don’t think it’s going to be that simple the way this theme is made. Simply adding another button after the second one without making container adjustments will put the page out of whack. I was hoping the developer or someone had already done this and could provide direction. Thanks!
<div class="cta_buttons">
<?php if(!empty($optimizer['static_cta1_text']) || is_customize_preview() ) { ?>
<a class="static_cta1 lts_button lt_rounded cta_<?php echo esc_attr($optimizer['static_cta1_txt_style']); ?>" href="<?php echo do_shortcode(esc_url($optimizer['static_cta1_link'])); ?>"><?php echo do_shortcode($optimizer['static_cta1_text']); ?></a>
<?php } ?>
<?php if(!empty($optimizer['static_cta2_text']) || is_customize_preview() ) { ?>
<a class="static_cta2 lts_button lt_rounded cta_<?php echo esc_attr($optimizer['static_cta2_txt_style']); ?>" href="<?php echo do_shortcode(esc_url($optimizer['static_cta2_link'])); ?>"><?php echo do_shortcode($optimizer['static_cta2_text']); ?></a>
<?php } ?>
</div>
Hi, I was wondering if you have found a solution to this issue. I’ve checked your website and it seems you’re using a workaround.
Has anyone attempted this? Thank you!