Shahjada

Forum Replies Created

Viewing 25 posts - 2,401 through 2,425 (of 15,650 total)
May 17, 2020 at 1:43 pm
#128510
Keymaster
Shahjada
Staff OP

The solution is in my previous reply.

May 17, 2020 at 1:42 pm
#128508
Keymaster
Shahjada
Staff OP

Yes. Though they are included with the theme but designed using integrated template editor with wpdm pro.

May 17, 2020 at 1:31 pm
#128507
Keymaster
Shahjada
Staff OP

Hi,
Got the issue, users are not receiving your chat message due to http and https. Please change site url and home url tp https from wp general settings.

May 17, 2020 at 1:25 pm
#128506
Keymaster
Shahjada
Staff OP

Are you available now? starting a new chat session.

May 17, 2020 at 12:45 pm
#128503
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
May 17, 2020 at 2:11 am
#128484
Keymaster
Shahjada
Staff OP

I’ve released a new update now with some new adjustments and improvements.

May 17, 2020 at 2:10 am
#128483
Keymaster
Shahjada
Staff OP

When you reply from the dashboard, of course, the connected user will get it and will be able to see the reply in they live chat window at the front-end. If they are not online, they will receive an email with a re-join/resume link to chat. When they click on the link, it will go to your site and reopen the chat window and the user will be able to reply you back.

Also, we are hugely improving the chat plugin, let us know if you have any new idea and any feature you want there.

May 17, 2020 at 1:50 am
#128480
Keymaster
Shahjada
Staff OP

Hi,
Got the issue, update is coming soon.

May 17, 2020 at 1:24 am
#128479
Keymaster
Shahjada
Staff OP

Hi,
This is coming from wpdm acf:
Image 2020-05-17 at 7.04.53 AM

This one is:
Image 2020-05-17 at 7.20.02 AM

Changed some options:
Image 2020-05-17 at 7.21.34 AM

Use code:
<?php echo wpdm_acf(get_the_ID(),'filetype/file_types'); ?>

May 17, 2020 at 12:39 am
#128478
Keymaster
Shahjada
Staff OP

Yes, a new update released, please update your copy.

May 16, 2020 at 8:09 pm
#128474
Keymaster
Shahjada
Staff OP

The login info is not working anymore.

May 16, 2020 at 7:47 pm
#128471
Keymaster
Shahjada
Staff OP

Sorry, not clear, may you please explain little more.

May 16, 2020 at 6:15 pm
#128468
Keymaster
Shahjada
Staff OP

I’ve updated the plugin adjusting the CSS issue and it is showing fine now.

May 16, 2020 at 6:07 pm
#128466
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
May 16, 2020 at 5:37 pm
#128461
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
May 16, 2020 at 5:27 pm
#128460
Keymaster
Shahjada
Staff OP

@macmillandesign,
#1.
when you are using download limit add-on, you will be able to reset the limit from WordPress users page on the admin side.
Reset

#2.
The option is only available with advanced access control add-on when you assign a download to specific users only. But, to send an update notification to all users who previously downloaded the item, please use the following code:

function wpdm_send_update_notification($ID, $post, $update){
    global $wpdb;
    if (get_post_type() != 'wpdmpro' || wp_is_post_revision( $ID ) || $post->post_status !== 'publish') return;
    
    $users = $wpdb->get_results("select uid from {$wpdb->prefix}ahm_download_stats where pid = '{$ID}' and uid != 0");
    $emails = [];
    foreach ($users as $user){
        if((int)$user->uid > 0)
        $emails[] = get_user_by('ID', $user->uid)->user_email;
    }
    $link = get_permalink($ID);
    $title = get_the_title($ID);
    $params = [
        'to'        ► "noreply@yourdomain.com",
        'from'      ► "admin@yourdomainn.com",
        'bcc'       ► implode(",", $emails),
        'subject'   ► "Updated: ".$title,
        'message'   ► "Hello,<br/>There is an update available for the following item:<br/><a href='{$link}'>{$title}</a>"
    ];
    \WPDM\Email::send("default", $params);
}
add_action('save_post', 'wpdm_send_update_notification', 10, 3);
May 16, 2020 at 3:16 am
#128406
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply to check your issue, the add-ons should work for all regions.
#1 Here is the changelog: https://www.wpdownloadmanager.com/download/wordpress-amazon-s3-storage-plugin/
#2. You can only download the latest version from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
#3. Please follow https://www.wpdownloadmanager.com/how-to-generate-amazon-iam-access-key-and-secret-key/
#4. Please delete the old version, download the latest version from our site and install ( we are checking the issue )
#5. Deactivate premium packages plugin from wp plugins page.

