• Resolved tabular

    (@tabular)


    Hello there,

    First of all thank you for your lovely plugin.

    It worked like a charm. I only had one problem regarding multi language for which I use qTranslate-X.
    It worked on most of the fields of an item inside the download center.
    Unfortunately it didn’t work on the downloadable item itself.
    That is: File Manager -> File (Url)

    Is there a list of compatible plugins for lana downloads?

    best regards

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter tabular

    (@tabular)

    Thank you for your help so far.
    We still need the informations above (filesize and fileformat) of the downloadable content provided by our service.
    Your help is appreciated a lot.

    best regards

    Thread Starter tabular

    (@tabular)

    We are still having this problem and would appreciate a quick answer whether we can expect this functionality or if we need to redesign our application.

    Best regards

    Plugin Author Lana Codes

    (@lanacodes)

    The easiest way to do this is to write your own function.

    function lana_download_shortcode( $atts ){}
    add_shortcode( 'lana_download', 'lana_download_shortcode' );

    Copy this function, rename it and modify it according to your needs. It requires a minimum of PHP knowledge.

    Or I think any freelancer can make it for you.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Multi Language (qTranslate-X)’ is closed to new replies.