Hi. Just need to know how I can add a button in the footer.
Thanks.
Hey Mark,
You can use the button shortcode:
[av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='']
And put it in one of the footer widgets. Just adjust the values in the shortcode. Hope this helps :)
Best regards,
Nikko
Hi Nikko.
I used this: [av_button label='Click me' link=''http://book.resonline.com.au/make-booking?ap=66210'' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='']
But the link goes to my home page? http://www.theboomerangs.com
Hi,
Ive checked your shortcode and there isn
t the manually attribute, so, add this shortcode and the link will works:
[av_button label='Click me' link='manually,http://book.resonline.com.au/make-booking?ap=66210' link_target='' size='small' position='center' icon_select='yes' icon='ue806' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' admin_preview_bg='']
See the code here: https://gist.github.com/JohnTorvik/5de7785cc7c8444a3ee84cc1554486b2
Best regards,
John Torvik