May 16, 2020 at 1:00 am
#128400
Keymaster
Shahjada
Staff OP

Features image is showing there now, however, we have patched it on our side too for the next update 🙂

May 15, 2020 at 10:23 pm
#128397
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
May 15, 2020 at 9:04 pm
#128396
Keymaster
Shahjada
Staff OP

We have fixed the issue and updated plugin on your site, working fine now. Thanks for your patience.

May 15, 2020 at 6:20 pm
#128392
Keymaster
Shahjada
Staff OP

Yes, default value’s bulk update doesn’t work for “Ask For Visitors Name” field, however, we are adjusting it and a new update will be released within the next few hours. Thanks.

May 14, 2020 at 11:38 am
#128285
Keymaster
Shahjada
Staff OP

If you want you can change these restrictions using the following filters:

add_filter('wpdm_review_package_access_required', function (){ return false; } );
add_filter('wpdm_review_purchase_required', function (){ return false; } );
add_filter('wpdm_review_download_required', function (){ return false; } );
May 14, 2020 at 11:01 am
#128280
Keymaster
Shahjada
Staff OP

When you are using user review plugin, here is the exact code you need to use:

add_filter("wpseo_schema_webpage", function($ldjson){
	if(!is_singular("wpdmpro")) return $ldjson;
        global $wpdm_user_reviews;
        $reviews = get_posts("post_type=wpdmreview&meta_key=pid&meta_value=".get_the_ID()."&post_parent=0");
        $ratingCount = count($reviews);
	$ldjson['@type'] = 'SoftwareApplication';
	$ldjson['@id'] = get_permalink(get_the_ID()).'#SoftwareApplication';
	$ldjson['applicationCategory'] = "http://schema.org/OtherApplication";
	$ldjson['fileFormat'] = "application/zip";
	$ldjson['downloadUrl'] = get_permalink(get_the_ID());
	$ldjson['softwareVersion'] = get_post_meta(get_the_ID(), '__wpdm_version', true);
	$ldjson['operatingSystem'] = 'Any';
	$ldjson['aggregateRating'] = array(
		"@type" ► "AggregateRating",
		"worstRating" ► 0,
        "bestRating" ► 5,
        "ratingValue" ► $wpdm_user_reviews->wpdm_get_average_reviews(get_the_ID()),
        "ratingCount" ► $ratingCount,
        "reviewCount" ► $ratingCount
    );
	$ldjson['interactionStatistic'] = array(
		"@type" ► "InteractionCounter",
        "interactionType" ► "http://schema.org/DownloadAction",
        "userInteractionCount" ► (int)get_post_meta(get_the_ID(), '__wpdm_download_count', true)
    );

	return $ldjson;
}, 999);
May 14, 2020 at 10:43 am
#128277
Keymaster
Shahjada
Staff OP

What I meant, you need the change the following values with original values:

"ratingValue" ► "*.*",
 "ratingCount" ► 0000,
 "reviewCount" ► 0000
May 14, 2020 at 10:41 am
#128276
Keymaster
Shahjada
Staff OP

Not clear, where is ????????

Viewing 25 posts - 2,401 through 2,425 (of 15,650 total)