• Resolved customerservice

    (@babimbola)


    I need help to change a few things

    1) How do I hide the download counter? Currently showing “Download 1″
    2) The shortcode looks like this [lana_download id=”1471”]
    The download link on the website is showing “Download 1” – the file was downloaded once
    How do I change “Download 1” to a download button?
    How can I change “Download 1” to display “Download Now” with a bigger font?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter customerservice

    (@babimbola)

    Changed the code to the following: [av_button label=Download Now=lana_download id=”1471″]

    The button shows, but when I click on download nothing happens does not download the file

    Plugin Author Lana Codes

    (@lanacodes)

    How to change text?
    [lana_download id=”1471″ text=”Download Now”]

    How to hide counter?
    This is not possible with shortcode settings.
    You can do your own button (use download URL in button link), or you can hide them with CSS.
    CSS code:

    .lana-download-shortcode .badge{
       display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Download button / counter’ is closed to new replies.