Shahriar

Forum Replies Created

Viewing 25 posts - 3,076 through 3,100 (of 12,513 total)
Feb 27, 2019 at 5:34 pm
#94287
Moderator
Shahriar
Staff OP

You have to update the pacakge after clicking the trash icons.

Feb 26, 2019 at 6:55 pm
#94249
Moderator
Shahriar
Staff OP

For now, do not update the add-on. We will release another update soon to fix the settings issue.

Feb 26, 2019 at 6:54 pm
#94248
Moderator
Shahriar
Staff OP

Hi,

Yes, you can upgrade to Pro and then deactivate the auto renewal. You will get 1-year support + updates with your purchase.

Thanks.

Feb 26, 2019 at 10:40 am
#94237
Moderator
Shahriar
Staff OP

Although WPDM isn’t setting any cache header it uses PHP Session. And it seems PHP Session is setting the no-cache header automatically. I have disabled the session and tested if the is working from Proxy Cache Check Caching page. Looks like deactivating the session fixed the issue.

Feb 26, 2019 at 9:12 am
#94235
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue.

Feb 26, 2019 at 7:04 am
#94230
Moderator
Shahriar
Staff OP

When using Enfold we got the ‘plupload is not defined’ error in console. I have added the following code at line no 361 in download-manager.php file to enqueue it again. Frontend upload is working now.

wp_enqueue_script('plupload');

Feb 26, 2019 at 7:01 am
#94229
Moderator
Shahriar
Staff OP

When using Enfold we got the ‘plupload is not defined’ error in console. I have added the following code at line no 361 in download-manager.php file to enqueue it again. Frontend upload is working now.

wp_enqueue_script('plupload');

Feb 26, 2019 at 6:24 am
#94228
Moderator
Shahriar
Staff OP

Template file location and name seems okay. So, it should work. What kind of changes have you made on inside the file content?

Feb 25, 2019 at 8:58 pm
#94213
Moderator
Shahriar
Staff OP

The modified version will be used automatically you have done everything as instructed. Could you please send me a screenshot of the folder structure of your theme directory? Or just send FTP info in private reply.

Feb 25, 2019 at 8:56 pm
#94212
Moderator
Shahriar
Staff OP

Add the following CSS to your Customize Additional CSS option,

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate {
    display: none;
}
Feb 25, 2019 at 8:43 pm
#94210
Moderator
Shahriar
Staff OP

Please install the TinyMCE Button ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) add-on. This add-on provides easy to use GUI for various shortcodes, so you don’t have to memorize the shortcode.

Default View,
[wpdm-archive button_style="inverse" link_template="link-template-calltoaction1" order_by="post_title" order="asc" items_per_page="9" cols=1]
Sidebar View,
[wpdm-archive cat_view="sidebar" button_style="default" items_per_page=10 order_by="post_title" order="asc"]

It is possible to add the private/public status by customizing /wpdm-archive-page/tpls/aps-content-cat.php template. You have to make a copy of this template and place it in /active-theme/download-manager/ directory. Then make your changes.

Feb 25, 2019 at 7:59 pm
#94209
Moderator
Shahriar
Staff OP

Thank you Andy for helping.


@teuniz
, Andy is right. For now please use only alphanumeric characters ( number + letters ) as a password for WPDM account.

Feb 25, 2019 at 7:57 pm
#94208
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Feb 25, 2019 at 7:49 pm
#94205
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Feb 25, 2019 at 7:41 pm
#94204
Moderator
Shahriar
Staff OP

Yes, you can play video right from the category shortcode page. Use a link template with [video_player_500] template tag. Or create your own link template using video player. You can adjust the player size by changing the number at the end.

You can play both local and youtube video. For youtube player the template tag is [youtube_player]

Feb 25, 2019 at 7:36 pm
#94202
Moderator
Shahriar
Staff OP

Hi,

Category archive template is controlled by your theme. But you can partially control it from Downloads Settings Frontend Access Category Page Options. Chech the avilable option there.

Another option is using a custom taxonomy archive template in your theme. The file name is taxonomy-wpdmcategory.php and you have to place it in your active theme directory. Implementing this requires PHP coding experiences.

Thanks.

Feb 25, 2019 at 7:25 pm
#94201
Moderator
Shahriar
Staff OP

Hi,

You can customize the frontend uploader page using custom templates. Frontend Uploaded uses /download-manager/tpls/wpdm-add-new-files-front.php template. Make a copy and place it in /active-theme/download-manager/ directory. Then make the necessary changes.

Documentation: https://www.wpdownloadmanager.com/doc/template-files/

Thanks.

Feb 25, 2019 at 7:18 pm
#94200
Moderator
Shahriar
Staff OP

Hi,

Found the issue. Please replace line no 106 in /download-manager/admin/menus/class.BulkImport.php with the following code. We will add the patch in next release.

if($lineno <= $current_row + 1 ) continue;

Thank you.

Feb 25, 2019 at 7:03 pm
#94198
Moderator
Shahriar
Staff OP

Some JS was broken but clearing the cache fixed the issue. Maybe you added a plugin at a point which broke the JS but the broken JS was still there due to the cache plugin. I just deactivated and reactivated all plugins.

Feb 25, 2019 at 6:27 pm
#94193
Moderator
Shahriar
Staff OP

I think the issue was coming from your “Simple Restrict” plugin. The redirect issues seem to have been resolved after deactivating this plugin.

Feb 24, 2019 at 7:42 pm
#94155
Moderator
Shahriar
Staff OP

Sorry, forgot to re-add the patch at line 464 wpdm-premium-pacakge.php file after installing a fresh copy. I installed a fresh copy when solving the session related issue. However, the master download link is working now. We will release an update soon with all the patches added to your copy.

Feb 24, 2019 at 7:35 pm
#94154
Moderator
Shahriar
Staff OP

Hi,

PDF Viewer doesn’t work with lazy download enabled pacakge. For now, deactivate Lazy download where you are using the PDF Viewer. You can disable lazy download from package settings.

Thanks.

Feb 24, 2019 at 7:26 am
#94149
Moderator
Shahriar
Staff OP

The demo site is using our Crypton theme https://www.wpdownloadmanager.com/download/crypton/ So you need this theme to create the exact layout.

But you can also use category shortcodes to display downloads from a category. Install the TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) for using shortcode easily.

Feb 24, 2019 at 7:23 am
#94148
Moderator
Shahriar
Staff OP

Hi,

In the latest version of the archive page add-on, we moved the category button from top to the left. So, it is not possible to use the old view in the current version without template customization.

But it seems many users including you prefer the old style. So, we are releasing a new version soon after adding the old category button style. For now, keep using the old version as you prefer it over the new design.

Thanks.

Feb 24, 2019 at 7:14 am
#94147
Moderator
Shahriar
Staff OP

Copy the /download-manager/tpls/lock-options-iframe.php file and place it in the /active-theme/download-manager/lock-options-iframe.php location. Then edit the file. This preserves the template file when you update the plugin.

You can use the following CSS to control the success message box. Add the CSS to your Customize Additional CSS option and adjust the colors, fonts etc.

.w3eden #formarea .alert.alert-success {
    background-color: rgba(46, 204, 113, 0.11) !important;
    border: 1px solid #2ecc71 !important;
    border-radius: 3px;
    color: #15b458;
    font-family: Montserrat;
    font-size: 10pt;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 10px 15px !important;
    max-width: 50%;
}
Viewing 25 posts - 3,076 through 3,100 (of 12,513 total)