Shahriar

Forum Replies Created

Viewing 25 posts - 6,551 through 6,575 (of 12,513 total)
Jan 22, 2018 at 9:52 am
#68253
Moderator
Shahriar
Staff OP

Latest Download Manager Pro requires PHP version >= 5.4 Please upgrade PHP version, that will fix the issue.

Jan 22, 2018 at 9:12 am
#68252
Moderator
Shahriar
Staff OP

Her name is Teal Rees. I cc:’d you on a reply.

Jan 22, 2018 at 7:18 am
#68243
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jan 22, 2018 at 7:01 am
#68241
Moderator
Shahriar
Staff OP

Unlocked your key.

Jan 22, 2018 at 7:00 am
#68240
Moderator
Shahriar
Staff OP

Hi,

Your files are attached via remote FTP add-on. That’s the why download package button not working. Download Manager can create the compressed zip of all files when files are stored in /download-manager-files dir ( when you attach files by uploading ).

Best regards.

Jan 19, 2018 at 2:38 pm
#68209
Moderator
Shahriar
Staff OP

PDF view will show all pages. There is no option yet apply the page limit. There are no extra steps required to show pdf viewer. The viewer comes from [doc_preview] template tag. So you just use Doc Preview page template to show viewer.

Jan 19, 2018 at 2:16 pm
#68206
Moderator
Shahriar
Staff OP

The links not visible to a guest user. Maybe locked by under maintenance plugin. Please send login info to check.

Another thing is did you attach files by uploading or attached URL to the package? File Cart won’t work with remote files because Download Manager can bundles files only when they are on your server.

Jan 19, 2018 at 2:08 pm
#68205
Moderator
Shahriar
Staff OP

1 ) You can use any template you like, just set the template name with the shortcode. e.g. [wpdm_package id="204919" template="link-template-calltoaction3.php"] You can insert code using TinyMCE add-on where you will find the option to select template from dropdown. I have installed the add-on there.

https://www.evernote.com/l/AUeO34L5pFxLCI5uRsULqch8QPUCwto0oeYB/image.png

2 ) Use page template “Single Column with Doc Preview ” to use pdf viewer on package details page. You can link the thumb image ( link template ) to package details ( page template ) where pdf viewer will show preview. You have to change [download_url] to [page_url] in your custom link template for that.

Cancelling your PDF viewer order. It might take few days ( Stripe processing period )

Jan 19, 2018 at 1:22 pm
#68204
Moderator
Shahriar
Staff OP

Actually, you can add redirect URL with login shortcode,

[wpdm_login_form logo="Logo Image URL" redirect="Redirect URL to redirect after login"]

Here is the shortcode doc link for more info.

Jan 19, 2018 at 1:13 pm
#68200
Moderator
Shahriar
Staff OP

If you disable a template it won’t appear in template dropdown in package settings. However, link and page template files are located in /download-maanger/tpls/ dir their respective folders.

Jan 19, 2018 at 1:10 pm
#68199
Moderator
Shahriar
Staff OP

Unlocked your key.

Jan 18, 2018 at 7:10 pm
#68184
Moderator
Shahriar
Staff OP

Editing core file is not recommended because all changes will be lost when you update the plugin. You can add following code in your theme’s functions.php file to hide Download availability metabox and auto select URL field,

 

add_action(‘admin_footer’,’wpdm_custom_scripts’);
function wpdm_custom_scripts(){
?>
<script>
jQuery(‘#ftabs ul li:nth-child(3) a’).click();
</script>
<style>
#misc-publishing-actions .w3eden { display: none; }
</style>
<?php
}

Jan 18, 2018 at 4:35 pm
#68174
Moderator
Shahriar
Staff OP

The correct regex the following one, will add this in next release.

/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/

Jan 18, 2018 at 4:31 pm
#68170
Moderator
Shahriar
Staff OP

You’re welcome!

Jan 18, 2018 at 4:28 pm
#68168
Moderator
Shahriar
Staff OP

1 ) Internal hyperlinks are flattened during stamping. It is the limitation of the fpdf library. Will look into the possibility of solving this by adding customization but can’t assure you yet.

2 ) Tried to log in to check stamping position issue. But getting the incorrect password error.

3 ) You can modify the email content from Downloads Templates Email Template Tab.

Jan 18, 2018 at 3:52 pm
#68164
Moderator
Shahriar
Staff OP

Looks like featured image is working now http://mind-morph.com/files/

Jan 18, 2018 at 3:40 pm
#68162
Moderator
Shahriar
Staff OP

It was your “Page Restrict” plugin. After deactivating it login error is visible now.

Jan 18, 2018 at 2:28 pm
#68158
Moderator
Shahriar
Staff OP

Hi,

We are always happy to help. Some things are too long to discuss in a support ticket or don’t fall into the category of product support. That’s why we provide custom upgrade service when customers need a customized solution.

About the package creation, Download Manager packages are custom post type. So, all basic things like title, content etc are saved by core WordPress when creating the package. And create package operation also handles by WordPress using the function I mentioned above wp_insert_post. We are saving the custom options using the save_post filter. You can check the function savePackage here /download-manager/admin/menus/class.Package.php which is linked to save_post filter.

Thanks.

Jan 18, 2018 at 2:08 pm
#68156
Moderator
Shahriar
Staff OP

The is an Add-on to set default values for all new packages. Please check the add-on details here https://www.wpdownloadmanager.com/download/wpdm-default-values/

Jan 18, 2018 at 2:06 pm
#68155
Moderator
Shahriar
Staff OP

1 ) If you want to just translate these text then use Download Manager language file to create the translation. It is also possible to change some of this text using filters.

Related filters.

  • wpdm_email_lock_heading ( to change “Subscribe to download” text )- Filter Documentation
  • send_download_link_to_label ( to change “Send Download Link To:” text )

You have to add the custom code to your theme’s functions.php file.

2 ) We are changing the way lock options are handles now. Will be available from next version. You won’t face this issue in the new version.

Jan 18, 2018 at 1:50 pm
#68154
Moderator
Shahriar
Staff OP

Thanks for letting us about this. We will adjust it in next release of Download Manager.

You can create a custom template to remove the login button. Just copy the current template /tpls/wpdm-reg-form.php and place it in /your-theme/download-manager/ dir. Make all changes in this new template.

Jan 18, 2018 at 1:41 pm
#68152
Moderator
Shahriar
Staff OP

You can hide any meta box from screen options. Please check the following screenshot.

https://www.evernote.com/l/AUehP_WsWs1Ol5JiphURRvZU9eLXmtf3s6AB/image.png

Jan 18, 2018 at 1:39 pm
#68151
Moderator
Shahriar
Staff OP

Email Lock feature collects user email which you can access from Downloads Subscribers page. If you want to delete a specific record you can do that from there. There is no unsubscribe feature necessary in this scenario.

Jan 18, 2018 at 1:37 pm
#68150
Moderator
Shahriar
Staff OP

Hi,

Download Manager Pro requires PHP version >= 5.4 Please ask your server support to update your server’s PHP version. That should fix this issue.

Thanks.

Jan 18, 2018 at 1:02 pm
#68149
Moderator
Shahriar
Staff OP

Please recheck the FTP info. It is not working.

Viewing 25 posts - 6,551 through 6,575 (of 12,513 total)