ziku

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 31 total)
in reply to: Error after subscription #23770

ziku
Member

Looks like an JavaScript error. Give me your site address to check.

in reply to: Customize File_List Button = wpdm-download-button #23767

ziku
Member

yes, there it is.

in reply to: Accordion shortcode #23766

ziku
Member

Look at your browser address bar. You will find something like:

..taxomomy=wpdmcategory&tag_ID=81 <-- this is your category id and you need to use this number as cats value

in reply to: Add-ons not working? #23765

ziku
Member

Great 🙂

in reply to: shortcode [wpdm_frontend] #23761

ziku
Member

Currently there are no parameters available for wpdm_frontend shortcode. You need to manually edit functions.php file.

For 1: Goto function function wpdm_new_file_form_sc(){... under functions.php file. Change below line

if (is_user_logged_in()) {

        if ($task == 'addnew' || $task == 'edit-package')
            include('wpdm-add-new-file-front.php');
        else if ($task == 'editprofile')
            include('wpdm-edit-user-profile.php');
        else if ($task != '' && $tabs[$task]['callback'] != '')
            call_user_func($tabs[$task]['callback']);
        else if ($task != '' && $tabs[$task]['shortcode'] != '')
            do_shortcode($tabs[$task]['shortcode']);
        else
            include('wpdm-list-files-front.php');
    } else {

        include('wpdm-be-member.php');
    }

With

if (is_user_logged_in()) {

        if ($task == 'addnew' || $task == 'edit-package')
            include('wpdm-add-new-file-front.php');
        //else if ($task == 'editprofile')
            //include('wpdm-edit-user-profile.php');
        //else if ($task != '' && $tabs[$task]['callback'] != '')
            //call_user_func($tabs[$task]['callback']);
        //else if ($task != '' && $tabs[$task]['shortcode'] != '')
            //do_shortcode($tabs[$task]['shortcode']);
        //else
            //include('wpdm-list-files-front.php');
    } else {

        include('wpdm-be-member.php');
    }

For 2: You need to manually edit file wpdm-list-files-front.php manually.

in reply to: Cannot send session cache limiter #23760

ziku
Member

Check you wp-config.php file, maybe some blank space before


ziku
Member

Login info for network admin access isn’t working.

in reply to: internet explorer – pdf won't download #23757

ziku
Member

Which version of Internet Explorer you are using ? I tried with IE8, and download started just fine.

in reply to: Template for shortcode wpdm-email-2download #23755

ziku
Member

You cannot use template with this shortcode. However you can write your custom CSS code to your site CSS file.

in reply to: Client file upload / download #23752

ziku
Member

Use shortcode [wpdm_frontend] in a page. User will be able to upload files from front end and user will only see their uploaded files.

in reply to: Blank page PDF Stamper #23749

ziku
Member

We are working on this matter right now.


ziku
Member

that was site admin login info, need Network Admin login.

in reply to: WPDM – Archive Page count child folders problem #23698

ziku
Member

Under function ->
function wpdm_front_render_cats($parent=0, $btype = 'default', $base = 0){ ...

<a title="<?php echo  $category->description;?>" class=" <?php if($parent==$base): ?>btn btn-sm btn-<?php echo $btype; ?> <?php if(count($cld)<=0||1): ?>btn-block<?php endif; ?><?php endif; ?> wpdm-cat-link" rel='<?php echo $category->term_id; ?>' href="<?php echo $link; ?>">
                    <?php echo stripcslashes($category->name); ?> (<?php echo $ccount; ?>)
                    </a> 

comment out (<?php echo $ccount; ?>)

I hope this will help you.

in reply to: Errors when i import csv file #23695

ziku
Member

Attach your CSV file in a private reply, we will get back to you soon.

in reply to: Fatal error: Cannot redeclare class zipfile #23693

ziku
Member

Problem is fixed. Try to activate download manager now.


ziku
Member

Gogo WordPress Admin Panel –> Settings –> Permalinks and click Save Settings button. I hope this will help you.

in reply to: update broke my site! #23691

ziku
Member

From version 2.7.* Download Manager Free moved to custom post type for better performance and security issue. After you upgrade to version 2.7.*, you need to migrate your old versions’ data. To migrate your old version data to new version, goto Admin Menu Downloads Settings Migrate Tab of your WordPress admin panel. Follow the instructions written their.

Things to remember:
1. You need to manually re-assign download icon for every post from Admin Menu Downloads All Files

2. You need to reassign categories for each files manually.

3. Existing Category ShortCode will not work, you need to change all category ShortCode manually. However, you can install Advanced TinyMCE button AddOns for free to easily place shortcode in a page or post.

4. You can install Free AddOns to extend functionality for Download Manager.

*If you don’t want to do update to the latest version, you can still use Download Manager Version 2.6.96

in reply to: Links / Downloads not working after 2.7.5 #23690

ziku
Member

Will the existing categories be kept? Or do I have to create them over again?

You don’t need to recreate existing categories.

in reply to: Link Expired Error #23689

ziku
Member

If you are using a cache plugin, empty your page cache. Hope this will help.

in reply to: After each update all my custom icons disapears #23456

ziku
Member

*issue noted to be fix in future release.

in reply to: Add to page button #23455

ziku
Member

To insert a file in a page or post use this shortcode [wpdm_package id='your_file_id_here'].

You can install Advanced TinyMCE button AddOns for free to easily place shortcode in a page or post.

in reply to: Not working with password files #23454

ziku
Member

Which Download Manager version you are using ? I’ve just tested with both latest version of WordPress and Download Manager and it works just fine.
*Maybe this is happening for js issues. Debug your code using firebug and look for any javascript errors.

in reply to: Download Manager affects my template theme #23453

ziku
Member

Which version of download manager you upgraded form ? If answer is 2.6.96 you can follow below instructions, if no maybe there’s some js issues. Give me your site address to check in a private reply. Hope this help 🙂

From version 2.7.* Download Manager Free moved to custom post type for better performance and security issue. After you upgrade to version 2.7.*, you need to migrate your previous versions’ data. To migrate your old version data to new version, goto Admin Menu Downloads Settings Migrate Tab of your WordPress admin panel. Follow the instructions written their.

Things to remember:
1. You need to manually re-assign download icon for every post from Admin Menu Downloads All Files

2. You need to reassign categories for each files manually.

3. Existing Category ShortCode will not work, you need to change all category ShortCode manually. However, you can install Advanced TinyMCE button AddOns for free to easily place shortcode in a page or post.

4. You can install Free AddOns to extend functionality for Download Manager.

*If you don’t want to do update to the latest version, you can still use Download Manager Version 2.6.96

in reply to: Have you stopped supporting the free version? #23452

ziku
Member

From version 2.7.* Download Manager Free moved to custom post type for better performance and security issue. After you upgrade to version 2.7.*, you need to migrate your previous versions’ data. To migrate your old version data to new version, goto Admin Menu Downloads Settings Migrate Tab of your WordPress admin panel. Follow the instructions written their.

Things to remember:
1. You need to manually re-assign download icon for every post from Admin Menu Downloads All Files

2. You need to reassign categories for each files manually.

3. Existing Category ShortCode will not work, you need to change all category ShortCode manually. However, you can install Advanced TinyMCE button AddOns for free to easily place shortcode in a page or post.

4. You can install Free AddOns to extend functionality for Download Manager.

*If you don’t want to do update to the latest version, you can still use Download Manager Version 2.6.96

in reply to: Links / Downloads not working after 2.7.5 #23449

ziku
Member

From version 2.7.* Download Manager Free moved to custom post type for better performance and security issue. After you upgrade to version 2.7.*, you need to migrate your old versions’ data. To migrate your old version data to new version, goto Admin Menu Downloads Settings Migrate Tab of your WordPress admin panel. Follow the instructions written their.

Things to remember:
1. You need to manually re-assign download icon for every post from Admin Menu Downloads All Files

2. You need to reassign categories for each files manually.

3. Existing Category ShortCode will not work, you need to change all category ShortCode manually. However, you can install Advanced TinyMCE button AddOns for free to easily place shortcode in a page or post.

4. You can install Free AddOns to extend functionality for Download Manager.

*If you don’t want to do update to the latest version, you can still use Download Manager Version 2.6.96

Viewing 25 posts - 1 through 25 (of 31 total)