This topic has 3 replies, 2 voices, and was last updated 9 years, 2 months ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
Hello,
Firstly, love the theme.
#1: I am trying to make the callout button above the footer widget allow a link for a telephone, however everything I have tried so far, does not seem to be working.
[callout color="midnightblue" buttontext="Call Now" buttonsize="medium" style="full flat"]
#2: Some action on the hostmev2 “optionframework” appears to not be working. Such as subheader teaser, which I have set to Tweitter.
#3: How can I remove the additional branches option at the footer.
Thank you.
Kindest Regards,
Nicholas.
1. If you want to link the button to a telephone no, you can use the shortcode like this [callout color="midnightblue" buttontext="Call Now" buttonlink="www.google.com" buttonsize="medium" style="full flat"]
2. Sorry, we have removed twitter code form the theme a long back ago but forgot to remove the twitter option from theme options. We’ll update the changes in the theme in this week and will update the the theme.
3. If you want to remove the “More Branches” Option, then open footer.php and find for this code
if ( is_active_sidebar( 'footer-branches' ) ) {
echo '<a class="at-footer-branches">' . esc_html__( 'More Branches', 'THEME_FRONT_SITE' ) . '</a>';
}
and remove or do comment the code.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.