copy the sql again and try.
it could be something with nextgen gallery plugin.
please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
@Roccoantonio_lagana, latest version of wpdm pro shouldn’t have any such issue, anyhow please send your import file and wp-admin login info to support@wpdownloadmanager.com, we will check.
use the query:
UPDATE wp_posts SET ping_status='closed' where post_type='wpdmpro';
please use page template “Single Column, Image Top, Extended” or create a new page template with template tag [download_link_extended], more details are here http://www.wpdownloadmanager.com/docs/integrated-templates/
yes, it will be ok in next update, but if you need it right now, please send a temporary wp-admin login info to support@wpdownloadmanager.com
try removing bootstrap from wpdm pro. open functions.php , search and remove:
wp_enqueue_style('wpdm-bootstrap',plugins_url().'/download-manager/bootstrap/css/bootstrap.css');
thank, I’ll adjust it with next update
sorry not clear, may you please explain little more
in functions.php , search and remove:
wp_enqueue_style('wpdm-bootstrap',plugins_url().'/download-manager/bootstrap/css/bootstrap.css');
find and replace all wpdmdl with ihhdescarga from every plugin file
done
not yet, we are now working in main plugin update, which will take few more week to finish, then we will update the add-on. Thanks
Use the following code:
<?php global $wpdb; echo $wpdb->get_var("select sum(download_count) from {$wpdb->prefix}ahm_files"); ?>
looks like all of your files are not updated properly, please re-upload functions.php
try now
done
next update actually coming within very big changes, so that will take few more weeks ๐
done
looks like you did some url rewrite , which made timthumb non-functional, at current state timthumb failing to detect your image path so why image are not showing
please remove line 433 to 438 from functions.php , you server is not supporting some functions. or please send a temporary wp-admin login info to support@wpdownloadmanager.com, i’ll do that for you.
It is because zlib is not enabled in your server. when you are downloading a multi-file package, it zips all files using some php code which requires zlib ( zip library for php ). please ask you server support to activate zlib.
please send to support@wpdownloadmanager.com
after line #146 add:
dtable.fnSort( [ [2,'desc'] ] );