Forum Replies Created
please use page template “Single Column, Image Top, Extended “
solution is not secret, actually I need to check it in your installation to find the reason
please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
not clear, free version never had multiple image preview, but in pro you can do that ( like: http://demo.wpdownloadmanager.com/wpdmpro/file-download/wordpress-shopping-cart-system/ ) . for that you have to use tag [gallery_WxH] with page or link template. That will show additional preview thumbnails in gallery format, each image height and width will be same as specified, eg:[gallery_50x30] will show image gallery of additional previews and each image size will be 50px × 40px
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');
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
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