Shahriar

Forum Replies Created

Viewing 25 posts - 4,226 through 4,250 (of 12,513 total)
Nov 19, 2018 at 7:06 pm
#89613
Moderator
Shahriar
Staff OP

Have you made any changes in pdf viewer add-on code? Can I install a fresh a copy of add-on and deactivate other plugins temporarily? Also, it will be helpful if you can send me the PHP error log file.

Nov 19, 2018 at 6:52 pm
#89612
Moderator
Shahriar
Staff OP

Keep the Allow Access option empty for those special packages. Then download will only be possible using manually generated links.

Generate download link feature works fine on my test. Please check if the user you are testing with has the administrator user role?

Nov 19, 2018 at 12:14 pm
#89599
Moderator
Shahriar
Staff OP

Looks like you are using an older version of Download Manager there. Please install the latest version. That should fix this issue. You can download the latest version 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.

Nov 19, 2018 at 8:36 am
#89592
Moderator
Shahriar
Staff OP

Here is the suggested code for excluding WPDM from relevance. You have to add this in theme’s functions.php file.

remove_filter('posts_request', 'relevanssi_prevent_default_request'); 
remove_filter('the_posts', 'relevanssi_query');
Nov 19, 2018 at 8:32 am
#89591
Moderator
Shahriar
Staff OP

No, it doesn’t index file content.

Nov 19, 2018 at 8:31 am
#89590
Moderator
Shahriar
Staff OP

Could you please send temporary wp-admin login info in private reply? I have to check the issue there.

Nov 19, 2018 at 8:29 am
#89589
Moderator
Shahriar
Staff OP

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

Nov 18, 2018 at 9:36 pm
#89581
Moderator
Shahriar
Staff OP

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

Nov 18, 2018 at 9:33 pm
#89580
Moderator
Shahriar
Staff OP

Hi,

User signup email doesn’t send the password. It adds only username and login URL.

You can create a page with this shortcode [wpdm_login_form logo="your_logo_url"] for WPDM login form. Set this page in Downloads Settings Frontend Login Page option. User will be redirected to this page when they visit /wp-login.php page.

It is not possible to modify my downloads table using shortcode parameters. But you have to create a custom template. Copy the /wpdm-custom-access-level/wpdm-my-downloads.php file and place it in /active-theme/download-manager/wpdm-my-downloads.php location and perform necessary changes.

Let me know if you have any further query.

Thanks.

Nov 18, 2018 at 8:59 pm
#89579
Moderator
Shahriar
Staff OP

I have placed 2 downloads per row. From your custom link template remove the style="width:50%;" inline style. That will fix the size. Provide user doesn’t have access to the templates so I couldn’t edit the template file.

https://www.evernote.com/l/AUfE-PmNXEtI8KpGhFm_evd6RWrbtaaG3A8B/image.png

Nov 18, 2018 at 8:10 pm
#89578
Moderator
Shahriar
Staff OP

Looks like some of your Google Contacts doesn’t have any associated email address.

Add the following line code right after line no 360 in /download-manager/libs/socialconnect/googleconnect.php file. That should fix the notice.

if( ! isset( $item['email'] ) ) continue;

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

Nov 18, 2018 at 7:54 pm
#89577
Moderator
Shahriar
Staff OP

Add the following CSS in your Customize Additional CSS option to change button and border colors. Adjust the color code to match your style,

