How do you change the default footer content and keep the footer 5 contact button, text etc.. that Broadscope has as an example??
Contact button in footer
6 posts from 4 voices-
Posted 1 year ago #
-
Hey,
to do this you can use widgets: Appearance > Widgets, just drag the widgets to the given spots. You can also open footer.php and edit the following part to change your contact button.
<a href='<?php echo get_permalink(avia_get_option('avia, email_page'));?>' class='custom_button rounded'><strong><?php _e('Contact Form','avia_framework'); ?></strong><span><?php _e('get in touch with us','avia_framework'); ?></span></a> <p><?php _e('This site uses valid HTML and CSS. All contents Copyright ©','avia_framework'); echo get_bloginfo('name');?></p>Posted 1 year ago # -
but the contact button is not in any of the widgets or in any of the footer widget spots. So as soon as I start dragging widgets into the footers, wont all the defaults disappear? Also I wanted to add additional text below the copyright...
Posted 1 year ago # -
As long as you don't drag a widget to the last column the contact button will remain. The copyright notice can be found in your footer.php here
<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - <a href='<?php echo home_url('/'); ?>'><?php echo get_bloginfo('name');?></a> - <a href='http://www.kriesi.at'>Theme Design by Kriesi.at</a></span>Posted 1 year ago # -
I have a custom contact page, so my issue is that I would still like to use the footer contact us link, but since I have a custom contact page it doesn't link to it. Suggestions?
Thanks
Live at http://www.conlabibliaabierta.com/new/ (see footer)
Posted 1 year ago # -
In footer.php replace following code:
<?php echo get_permalink(avia_get_option('avia, email_page'));?>with your contact page url.
Posted 1 year ago #
Reply
You must log in to post.














