Shahriar

Forum Replies Created

Viewing 25 posts - 4,251 through 4,275 (of 12,513 total)
Nov 18, 2018 at 5:57 pm
#89560
Moderator
Shahriar
Staff OP

You can replace the 200 with strpos( strip_tags($vars['description']), '.', 100) to avoid cutt-off. This will check for a full stop after 100 characters.

Nov 14, 2018 at 9:27 pm
#89504
Moderator
Shahriar
Staff OP

You can create a custom template tag for the excerpt using wdm_before_fetch_template hook,

function wpdm_custom_tags($vars){
    $vars['custom_excerpt'] = substr(strip_tags($vars['description']), 0, 200 );
    return $vars;
}
add_filter( 'wdm_before_fetch_template', 'wpdm_custom_tags', 10, 1 );

Or remove the ellipses from line no 1333 in /download-manager/libs/class.Package.php file.

Nov 14, 2018 at 9:02 pm
#89501
Moderator
Shahriar
Staff OP

Hi,

Your server is responding with 500 Internal Server Error when requesting Download Manager scripts and styles. Please check the following URL for the response.

https://cowcrm.com/wp-content/plugins/download-manager/assets/bootstrap/css/bootstrap.css?ver=4.9.8

This is related to the server settings. Please ask your server support to check the issue.

Thanks.

Nov 14, 2018 at 8:55 pm
#89500
Moderator
Shahriar
Staff OP

Pro version can be used on only 1 site at a time. But you can use the plugin on dev site without applying the license key as it is for temporary use. So, use the plugin on both sites but apply the key only on live site.

Nov 14, 2018 at 8:52 pm
#89499
Moderator
Shahriar
Staff OP

Hi,

I think WPML has an option to translate option values. Maybe there is a guide/documentation somewhere to explain this feature. Please ask the WPML team to point you in the right direction.

Thanks.

Nov 14, 2018 at 8:45 pm
#89497
Moderator
Shahriar
Staff OP

Please try now. License key should work on your new domain as I have unlocked it from the old one.

Nov 14, 2018 at 8:41 pm
#89496
Moderator
Shahriar
Staff OP

Hi,

Are you using this shortcode [wpdm_simple_search]?

Do you mean you want to download from the search result page? Could you please explain this little more?

The result shows all matched packages using a link template if you want you can change the template.

Best regards.

Nov 14, 2018 at 8:36 pm
#89495
Moderator
Shahriar
Staff OP

Hi,

Looks like Bootstrap CSS is missing there. Please deactivate and delete the installed version. Then install a fresh copy downloaded from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

Or send temporary wp-admin login info in private reply so I can check this issue.

Thanks.

Nov 14, 2018 at 8:33 pm
#89494
Moderator
Shahriar
Staff OP

Hi,

In some server, the update fails due to permission issue. However, you can complete the update process manually.

1 ) Deactivate and delete the old version. You won’t lose any data.

2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

3 ) Install the latest version.

Thanks.

Nov 14, 2018 at 8:31 pm
#89493
Moderator
Shahriar
Staff OP

Same thing each time I download the package. I was redirected to this URL https://mega.nz/#!YTgn2AYK No error.

Please send temporary wp-admin login info in private reply so I can make some changes in the code if that makes any difference with the issue you are facing. This could be related to the account info you are trying with.

Nov 14, 2018 at 8:26 pm
#89492
Moderator
Shahriar
Staff OP

Hi,

You can define the width of columns using colheads parameter. This controls the width partially not 100% because based on row content table forces it’s own style. But you can give it a try.

Please check the related documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/

All packages table icons are based on the attached file types. It does not take the icon from settings. But you can use a custom template for /download-manager/tpls/wpdm-all-downloads.php file to use the icon from package settings. Template file doc https://www.wpdownloadmanager.com/doc/template-files/

Thanks.

Nov 14, 2018 at 7:45 pm
#89490
Moderator
Shahriar
Staff OP

Hi,

One of your plugin or theme is creating a warning. And that is creating an issue with the download process. Please try deactivating other plugins to check where it is coming from. Or send temporary wp-admin login info in private reply so I can check this for you.

Thanks.

Nov 14, 2018 at 7:39 pm
#89489
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 14, 2018 at 7:14 pm
#89488
Moderator
Shahriar
Staff OP

Looks like the above-mentioned solution will work when there is only one file in the package and template tag is [doc_preview]

Before the next update of the add-on we will check if it is possible to extend this feature for the [pdf_gallery] tag too.

Nov 14, 2018 at 6:58 pm
#89487
Moderator
Shahriar
Staff OP

The S3 meta box in edit package screen is loading your S3 buckets now.

Nov 14, 2018 at 6:49 pm
#89484
Moderator
Shahriar
Staff OP

You are right about the file location. I made a mistake there.

Download Manager renames the uploaded file when another file with the same name exists in the directory. You also have the option to overwrite the old file if you want. The prepended part in the file name is the result of the cases where a similar name already existed.

Nov 14, 2018 at 6:41 pm
#89482
Moderator
Shahriar
Staff OP

You can use language plugins like WPML to manage translations from admin area.

Nov 14, 2018 at 6:38 pm
#89481
Moderator
Shahriar
Staff OP

Hi,

We are working on a new version of the API add-on. The updated version will be available within this month. This version will have to create post function.

Thanks.

Nov 14, 2018 at 6:36 pm
#89480
Moderator
Shahriar
Staff OP

Some words are coming from JS file which you have already noticed. The change is not visible because your browser is loading old cached JS file. Try clearing browser cache ( Press SHIFT + Reload page ).

Nov 14, 2018 at 6:28 pm
#89479
Moderator
Shahriar
Staff OP

Hi,

Please send me the page URL to check the issue. I can suggest you custom CSS to fix the issue.

You can also create a custom template if you want. Here is a detailed tutorial on that https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

Thanks.

Nov 14, 2018 at 6:23 pm
#89478
Moderator
Shahriar
Staff OP

You have to create columns using a builder if you have one. Or you can follow the approach shown below to show 2 downloads per row.

When using the editor select the Text tab and then use this structure to insert your shortcode.

[wpdm_package id=5185 template="link-template-bsthumnail"]
[wpdm_package id=133 template="link-template-bsthumnail"]

You can send temporary wp-admin login info in private if you want me to create a sample for you.

and add the following custom CSS to fix the alignment issue,

.w3eden .col-md-4.col-sm-6.col-xs-12:nth-child(3)::after {
    content: '\a';
    white-space: pre;
}

Thanks.

Nov 14, 2018 at 9:04 am
#89452
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 14, 2018 at 8:50 am
#89451
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply. I will add the patch on your site to fix the issue.

Nov 14, 2018 at 6:05 am
#89447
Moderator
Shahriar
Staff OP

There was no error. I tried multiple downloads of the package using same google id.

Nov 14, 2018 at 6:01 am
#89446
Moderator
Shahriar
Staff OP

The download worked for me in this package https://www.magneforcess.com/downloads/software/#wpdmpp-product-files

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

Btw, I was getting “ERROR: Invalid username.” response when tried to log in.

Viewing 25 posts - 4,251 through 4,275 (of 12,513 total)