Tunnel 5ac7a4a4.ngrok.io not found
1 ) Page loading time was normal in my test
2 ) Your theme has it’s own Bootstrap. So, I disabled WPDM’s bootstrap from Downloads Settings Basic. This will fix any Bootstrap conflict issue. But looks like your theme has layout issue. You have to fix those to make content area visible.
3 ) Please send me the link to the page where you put the search form shortcode.
Please try now.
You have to modify the frontend uploader template to add custom meta boxes. Please check this doc about template customization https://www.wpdownloadmanager.com/doc/template-files/
Frontend Uploader template is /download-manager/tpls/wpdm-add-new-file-front.php
Working now.
Applied Link Template Panel in the first shortcode. The number of packages is defined by cols parameter.
Added following custom CSS ( theme’s style.css ) to fix the card image overflow issue.
.w3eden .list-group-item img {
max-width: 100%;
}
Please check this page https://shifmanmattresses.com/test/
You can do that by adding the following post type hidden input field in your homepage search form.
<input name="post_type" value="wpdmpro" type="hidden">
Another way is adding the following code in your theme’s functions.php file. But this approach will effect all search query.
function wpdmpro_searchfilter($query) {
if ($query->is_search && !is_admin() ) {
$query->set('post_type',array('wpdmpro'));
}
return $query;
}
add_filter('pre_get_posts','wpdmpro_searchfilter');
Looks like there is an issue in G+ lock in the current version. We are looking into this and releasing an update soon.
You’re welcome ๐
Thanks for sharing the solution for the reported issue.
Sorry, I missed your point the first time.
The solution is using you custom profile template. You can read the detailed documentation of using the custom template here.
Basically, follow the steps listed below to create custom profile template,
1 ) Create a directory named /your-theme/download-manager/ under you active theme dir
2 ) Copy /download-manager/tpls/user-profile/ dir and paste it on your theme’s /download-manager dir
3 ) Then open /your-theme/download-manager/user-profile/profile.php file and find the following code and edit the background CSS.
https://www.evernote.com/l/AUeAyVxMEmFN2rBoakQMajXa9VYv5-dC1w0B/image.png
You won’t lose your changes even after plugin update.
Glad to know!
Unlocked your key from test domain.
There is no option yet to turn off master key.
But this key is only accessible by admin users, so your downloads are safe even when the master key is active.
Do you have Advanced Access control add-on? This add-on allows you to assign the package to a specific user without creating user role.
Please send temporary wp-admin login info in private reply to check the issue.
Happy to help anytime ๐
Please check if discussion if off. Does comment section appear if you deactivate WpDiscuz?
Please check following screenshots to understand the differences between two approaches.
Without initial download link ( Using Google Doc viewer )
https://www.evernote.com/l/AUebu2a4eKlILZ37bdtwcz5_IHZulWuKP_8B/image.png
Opening using Browser’s pdf viewer,
https://www.evernote.com/l/AUfT6qa78NFPs4t2bklo2Qk63iVxFFTj2nYB/image.png
There are several occurrences of $dfiles variable in that file. You have to work on that variable to change the sorting style.
Please list your precise requirements and email the list to customize@wpdownloadmanager.com to get a quote on the customization.
Okay, let us know if need any help then.
Add the following code inside package info div,
Please check this screenshot,
https://www.evernote.com/l/AUf36YqusxFDwYuhTyN4VIw-pyu8FF_qmbIB/image.png
With each WPDM order, you get a unique license key. Based on license type it can be used on 1/5/unlimited domains. When you save the key in your domain WPDM license server verifies’s if the key is a valid one.
If you want to change your domain we have to unlock the key from old domain so you can use it in your new domain.
No need to worry about the license related issue. Just let us know when you see an invalid key error. We will take care of the rest.