Hasibul Amin Hemel

Forum Replies Created

Viewing 25 posts - 401 through 425 (of 1,509 total)
in reply to: Custom column width not working #72711

Hi,

Seems like you disabled the bootstrap CSS from the downloads settings. Hence the column css is not working.
These css needs to load to work with column width.

.w3eden .col-md-4,
.w3eden .col-sm-6,
.w3eden .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.w3eden .col-xs-12 {
    float: left;
}
.w3eden .col-xs-12 {
    width: 100% !important;
}

@media (min-width: 768px) {
   .w3eden .col-sm-6 {
        float: left;
    }
   .w3eden .col-sm-6 {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .w3eden .col-md-4 {
        float: left;
    }
    .w3eden .col-md-4 {
        width: 33.33333333% !important;
    }
    
}

@media (min-width: 1200px) {
    .w3eden .col-lg-3, .col-lg-4 {
        float: left;
    }
    .w3eden .col-lg-4 {
        width: 33.33333333% !important;
    }
    .w3eden .col-lg-3 {
        width: 25%;
    }
}

Thanks

in reply to: Updating from WPDM Pro v3 to v4 #72708

Hi @lsanchevgmail-com,

If you fetch the updating problem with the plugin, please create a new thread and post details in private reply.

Thanks

in reply to: Free Add-ons #72707

Hi @webdesign123,

Add-ons come with the extra feature. There are some free add-ons available and others are premium. You can always download the free add-on from the website or add-on section. The premium package add-on includes the pricing feature with the package so you can use this addon to sell packages. The add-on section maintains the install and updates of download manager add-ons.

Thanks

in reply to: Subdivision downloads on package page #72706

Sorry,

Not such option available for a single package. But you can make multiple packages and build a custom page like this.

Thanks

in reply to: Problem with icons after update to 4.7.4 #72697

Hi,

Thanks for the fix update. We will look into this.

in reply to: Custom column width not working #72695

Hi,

Seems like your login credential is not correct.

Thanks

in reply to: 404 error at downloadlink #72694

Hi,

The 404 error is fixed for now. We will check the issue in more details before next update.

Thanks

Hi,

Can’t login. Looks like the geo IP block with any security plugin. Please allow Bangladesh IP from the security list.

Thanks

in reply to: Deactivate License #72691

Hi,

Please send your license in private reply to unlock it from the old domain.

Thanks

in reply to: open pdf's in new tab #72690

Hi,

You can use custom link template and set the download url to open in new tab. Just use target blank like following example,

<a target="_blank" href="[download_url]">Download</a>

Creating a new template ( https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ )

Also, check the setting open in browser from Downloads Settings File Download

Thanks.

in reply to: 404 error at downloadlink #72671

Hi,

Please check the package, if the file is available in the package for download. I got file not found error with your given link.
Or the upload folder download-manager-files has htaccess issue.

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

Thanks

Hi,
You can use 3rd party plugin like wp approve user to manual user approval.

As you want custom page access to specific users role to let them download the package from that page, you can try the Wp pro membership addon. Which will help you to restrict the download page and package with Taxonomy and post Access Control.

Thanks

in reply to: Custom column width not working #72667

Seems like you are not using full page template. Can you send login in private to check.

Thanks

in reply to: Locks Options Broken #72612

Hi,

There might be any js conflict with the theme. Try reactivating the theme and removing the cache from the browser. If the issue still exists please send login details in private reply to check.

Thanks

in reply to: Search function #72611

Hi,

Please send login in private reply to check the issue. I did not get the not found page with search.

Thanks

in reply to: Shortcodes Not Working #72609

Hi,

Please update the plugin to the latest version 2.9.70.

And for archive page, first you have to install this addon (https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/). Then use the shortcode:

[wpdm-archive button_style=”default" items_per_page="50" category="category-slug" order_by="title" order="asc"] (change the category slug with your downloads category slug)

Frontend Signin page will work with the pro version.

Thanks

Hi,

It uploaded the files on download-manager-files folder. There no option to change it from settings.
But you can always bulk upload your package files in the upload default directory then select the files for the specific package.
Hope this will solve your problem.

Thanks

Hi,

Did you try putting your template in the parent theme? Let me know if that works. It should work if the child theme is the active theme directory. Do you check the folder properly {active-theme}/download-mamager .

Please send login details in private reply to check otherwise.

Thanks

Hi,

Is there any PHP error log available on the server?

Thanks

Hi,

Which version of the plugin are you using? Please try the latest version and see if the issue is being resolved or not.

Thanks

in reply to: Invalid License Key – Pro Business #72562

Can you try deactivating and then reactivating the plugin?

Thanks

in reply to: Custom column width not working #72561

Hi,

The page is giving 404 error. Can you recheck the url?

Thanks

in reply to: Collect files for zip #72560

Hi,

With the download manager plugin, a user can download the single file from a package. But there is no option to check a single file and zip them then send an email.
For customization request or extended feature support please mail your required details to customize@wpdownloadmanager.com

Thanks

in reply to: Email not send / redirection after paiement not work #72559

Hi,

The automatic order complete email should work fine. But there is an issue with manual order completion. We will look into this.

Thanks

in reply to: Problem with icons after update to 4.7.4 #72558

Hi,

Try deactivate and reactivating the plugin. Or Please send login in private reply to check. If the icon is within the package settings it should appear in the page.

Also, you can use (https://www.wpdownloadmanager.com/download/wpdm-default-values/) Default values addon to set the icon for all packages from one place.

Thanks

Viewing 25 posts - 401 through 425 (of 1,509 total)