Forum Replies Created
In case of CDN, you may use Amazon S3. WPDM has an add-on ( http://www.wpdownloadmanager.com/download/amazon-s3-storage-add-on/ ) for Amazon S3, you can use that to explore and serve your files from Amazon S3 securely.
if you want same image for all of your packages, you simple can put it in link or page template.
Everything should work fine there now. I’ve update wpdm pro and premium package add-on.
Please give me the exactly url where you are seeing the error ERR_CONTENT_LENGTH_MISMATCH.
When I’m trying to login, it returning:
ERROR: Invalid username.
Sorry not clear, I see download pages are downloads are working fine. I’m not seeing link http://www.looopcreative.com/?m=20150323 anywhere in your site. However please give me temporary wp-admin login info in a private reply to check it in details.
Strangely we couldn’t regenerate the issue in your side, if you could check it in your installation, we could track the proper reason, however you can fix the issue adding if(!is_array($side_dashboard)) $side_dashboard = array(); after $side_dashboard = $wp_meta_boxes['dashboard']['side']['core']; in /download-manager/admin/class.WordPressDownloadManagerAdmin.php
But if possible please give me a temporary wp-admin login info in a private reply, I shall check and adjust it for you.
@alidiaby, Extremely sorry for your inconvenience. In last update we have improved code base and using namespace, which require php v5.3.0+ ( http://php.net/manual/en/language.namespaces.rationale.php ), may you please update your server php version, however if that is not possible, you can get back the previous version from here https://downloads.wordpress.org/plugin/download-manager.2.8.3.zip
Extremely sorry for your inconvenience. In last update we have improved code base and using namespace, which require php v5.3.0+ ( http://php.net/manual/en/language.namespaces.rationale.php ), may you please update your server php version, however if that is not possible, you can get back the previous version from here https://downloads.wordpress.org/plugin/download-manager.2.8.3.zip
Sorry for the issue, please update to 2.8.5, I’ve fixed it there. However you still can download previous version from here https://wordpress.org/plugins/download-manager/developers/
Sorry for the issue, please update to 2.8.5, I’ve fixed it there
Sorry for the issue, please update to 2.8.5, I’ve fixed it there.
You’re welcome. If you get some free moments, please give us a 5* here https://wordpress.org/support/view/plugin-reviews/download-manager?rate=5#postform , Thanks in advance 🙂
I found the issue, sorry that I forgot the test the add-on with wpdm free version, anyhow it is updated now, please get v1.2.0 and update your copy.
Thanks to all. Noted for implementation 🙂
Don’t have specific time frame yet, but it will mentioned in changelog with each release.
May you please explain little more on “A way to set a limit on how many times it can be used.”
May you please give me the package URL to check.
Best process is to copy all data from database 🙂 . Export database from old location and import it to new.
Sorry, confused, “Google issue” <– which one are you taking about…
New code for content-wpdmpro.php:
<?php /** * The template used for displaying page content in page.php * * @package ThemeGrill * @subpackage ColorMag * @since ColorMag 1.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?> > <?php do_action( 'colormag_before_post_content' ); ?> <div class="article-content clearfix"> <div class="entry-content clearfix"> <?php the_excerpt(); ?> </div> </div> <?php do_action( 'colormag_after_post_content' ); ?> </article>
When trying to connect ftp, it is refusing conn, looks like my ip ( 27.147.242.5 ) is blocked
May you please give me temporary wp-admin login info in a private reply to check your issue in your installation.