Humayon

Forum Replies Created

Viewing 25 posts - 2,026 through 2,050 (of 2,803 total)
Aug 12, 2021 at 4:21 am
#159655
Spectator
Humayon
OP

Hello @desertwaters,
I hope you are well.
Please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share the related page/file/package URL with us where the issue exists.
It helps me to quickly figure out the issue and squash it immediately.
Thank you

Aug 12, 2021 at 3:43 am
#159654
Spectator
Humayon
OP

Hi @rafaelviana,
Please check now here we have adjusted your issue.
Templates are getting overwritten now from {theme-dir}/download-manager/wpdm-archive-page/{archive-page--style} path.
It was happening due to the template locate function in the child theme dir was skipped that’s why.
Best Regards

Aug 11, 2021 at 10:46 am
#159591
Spectator
Humayon
OP

Hi @goldenmoon,
You can change the download button color by following this setting.
However, in order to change the other texts in the download box, you have to edit the corresponding template file by following this doc.
Also, You will find all the related template tag details in the below link.
https://www.wpdownloadmanager.com/doc/templates/template-tags/
Thank You

Aug 11, 2021 at 10:40 am
#159587
Spectator
Humayon
OP

You are most welcome mam.
Also, thank you to you too for your patience and cooperation.
Cheers!

Aug 11, 2021 at 9:41 am
#159581
Spectator
Humayon
OP

Thank you very much for your great review.
Have a good day sir.

Aug 11, 2021 at 9:23 am
#159574
Spectator
Humayon
OP

Hello,
You are welcome.
However, If you found my support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
With Regards

Aug 11, 2021 at 9:00 am
#159568
Spectator
Humayon
OP

Hi @branja,
Sorry for the inconvenience.
Please use the below updated code instead of the previous one.

add_action("wpdm_after_upload_file", function($path){
    $filename = basename($path);
    $upload_dir = dirname($path);
    $year = date("Y");
    $new_path = $upload_dir."/".$year."/".$filename;
    $overwrite = (int)get_option('__wpdm_overwrrite_file',0);
    if(file_exists($new_path) && $overwrite){
        @unlink($new_path);
    }
    if(file_exists($new_path) && !$overwrite){
        $filename = time().'wpdm_'.$filename;
        $new_path = $upload_dir."/".$year."/".$filename;
    }
    if(!file_exists($upload_dir."/".$year."/"))
        mkdir($upload_dir."/".$year."/");
    rename($path, $new_path);
    die("|||{$year}/{$filename}|||");
});

I have tested it and it’s renaming file properly.
With Regards

Aug 11, 2021 at 8:47 am
#159567
Spectator
Humayon
OP

Hello @rafaelviana,
{theme-dir}/download-manager/ and {theme-dir}/download-manager/wpdm-archive-page/{archive-page--style} for default shrotcode {archive-page–style} like starter or filter or flat etc both will work.
Please follow this screencast I just made for you.
Hope you are clear now.
Thank you

Aug 11, 2021 at 8:03 am
#159560
Spectator
Humayon
OP

Hi @b-maria,
You are welcome. I am always at your service mam.
However, Your inserted shortcode was wrong that’s why it was not working.
You will find the valid shortcode format in the below link and please copy a shortcode by following this in the future.

WPDM Directory Add-on


Have a good day.

Aug 11, 2021 at 7:49 am
#159559
Spectator
Humayon
OP

Hello @rafaelviana,
Sorry for the inconvenience.
We have released the WPDM Directory Add-on update which is right now 4.3.0.
Please update your copy to the latest version and then the above-mentioned #159481 path will work.
Thank you for your cooperation.

Aug 11, 2021 at 6:14 am
#159551
Spectator
Humayon
OP

Good Morning @b-maria,
Well sorry for the inconvenience.
I have created a test page here for you.
It seems wpdm_archive button_style="success" or button_style=”default” download files are showing properly Have a look at this. Please follow the test page accordingly.
Also, nothing will wipe out with the future update. We are always ready to help you.
With Regards

Aug 11, 2021 at 4:55 am
#159549
Spectator
Humayon
OP

Hi @fscedfu,
Yes, you can use the below email address.
humayon@w3eden.com
Thank you

Aug 11, 2021 at 4:38 am
#159548
Spectator
Humayon
OP

Hello @ccbfdrc,
Hope you are well.
You will find the import procedure in the below docs.

Bulk Import


