• Hi,

    I’ve been breaking my head trying to sort out the formatting of the inline download link. How do I change what the download link looks like and how do I add a filetype logo next to the link?

    Right now, the file to be downloaded is called “Price List” but the link reads as:
    “Price
    List”
    and the font size is so small that users can’t even figure out that the contact form has actually triggered a response.

    Please help. You can find the contact form at https://www.moography.com/pricing. Please feel free to download the file – You’ll figure out what I mean.

    Regards,

    Anshuman

    https://www.ads-software.com/plugins/email-before-download/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I cant see the links on your site anymore when submitting the form.

    In any case, its a simple matter of adding some CSS.
    if you are using a framework like Bootstrap, its a little more difficult but still possible.

    i’m using twitter boostrap and so i needed to override the defualt icon css that the plugin adds but this should work for you

    First set up a couple of options in the email before download plugin settings in the wordpress backend (its in settings):
    6. Inline Link Custom CSS: ebd ( <– you can make this whatever you want – just remember to use it in your css)
    Then this is optional, but it helps
    7. HTML Before Inline Link: <h1>Please download your files using the links below</h1>

    then you can target the links in your css using this:

    /* Email before download plugin*/
    .ebd {display: block !important;}
    .ebd a {
      display:block;
      width: auto;
      height: auto;
    }
    .ebd a {font-weight: bold;}

    ***Sorry, wrong place to post this**

    Hi there

    Thanks for the plugin. I trying to get it to work to allow songs for downloads.

    The inline link works well, but email doesnt really follow the template as set out in settings. Also, there is no download link in the email. It only shows:

    Message Body:
    The downloaded file name(s): Song for download

    I have the contact form & download files working correctly, and can download the file using inline link without any issue.

    thanks

    Fib

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inline Download Link formatting’ is closed to new replies.