Shahjada

Forum Replies Created

Viewing 25 posts - 14,001 through 14,025 (of 15,594 total)
in reply to: Removing Trackback #8214

Shahjada
Keymaster

copy the sql again and try.

in reply to: Files empty or with extension txt after download #8213

Shahjada
Keymaster

it could be something with nextgen gallery plugin.

in reply to: Files empty after download… :-( #8212

Shahjada
Keymaster

please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue

in reply to: Create Date and Icons Not Displaying Correctly #8208

Shahjada
Keymaster

@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.

in reply to: Removing Trackback #8206

Shahjada
Keymaster

use the query:

UPDATE wp_posts SET ping_status='closed' where post_type='wpdmpro';
in reply to: Add Facebook "Like" to download page? #8204

Shahjada
Keymaster

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/

in reply to: Visibility #8203

Shahjada
Keymaster

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

in reply to: Conflict with Yootheme Template/Warp7 #8202

Shahjada
Keymaster

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');

Shahjada
Keymaster

thank, I’ll adjust it with next update

in reply to: Add text tweet lock #8200

Shahjada
Keymaster

sorry not clear, may you please explain little more

in reply to: PHP Warnings at Line 406 #8178

Shahjada
Keymaster

in functions.php , search and remove:

wp_enqueue_style('wpdm-bootstrap',plugins_url().'/download-manager/bootstrap/css/bootstrap.css');
in reply to: Is it possible to change direct url?? #8170

Shahjada
Keymaster

find and replace all wpdmdl with ihhdescarga from every plugin file

in reply to: unlock my key. #8169

Shahjada
Keymaster

done

in reply to: WPDM Directory Add-On Issues #8168

Shahjada
Keymaster

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

in reply to: how i can insert a widgt for ( downloads total ) ? #8167

Shahjada
Keymaster

Use the following code:

<?php
global $wpdb;
echo $wpdb->get_var("select sum(download_count) from {$wpdb->prefix}ahm_files");
?>
in reply to: PHP Warnings at Line 406 #8166

Shahjada
Keymaster

looks like all of your files are not updated properly, please re-upload functions.php

in reply to: Domain switch #8165

Shahjada
Keymaster

try now

in reply to: Invalid license key #8164

Shahjada
Keymaster

done

in reply to: download sitemap with date error #8163

Shahjada
Keymaster

next update actually coming within very big changes, so that will take few more weeks ๐Ÿ™‚

in reply to: Unlock licence for production site #8158

Shahjada
Keymaster

done

in reply to: Thumbnail is not shown #8129

Shahjada
Keymaster

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

in reply to: Cannot modify header information – error message #8126

Shahjada
Keymaster

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.


Shahjada
Keymaster

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.

in reply to: delete wpdmpro page #8118

Shahjada
Keymaster
in reply to: All Packages Shortcode Help #8117

Shahjada
Keymaster

after line #146 add:
dtable.fnSort( [ [2,'desc'] ] );

Viewing 25 posts - 14,001 through 14,025 (of 15,594 total)