However, the CSV file has to be well-formatted, any error in the HTML tag will cause a faulty import.
Hope you got my point. If, still you face any issues then please share the CSV file with us.
Thank You

Aug 11, 2021 at 4:15 am
#159547
Spectator
Humayon
OP

Hello @leadoptimize,
Hope you are well. And sorry for the inconvenience.
The update section sometimes fails due to auth error or server file permission issue
However, We have released the latest version 6.0.6 of the WPDM PRO plugin and add-ons. According to the latest update of WPDM PRO, you also need to update the other add-ons as well. Please update them, or you can download them from here.
I hope it will work fine then. If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share the related page/file/package URL with us where the issue exists.
Thank you

Aug 11, 2021 at 4:07 am
#159546
Spectator
Humayon
OP

Hi @markstr8,
Please check now we have resolved your issue. You can follow this for future reference.
However, We have released the latest version 6.0.6 of the WPDM PRO plugin and add-ons. According to the latest update of WPDM PRO, you also need to update the other add-ons as well. Please update them, or you can download them from here.
With Regards

Aug 11, 2021 at 3:34 am
#159545
Spectator
Humayon
OP

Hi @voicealyb,
As you see I have tested with my browser sync on and still, it’s working fine like this. Maybe it’s your browser settings. Can you restore browser settings to default?
However, there can be a conflict with another plugin, can you please enable/disable other plugins for checking, you may also switch the theme to another for checking, please let me know then.
Thank you

Aug 10, 2021 at 12:32 pm
#159481
Spectator
Humayon
OP

Hello @rafaelviana,
Well in that case, you have to keep them in {theme-dir}/download-manager/wpdm-archive-page/starter/ for default shrotcode template or {theme-dir}/download-manager/wpdm-archive-page/filter/ [wpdm_archive_filter…] shortcode, depending on the shortcode you are using.
Hope you understand.
Thank you

Aug 10, 2021 at 12:15 pm
#159477
Spectator
Humayon
OP

Hello @jamesbrien,
Hope you are well. And sorry for the inconvenience.
Please, provide us with your temporary wp-admin login details in a private reply for checking the issue.
Thank you

Aug 10, 2021 at 11:22 am
#159468
Spectator
Humayon
OP

Hello @voicealyb,
I have tested in different latest browsers and the popup worked well.
Can you please try in browser incognito mode?
Also, in which browser you are having such an issue?
Thank you

Aug 10, 2021 at 10:51 am
#159464
Spectator
Humayon
OP

Hi @rafaelviana,
You need to update templates files in the theme as WPDM archive page template files changed, or just remove the template files from the theme.
Hope you understand.
Thank you

Aug 10, 2021 at 10:20 am
#159461
Spectator
Humayon
OP

Hi @branja,
Well, let me explain.
When a file with the same name is already existing, and “Rename File” is selected, it will rename the newly uploaded file by adding a prefix so that it doesn’t get overwritten. Have a look at this.
But if you want to replace the old file using a new file with the same name, then you need to select overwrite.
Hope you are clear now.
Thank you

Aug 10, 2021 at 9:28 am
#159458
Spectator
Humayon
OP

Hello @pierreg,
Based on the above-mentioned link you have to change the mysql post meta table and update all the meta values where the meta name is __wpdm_link_label.
Thank you

Aug 10, 2021 at 7:44 am
#159448
Spectator
Humayon
OP

Hi @nydunes,
You are using an older version of the Advanced Access Control add-on. Have a look at this.
Please update your WPDM-Advanced Access Control add-on to the latest version which is right now 3.0.8 or you can download the latest version from this link as well.
It will solve your issue.
Best Regards

Aug 10, 2021 at 7:06 am
#159446
Spectator
Humayon
OP

Hi @yvonneb,
Have you set your page template as Image Gallery in the new package/ edit package section like this?
It should represent like this page.
Or you can use like this demo by following the below shortcodes.
[wpdm_carousel category="category-id" autoplay=1 nav=1 dots=1 wrap=1 items_per_page=4 items_total=8 template="link-template-id"]
More details can be found here.
Thank you.

Aug 10, 2021 at 5:05 am
#159440
Spectator
Humayon
OP

Hi,
Glad to hear that the code is working now.
However, about the file rename have you tried this setting in the latest version of the WPDM?
With Regards

Viewing 25 posts - 2,026 through 2,050 (of 2,803 total)