Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author E2Pdf

    (@oleksandrz)

    Hi,

    Sorry, can you please clarify what do you mean by using the link? [e2pdf-download] shortcode actually generates the link to download PDF.

    Thread Starter martinlecaros

    (@martinlecaros)

    Yes, sorry for not explaining well. What I want to achieve is to paste the link in a page builder component.

    Here:
    https://ibb.co/SX5dt0y

    Plugin Author E2Pdf

    (@oleksandrz)

    As we understand you are using “WPBakery Page Builder”. If yes, we currently released support to generate PDF Link under Image Object in RC Version 1.15.04. You can apply update now by turning on updates from “e2pdf.com”. Option can be enabled at “E2Pdf” -> “Settings” -> “Release Candidate Builds” (https://prnt.sc/132yaax). After enabling this option you must be able to check for updates at “Dashboard” -> “Updates” and update plugin as usual to version 1.15.14.

    It’s recommended to turn off this option after update

    After update you must be able to use shortcode inside “Image link”:

    [e2pdf-download id='1' output='url']

    * where 1 is the ID of your E2Pdf Template. Keep attention please on the “quotes”, it must be used “single” quote.

    If it will not work, let us know please which version of “WPBakery Page Builder” or “Visual Composer” you are using and which shortcode generated if you switch to “Classic Mode”. Thank you.

    We remain at your service.

    Thread Starter martinlecaros

    (@martinlecaros)

    Thanks a lot!!
    Unfortunately it didn’t work.

    I am using Salient WPBakery Page Builder
    Version 6.0.5

    Here you can see:
    https://prnt.sc/1331afu

    Let me know if I can do anything to make it work.
    Kind regards

    Plugin Author E2Pdf

    (@oleksandrz)

    We were able to check it directly with Salient Theme. Unfortunately theme overwrites default “Single Image Object” of WPBakery Page Builder and it doesn’t have filters so we can add support to render E2Pdf Download Link as with default WPBakery Page Builder Single Image Object.

    The only way at this moment is to add “content” block with manual inserting of “image” with href attribute as [e2pdf-download id='1' output='url']:

    <a href="[e2pdf-download id='1' output='url']"><img src="path to image"></a>

    P.S. Keep attention to use “text” tab and on “quotes”.

    We remain at your service.

    Thread Starter martinlecaros

    (@martinlecaros)

    Many thanks!!
    I’ll do that.
    Best regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘URL link instead of shortcode’ is closed to new replies.