Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    If your server is loading a music player, with the song to be downloaded, you should force to your server to download the audio file. In this case you should create an .htaccess file, in the “/wp-content/uploads/” directory, with the directives:

    <FilesMatch “\.(mp3|wav|oga|ogg)$”>
    ForceType application/octet-stream
    Header set Content-Disposition attachment
    </FilesMatch>

    Best regards.

    Thread Starter ojosejefferson

    (@gel-jefferson)

    Friend the plugin’re causing a conflict when I’ll post the cover images, this error appears. “” Error sending. Please try again later. “” Please as I do for this complito for ??

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Could you contact me through our support page to check the issue in detail, please? It can be caused by a conflict with any other plugin active in your website, and could be required check the plugin directly in your WordPress.

    https://wordpress.dwbooster.com/support

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Force Download DEMO’ is closed to new replies.