Forum Replies Created
Hi,
Can you share the related demo URL where you are trying to show only the view button? instead of download label, you are also able to change the download label, please let me know further
thanks
I think this is wpdm_archive_compactshortcode particularly, do you want only for this shortcode sidebar?
thanks
you are welcome
thanks
Have you created Registrierung Seite for Registration page, I have checked that, it is empty, for creating a new user, it needs also a registration page
thanks
please check now, Select Dir option is working fine now
thanks
Do you want the only sidebar for WP pages, let me know
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue and please share where the dm-widget located,
Thanks
please share your package URL for checking
thanks
please your site URL too,
thanks
please put the below code after this line,
var html = WPDM.overlay(".<?php echo $section_id; ?>", "<div class='card'><div class='card-body text-center'>"+res.msg+"</div><div class='card-footer'><a target=_blank style=\'margin-top:5px;color:#fff !important\' class=\'btn btn-success btn-lg btn-block\' href=\'"+res.downloadurl+"\'><?php echo $button_label; ?></a></div></div>");
like
var html = WPDM.overlay(".<?php echo $section_id; ?>", "<div class='card'><div class='card-body text-center'>"+res.msg+"</div><div class='card-footer'><a target=_blank style=\'margin-top:5px;color:#fff !important\' class=\'btn btn-success btn-lg btn-block\' href=\'"+res.downloadurl+"\'><?php echo $button_label; ?></a></div></div>");
setTimeout(function () {
jQuery('#wpdm-locks').modal('hide');
}, 5000);
from this path plugins\download-manager\tpls\lock-options\email-lock-form.php file.
The modal will close after 5 sec. downloading the file.
And for making back-up the tpls file, you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/
Thanks.
Ok, please, give your temporary wp-admin login details in a private reply for checking the issue, I shall try to assist you
Thanks
Are you talking about the auto-renew option for your pro plugin, let us know
thanks
Updating the license key with saving settings will revalidate your license and regenerate new access token, thus after that, you will be able to update the plugins automatically, if there correct license key you don’t need to again check, hope you have understood
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue and please let us know which folder files you want to import
Thanks
Has the problem been solved? let me know, if possible, share your file URL too
thanks
Can you please share the PHP log error for critical error when downloading purchased items?
thanks
Please check if there correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.
Thanks
It is a PHP serialized object, an object serialized with serialize() function, you can see more on doc here, http://php.net/manual/en/function.serialize.php
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Yes, thus you may also make titles with the package titles
thanks
Ok, glad to hear this,
Thanks
I think it may require some customization, you may please knock here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade
thanks
please check now, “Prev” and “Next” buttons are not in download packages, I have created single-wpdmpro.php in your theme and adjusted some codes there
thanks
Are these download packages title or other pages links?
if you have fewer download packages, you may update from wp_postmeta table the __wpdm_access meta key, otherwise you may use this add-on too, https://www.wpdownloadmanager.com/download/wpdm-default-values/
thanks