/* Login/Reg Card Border Color */
.w3eden div#wpdmreg,
.w3eden div#wpdmlogin{
	border-top: 5px solid #333;
}
/* Button Colors */
.w3eden .btn-primary{
	background-color: #333;
}
.w3eden .btn-primary:hover,
.w3eden .btn-primary:focus,
.w3eden .btn-primary:active{
    background-color: #444;
}
.w3eden .btn-success{
	background-color: #555;
}
.w3eden .btn-success.disabled, .w3eden .btn-success.disabled:hover, .w3eden .btn-success.disabled:focus{
	background-color: #555;
  border-color: #555;
}
.w3eden.be-member .btn-info {
    background-color: #444;
}
.w3eden.be-member .btn-info.active, .w3eden.be-member .btn-info.focus, .w3eden.be-member .btn-info:hover {
    background: #333 !important;
}
.w3eden.be-member .btn-info.active::after{
	border-color: #333 transparent !important;
} 
/* Dashboard Sidebar */
.w3eden .list-group-item.selected, .w3eden .list-group-item.active, .w3eden .list-group-item.active:focus, .w3eden .list-group-item.active:hover{
	background-color: #555;
	border-color: #555 !important;
}
/* Warning Panel */
.w3eden .alert.alert-danger[data-title] {
    border-top: 27px solid #555 !important;
}
Nov 18, 2018 at 7:44 pm
#89575
Moderator
Shahriar
Staff OP

Unlocked your key. You can save it on your new domain now.

Nov 18, 2018 at 7:43 pm
#89574
Moderator
Shahriar
Staff OP

Hi,

The categories links are there to filter the posts based on selected order and order_by value. So, you have to set those filters first, then click the category link.

But I understand what you meant, you want to keep to category filter for the next action too. It is not possible right now but noted for future implementation.

Thanks.

Nov 18, 2018 at 7:19 pm
#89573
Moderator
Shahriar
Staff OP

Hi Anton, Please create a new support ticket and we will discuss your issue there. Thanks.

Nov 18, 2018 at 7:18 pm
#89572
Moderator
Shahriar
Staff OP

Hi Anton, Unlocked your key. – Thanks.

Nov 18, 2018 at 7:15 pm
#89571
Moderator
Shahriar
Staff OP

Could you please check the PHP error log in your server? That might help us to pinpoint the issue.

Nov 18, 2018 at 7:10 pm
#89570
Moderator
Shahriar
Staff OP

Hi,

PDF Viewer currently supports the password lock only.

You can embed the viewer in a post using a custom link template. The viewer uses the [doc_preview] template tag. So, you have to create a custom link template using this tag. Then use this custom link template when inserting the shortcode in a post. Create custom link template from Downloads Templates page. If you need help with that, send temporary wp-admin login info in private reply. I will create a template for you.

I have to check how the other plugin works before proving a quote on customization. Or we can create a completely new solution for it.

Thanks.

Nov 18, 2018 at 6:58 pm
#89569
Moderator
Shahriar
Staff OP

You can change the text on line no 396 ( File: /download-manager/wpdm-functions.php ) No other option available yet.

Nov 18, 2018 at 6:51 pm
#89568
Moderator
Shahriar
Staff OP

Please send login info and package link to check the issue.

Nov 18, 2018 at 6:48 pm
#89567
Moderator
Shahriar
Staff OP

Yes, we have a plan to offer some deals on Black Friday. Thanks.

Nov 18, 2018 at 6:43 pm
#89566
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 18, 2018 at 6:37 pm
#89565
Moderator
Shahriar
Staff OP

Can’t access the page. Looks like you have blocked the public access. Changing button or other colors is pretty simple, just have to add some custom CSS, if you can show me the page I will share the custom CSS you need to change the color.

Nov 18, 2018 at 6:33 pm
#89563
Moderator
Shahriar
Staff OP

Hi,

Sorry, I don’t recall suggesting a third party plugin for this feature. Download Manager export & import might not be 100% compatible with third-party plugins as we haven’t collaborated with other plugin providers on this exact feature.

The for used in the CSV file you sent won’t work with WPDM’s CSV import. Because some column title doesn’t match the predefined title and some values ( e.g. access ) are not properly formatted. You have to follow the sample CSV file.

Thanks.

Nov 18, 2018 at 6:02 pm
#89561
Moderator
Shahriar
Staff OP

Try changing this <policy domain="coder" rights="none" pattern="PDF" /> to <policy domain="coder" rights="read|write" pattern="PDF" />

Viewing 25 posts - 4,226 through 4,250 (of 12,513 total)