Shahjada

Forum Replies Created

Viewing 25 posts - 2,526 through 2,550 (of 15,650 total)
Apr 17, 2020 at 7:45 am
#126050
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Apr 17, 2020 at 7:36 am
#126049
Keymaster
Shahjada
Staff OP

Export the packages, keep ID and access column only, update access column, then import it. When the CSV file contains package ID, it will update existing packages with the same ID instead of creating a new one. Alternatively, you may also use the following add-on to make your life easier:

WPDM Default Values

Apr 16, 2020 at 4:41 pm
#126014
Keymaster
Shahjada
Staff OP

Hi,
The license key will work with the latest version of wpdm pro.
Please follow the steps to upgrade:
1. Deactivate and Delete the old version Admin Menu ► Plugins
2. Download the latest version from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3. Install and activate the latest version
4. Done! ( The process will not harm your old data/settings )
From the next update, you will be able to use the automatic upgrade as usual.

But if you already have the latest version installaed, please give me temporary wp-admin login info in a private reply to check. It could be your serer firewall blocking wpdownloadmanager.com from validating the license key.

Apr 16, 2020 at 3:42 pm
#126006
Keymaster
Shahjada
Staff OP

Hi,
You need to go to the file cart page ( https://readymixqatar.com.qa/cart-page/ ) to download the selected files:
Image 2020-04-16 at 9.40.41 PM

Apr 13, 2020 at 4:50 pm
#125749
Keymaster
Shahjada
Staff OP

@jasonlevandoski, Not yet. However, noted for implementation.

Apr 11, 2020 at 5:38 pm
#125673
Keymaster
Shahjada
Staff OP

Hi,
The customized pdf.js was causing some strange issue on your site, so I’ve added an alternative view, which is working fine. However, we are checking the issue in details on our side.

Apr 9, 2020 at 9:41 pm
#125599
Keymaster
Shahjada
Staff OP

You can do that easily with pro version’s integrated template builder ( https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ ). With free version, you need to edit the template file, in that case, please follow step #3 here https://www.wpdownloadmanager.com/doc/template-files/

Apr 9, 2020 at 9:37 pm
#125598
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Apr 9, 2020 at 9:06 pm
#125595
Keymaster
Shahjada
Staff OP

Also, as I see on your site, you are still using the free version ( 3.0.95 ). Please follow the steps to upgrade:
1. Deactivate and Delete the old version Admin Menu ► Plugins
2. Download the latest version from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3. Install and activate the latest version
4. Done! ( The process will not harm your old data/settings )
From the next update, you will be able to use the automatic upgrade as usual.

Apr 9, 2020 at 9:04 pm
#125593
Keymaster
Shahjada
Staff OP

The URL is not opening:
Image 2020-04-10 at 3.03.27 AM

Apr 8, 2020 at 3:31 pm
#125459
Keymaster
Shahjada
Staff OP

As I deactivated everything as they were, everything looks the same as they should be, I’m not seeing any issue on that page. Also, to show the price you need to use base_price instead of price.

Apr 8, 2020 at 3:16 pm
#125456
Keymaster
Shahjada
Staff OP

Okay, done, actually, the shortcode was not working due to a wrong parameter categories="slug1,slug2,...", there slug1,slug2… should be replated by exiting category slugs, http://smartworkingrevolution.com/member-resources/ is showing fine now, also, there is an issue with one of our add-on WPDMPP - Linked Products, I’ve deactivated it temporarily, we shall release a new update soon.
Thanks.

Apr 8, 2020 at 2:51 pm
#125448
Keymaster
Shahjada
Staff OP

May I try disabling your other plugin and changing theme temporarily, after tests are done, I shall reactivate them.

Apr 8, 2020 at 2:33 pm
#125443
Keymaster
Shahjada
Staff OP

@amol238, as it is now, cart button will be visible on all pages, but what you trying is also a good idea, so, we shall implement it with the next update.

Apr 8, 2020 at 1:28 pm
#125437
Keymaster
Shahjada
Staff OP

Yes, core plugin ( wpdm pro ) is not included with all add-ons. Please purchase it from here https://www.wpdownloadmanager.com/pricing/

Apr 8, 2020 at 12:13 pm
#125432
Keymaster
Shahjada
Staff OP

Hi,
It is coming like that, as when you copied the shortcode, there also copied an HTML tag <pre>, just had to remove it to adjust the style.
Login

Apr 8, 2020 at 12:07 pm
#125430
Keymaster
Shahjada
Staff OP

Hi,
To set unlimited download, simply set a big number like 9999999 as the limit.

Apr 8, 2020 at 9:52 am
#125417
Keymaster
Shahjada
Staff OP

Hi,
When you have a multi-file package, and a user downloads the package, as you know it creates a zip from the attached files and downloads it. If you have “cache zip” option enabled, when another user downloads the same package, it serves the zipped file created earlier. But if you have the option disabled, every time a user clicks on the download link, it creates the zip again from the attached files, which is required when you attach dir with a package and upload files to that dir using FTP.
However, the option enabled or disabled, it doesn’t delete the created zip, only updating the package will delete the zip.

Apr 7, 2020 at 7:49 pm
#125387
Keymaster
Shahjada
Staff OP

Hi,
It is showing and working fine now
https://readymixqatar.com.qa/download/wpdm-test/

Apr 7, 2020 at 4:45 pm
#125377
Keymaster
Shahjada
Staff OP

Okay now. However, here is the explanation:
get_post_meta(get_the_ID(),'__wpdm_additional_previews', true); returns media object ids for additional previews, so code should be like this:

$previews = get_post_meta(get_the_ID(),'__wpdm_additional_previews', true);
foreach($previews as $preview){
  $preview = wp_get_attachment_url($preview);	
  //......
  //.....
}

And to get the featured image, user wordpress’s native function the_post_thumbnail( 'full' );

Apr 7, 2020 at 3:14 pm
#125363
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Apr 5, 2020 at 7:19 pm
#125197
Keymaster
Shahjada
Staff OP

You’re welcome :).

Apr 5, 2020 at 5:13 pm
#125190
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Apr 5, 2020 at 4:51 pm
#125189
Keymaster
Shahjada
Staff OP

Hi,
As you requested, all of your auto-renewal is already removed.
Added add-on developer license = $349.00 ( re-deemed from your current orders )
Download manager business will be = $179, which you actually need to purchase from here: https://www.wpdownloadmanager.com/pricing/

Apr 5, 2020 at 3:47 pm
#125184
Keymaster
Shahjada
Staff OP

@uaubs, also the adjustment will be available with the next update of the extended shorotcode add-on

Viewing 25 posts - 2,526 through 2,550 (of 15,650 total)