Hello,
I’m using the button code that I’ve found on your website ( [av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2i'] ) so i can put it in tabs or other tools. My question is: is there a code I can insert in that fix the button so the link open in a new window?
Thank you, best regards!
Hey synergica,
You’ll need to add this attribute:
link_target='_blank'
So the complete code should look like this:
[av_button label='Click me' link='manually,http://' link_target='_blank' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2i']
Hope it helps.
Best regards,
Nikko
Hello,
thank you a lot for the answer. The button link to a pdf, but it doesn’t open in mobile version. How can i solve it? Open in new page or same page option doesn’t change, it isn’t working. Thank you so much
do you have a pdf program installed on your mobile device?
https://www.carlcare.com/ng/tips-detail/fix-adobe-not-opening-pdf-android/
maybe try to deactivate the addon from adobe – and let open the pdf in the browser itself.
I’ve tried with many devices and i see the same problem. I have not a pdf program on my mobile.
Hi synergica,
Please try to check the solutions posted in this thread: https://stackoverflow.com/questions/7437602/how-to-display-a-pdf-via-android-web-browser-without-downloading-first
You can open a file PDF in Google Docs Viewer by appending the URL to:
http://docs.google.com/gview?embedded=true&url=<URL of a supported doc>
Hope it helps.
Best regards,
Nikko