Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1005030

    Hi

    I am trying to link to a pdf with a button but this does does not find the file:

    [av_button label='Download e-Brochure' link='http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/09/sns.pdf' link_target='_blank' size='large' position='left' label_display='' icon_select='yes' icon='ue805' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='' custom_class='' admin_preview_bg='']

    it is the Turkish flag under the middle east tab – download e-Broachure – on this page:

    the file is:

    http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/09/sns.pdf

    many thanks!

    #1005083

    Hey smoothbob,

    I don’t see the button anywhere, did you remove it?

    Best regards,
    Victoria

    #1005108
    #1005125

    Hi smoothbob,

    When I click there, nothing opens, just a spinning wheel, the modal shows up and hides and there are no errors in the console on my end. Hmm….

    Best regards,
    Victoria

    #1005127

    hi

    you need to load one tab then reload that Middle East tab, that is another bug that is being looked at

    thanks

    #1005344

    Hi,

    I checked the html code of the button and this code is not valid/broken. It looks like:

    
    <a href="<a href=&quot;http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/09/sns.pdf&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;>http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/09/sns.pdf</a>" class="avia-button   avia-icon_select-yes-left-icon avia-color-theme-color avia-size-large avia-position-left " target="_blank"><span class="avia_button_icon avia_button_icon_left "  data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Download e-Brochure</span></a>
    

    but it should look like:

    
    <a href="http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/09/sns.pdf" class="avia-button   avia-icon_select-yes-left-icon avia-color-theme-color avia-size-large avia-position-left " target="_blank"><span class="avia_button_icon avia_button_icon_left " data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Download e-Brochure</span></a>
    

    I’m not sure what causes this issue. Please try to deactivate all plugins and ccheck if a plugin manipulates the link/button code. Please also check your custom code in your child theme.

    Best regards,
    Dude

    #1005373

    if you mean that Button: “Download e-Bruchure” – why don’t you insert on a manual link the url of your pdf ?

    PS : same thing with your website link

    #1005477

    PS on this here: https://kriesi.at/support/topic/pdfs-not-found/#post-1005108 you inserted a wrong link too.
    Can you please tell us what you are doing / inserting on the text-input fields

    But

    please use the code tag here on board.
    1) click the code button above
    2) paste in your code
    3) click again (now you see button has changed to closing tag) /code

    _______ now______on your code there was one missing – that it is a manually set code. See if i create a Button with your link:

    [av_button label='Download e-Brochure' link='manually,http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/09/sns.pdf' link_target='_blank' size='medium' position='left' label_display='' icon_select='yes' icon='ue8ad' font='entypo-fontello' id='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-jlngc6oc' custom_class='' admin_preview_bg='']

    link=’manually,http:// …

    But both should work ! – did you work only with debug mode ?
    the link is totaly abstruse: nested and an anchor in a href attribut etc. pp:

    click to enlarge:

    #1005586

    Hi all!

    fixed. thanks for looking I figured it out :)

    #1005602

    Hi,

    Great, glad it works now :)

    Best regards,
    Dude

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Pdfs not found’ is closed to new replies.