Shahriar

Forum Replies Created

Viewing 25 posts - 4,726 through 4,750 (of 12,513 total)
Oct 2, 2018 at 10:03 am
#87669
Moderator
Shahriar
Staff OP

Template Editor is working. You can start creating your own template now. Thanks.

Oct 2, 2018 at 4:22 am
#87663
Moderator
Shahriar
Staff OP

Hi Patrice,

Thanks for the offer. Appreciate it. But right now, we do not have the plan to make any change in our forum system. In the future, we will definitely keep your solution in mind when updating our system.

Best regards,
Shahriar

Oct 2, 2018 at 4:10 am
#87662
Moderator
Shahriar
Staff OP

Have you added the Editor role in File Browser access option as shown in the screenshot above? Please send login info in private reply if that doesn’t solve the issue.

Oct 2, 2018 at 4:04 am
#87661
Moderator
Shahriar
Staff OP

Hi,

Looks like you are using another plugin there. Let me know if you face any issue with Download Manager.

Thanks.

Oct 2, 2018 at 4:00 am
#87659
Moderator
Shahriar
Staff OP

Thanks for reporting the issue. We will fix it in next release of Download Manager.

Oct 2, 2018 at 3:58 am
#87658
Moderator
Shahriar
Staff OP

Hi,

Looks like the errors are coming from your chimpy plugin. Please try deactivating it. That should solve the issue. If it doesn’t send temporary wp-admin login info in private reply.

Thanks.

Oct 2, 2018 at 3:52 am
#87657
Moderator
Shahriar
Staff OP

1 ) Remove all sections except featured items from the homepage.

2 ) You have to set Prime page template from package settings to make it look like the demo. I have updated this one https://beatsem.com/download/360-panoramic-image-viewer-responsive-wordpress-plugin

https://www.evernote.com/l/AUeovLbp1phL4LYJFKYkzA8DAo-24aIBOskB/image.png

Oct 2, 2018 at 3:28 am
#87656
Moderator
Shahriar
Staff OP

Hi Christine, Please try now.

Oct 2, 2018 at 3:23 am
#87655
Moderator
Shahriar
Staff OP

From the error log, I see some fatal error coming from other plugins but no fatal from the Download Manager. The download is working now, for the locked packages too. Maybe it was a cache issue. However, let us know if you encounter the issue again. Thanks.

Oct 2, 2018 at 2:34 am
#87652
Moderator
Shahriar
Staff OP

Unlocked the key from your old domain. Please try now.

Oct 2, 2018 at 2:32 am
#87651
Moderator
Shahriar
Staff OP

Maybe some packages have been deleted or the package URL structure has been changed. In such cases re-generating the sitemap should fix the errors.

Oct 2, 2018 at 2:20 am
#87648
Moderator
Shahriar
Staff OP

Hi,

There is a usage limit in download link generated for a user. You can increase it from settings if you want. Please set the desired value from from Settings Basic File Download Private Download Links Usage Limit option.

Thanks.

Oct 1, 2018 at 6:59 pm
#87636
Moderator
Shahriar
Staff OP

Hi,

Please install the latest version of Download Manager. You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

Deactivate and delete the old version before installing the latest one. You won’t lose any data.

Let me know if any issue persists after updating the plugin.

Thanks.

Oct 1, 2018 at 6:52 pm
#87633
Moderator
Shahriar
Staff OP

Hi,

We will add the email feature in the next release.

You can assign a package to a user using their username. How did you assign the download? Please send temporary wp-admin login info in private reply if you want me to check the issue there.

Thanks.

Oct 1, 2018 at 6:47 pm
#87632
Moderator
Shahriar
Staff OP

Could you please check your PHP error log and send me the login file or just last few entries?

Oct 1, 2018 at 6:34 pm
#87630
Moderator
Shahriar
Staff OP

Maybe there is no subfolder under the selected folder. In such cases clicking the Browse Files button load all files on the right side.

If you think that’s not the case, please send temporary wp-admin login info in private reply, so I can check this on your installation.

Thanks.

Oct 1, 2018 at 6:28 pm
#87627
Moderator
Shahriar
Staff OP

Hi,

That’s not possible. But WPDM File Cart add-on can download selected files as a single zip. You select any number of files and later download a single zip file. Please check the add-on details here https://www.wpdownloadmanager.com/download/wpdm-file-cart/

Thanks.

Oct 1, 2018 at 6:25 pm
#87626
Moderator
Shahriar
Staff OP

Please send the login URL too.

Oct 1, 2018 at 6:25 pm
#87625
Moderator
Shahriar
Staff OP

Please send me the page link to check the issue.

Oct 1, 2018 at 6:22 pm
#87624
Moderator
Shahriar
Staff OP

I have installed the Prime and Download Manager Pro. Also created a custom homepage to match the demo style. You can start adding your downloads now. Let me know if you have a further query.

Oct 1, 2018 at 5:25 pm
#87621
Moderator
Shahriar
Staff OP

Sorry for the delayed reply.

I have updated the all packages shortcode to display the custom field value. You have to put the whole custom field name acf_status_Bid Date To avoid any confusion it is better not to keep any space in the custom field name.

I have removed the [acf_Demo_demo_url] tag from the page template. It was added by mistake in the last update.

Oct 1, 2018 at 8:48 am
#87610
Moderator
Shahriar
Staff OP

Please check now. Added more custom CSS to change the button colors.

Oct 1, 2018 at 8:34 am
#87607
Moderator
Shahriar
Staff OP

Hi,

It is possible, requires code customization which will be gone after each plugin update. So, it is not recommended.

But if you want to do it anyway, here is the solution,

Find the code block with jQuery('#wpdm-archive-page-home') ( should be around line no 1096 in wpdm-archive-page.php file ) and replace the wrapping code using the following block,

jQuery('#wpdm-archive-page-home').click( function(e) {
    e.preventDefault();
    window.location.href = "http://your-url.zyx";
});

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

Thanks.

Oct 1, 2018 at 8:19 am
#87606
Moderator
Shahriar
Staff OP

Hi,

How did you set the P sign? Is there a currency with that sign?

It is possible to set P as currency sign by customizing code. Please replace return $sign; with return 'P'; on line no 714 in /wpdm-premium-packages/includes/libs/functions.php file.

Or send temporary wp-admin login info in private reply. I will do it for you.

Thanks.

Oct 1, 2018 at 8:10 am
#87605
Moderator
Shahriar
Staff OP

You can create a custom template that includes all information provided by all package table in each row. Then use this custom template with your Archive Page shortcode.

Here is a detailed post about custom template https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

Viewing 25 posts - 4,726 through 4,750 (of 12,513 total)