-
AuthorSearch Results
-
Mar 8, 2021 at 11:52 am #148081
In reply to: Download link in the mail
Nayeem RiddhiModeratorCan you please elaborate more on this issue, which add-on you are using now, please let me know, if possible, please share your related URL, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Mar 5, 2021 at 6:38 am #147902In reply to: How to create dynamic links
Nayeem RiddhiModeratorCan you please elaborate more on your issue, are you facing a problem with the dropbox add-on, if possible, please share some screenshots or related URL
thanks
Mar 4, 2021 at 5:57 pm #147872
Tiffany RichardsParticipantI have WPDM installed on a site at 2020.myspecialdomain.com and I’m going to update where the domain points so it goes to www.myspecialdomain.com
These are my steps to what I plan to take. Update where the domains point in CPanel, then update the WordPress Address and Site Address in the databases and then run the “update URLs” plugin.
Do you see any issues with this process in terms of affecting my installation and documents for WPDM? Thank you.Mar 4, 2021 at 6:57 am #147848In reply to: Package that open another website in a new tab
Nayeem RiddhiModeratorby default, you are using
link-template-default.phpfor link template andpage-template-default.phpfor the page template. you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for back-up your files, As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it intpls>page-templatesfor page template ortpls>link-templatesfor link template.For opening in new windows, please add this code replacing
[download_link]in page/link templates PHP file as i described above,<a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>thanks
Mar 3, 2021 at 4:03 am #147780In reply to: Lazy Download Button
Mahmoud AbdelbasetParticipantThis reply has been marked as private.Mar 3, 2021 at 4:00 am #147778In reply to: How to hide package setting in user frontend?
Mahmoud AbdelbasetParticipantThis reply has been marked as private.Mar 3, 2021 at 12:12 am #147770In reply to: Login Form Not Working
CScienceParticipantThis reply has been marked as private.Feb 26, 2021 at 8:02 pm #147511In reply to: Broken Header – Avada Theme
Meggan Van HartenParticipantThis reply has been marked as private.Feb 24, 2021 at 9:13 am #147344In reply to: Lazy Download Button
Mahmoud AbdelbasetParticipantThis reply has been marked as private.Feb 24, 2021 at 3:45 am #147326In reply to: Lazy Download Button
Mahmoud AbdelbasetParticipantThis reply has been marked as private.Feb 23, 2021 at 5:41 pm #147305In reply to: Issue with missing icon
cyber44ParticipantThis reply has been marked as private.Feb 23, 2021 at 5:13 pm #147301In reply to: Issue with missing icon
cyber44ParticipantThis reply has been marked as private.Feb 22, 2021 at 1:50 pm #147184In reply to: Category access
Nayeem RiddhiModeratorAre using directory add on and advanced access control add-on both on your site, please share your related URL and if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Feb 21, 2021 at 4:08 pm #147122In reply to: Please Help – Analytics Event OnClick
Nayeem RiddhiModeratorAre you trying to add this custom attribute?
assetName: $(this).data(‘downloadurl’), fileName: ‘FILE NAME’, fileResource: ‘PDF’, userGroup: ‘LOGGED IN’, marketName: ‘MARKET’,please let me know
thanks
Feb 20, 2021 at 11:51 pm #147099In reply to: Automatic PDF Pages Calculated tag Needed
Mahmoud AbdelbasetParticipantThis reply has been marked as private.Feb 19, 2021 at 3:54 pm #147024In reply to: WPDM Tags All Lost
Meggan Van HartenParticipantThis reply has been marked as private.Feb 16, 2021 at 8:51 am #146773In reply to: Restrict archive and category page
Daniel SchippanParticipantHello, so is it possible to restrict the category page that is set in the basic setting “WPDM Category URL Base” using the directory add-on alone?
Feb 12, 2021 at 4:24 pm #146549Topic: Zoho Leads add on is not working
in forum Download Manager Pro
Jace ByersParticipantIt says to enter an auth token and tell me this is the url
Get your ZOHO Authentication Token HERE
https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoCRM/crmapibut Zoho hasn’t used Auth Token in quite some time
This is the #1 reason I purchased this plugin. please fix this ASAP
Feb 11, 2021 at 2:42 pm #146486
Chris MooreMemberI just bought the developer version of the Directory Addon and your category filtering is NOT working. I am using the following shortcode pulled from your site:
[wpdm_archive_filter items_per_page=”10″ cols=1]
Here is the url where it is not working: https://wordpress-205329-1756326.cloudwaysapps.com/downloads/
As you can see the category filter and date range filter on the left hand side do not work at all. The tags filter, however, does work.
I have deactivated all plugins and this is using the OceanWP theme. I have also tested it in the 2021 theme and it doesn’t work there either.
Thanks
Feb 7, 2021 at 1:46 pm #146198In reply to: Cart problems if WP Rocket is active
ShafayetModeratorHi,
You don’t have to disable cache from all pages, just exclude the following pages:
# Cart Page: The page where you used the shortcode[wpdmpp_cart]
# Login page: the page where you used the shortcode[wpdm_login_form]or GB login block
# Registration page: the page where you used the shortcode[wpdm_reg_form]or GB signup block
# Account page: the page where you used the shortcode[wpdm_user_dashboard]or GB user dashboard blockIf your cart page URL is https://www.wpdownloadmanager.com/cart/, you need to add the rule
/cart/(.*)and so on for others.Feb 7, 2021 at 10:04 am #146186In reply to: Cart problems if WP Rocket is active
AnonymousInactiveListen me please, I also entered this command /(.*) in wp rocket / Advanced Rules / Never Cache URL (s)
and it worked.
This means I have disabled the cache for any folder, page, post.
But obviously this is not good and I only have to deactivate the folder / page in order not to have the problem with the cart.
Please can you tell me which one to deactivate in addition to the ones you told me.
I wish I could do it myself, I’m sure if you try wp rocket on your own test website it will give you the same problem.
(I have never had this problem with woocommerce and I have around 30 ecommerce websites using woocommerce and wprocket)
Thanks so much
Feb 4, 2021 at 5:44 pm #146044
Bryan PadillaParticipantThis reply has been marked as private.Feb 3, 2021 at 5:32 am #145920In reply to: Clicking on download link redirects to home page
Nayeem RiddhiModeratorI think if redirected with a 302 error code redirects that aren’t attributed to plugins, that can be the database,
htaccessand all the other usual suspects then it’s possible someone edited this at some point to customize it. you can also WordPress Address (URL) and Site Address (URL) issue too, please check if they are same or notthanks
Feb 2, 2021 at 11:24 am #145852
Thomas BourgueParticipantThis reply has been marked as private.Feb 1, 2021 at 6:21 pm #145787In reply to: Private message not working
R K DevworksParticipantWe have gotten this far but the we can’t get the file to attach in modal form. pm-modal-form.php
<?php if(!defined("ABSPATH")) die("Shit happens!"); ?> <div class="w3eden"> <div class="modal" data-backdrop="static" data-keyboard="false" tabindex="-1" role="dialog" id="wppmsg-to-author"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header bg-light"> <h5 class="modal-title p-0 m-0"><?= __("Send Message", PM_TEXT_DOMAIN); ?></h5> </div> <form class="form" role="form" method="post" id="messageform" autocomplete="off"> <div class="modal-body"> <input type="hidden" name="__send_to" id="__send_to" value="" /> <div class="form-group"> <input type="text" placeholder="<?php echo __("Subject", PM_TEXT_DOMAIN) ?>" name="subject" class="form-control input-lg" required /> </div> <div class="form-group"> <input type="text" placeholder="<?php echo __("Quote #", PM_TEXT_DOMAIN) ?>" name="subject" class="form-control input-lg" required /> </div> <div class="form-group mb-0"> <textarea placeholder="<?php echo __("Message", PM_TEXT_DOMAIN) ?>" class="form-control" name="message" id="message"></textarea> </div> <button id="wpdm-browse-button" style="text-transform: unset" type="button" class="btn btn-link"><i class="fa fa-paperclip"></i> <?php echo __("Attach File", PM_TEXT_DOMAIN); ?></button> </div> <div class="modal-footer bg-light"> <button type="button" data-dismiss="modal" class="btn btn-secondary"><?php _e('Close', PM_TEXT_DOMAIN) ?></button> <button type="submit" class="btn btn-primary"><i class="fas fa-paper-plane"></i> <?php _e('Send Quote', PM_TEXT_DOMAIN) ?></button> </div> </form> </div> </div> </div> </div> <style> #wppmsg-to-author { background: rgba(0,0,0,0.3); } .w3eden #wppmsg-to-author .modal-content { box-shadow: 0 1px 20px rgba(0,0,0,0.1); } </style> <script> jQuery(function($){ var uploader = new plupload.Uploader(<?php echo json_encode($plupload_init); ?>); uploader.bind('Init', function(up){ var uploaddiv = $('#wpdm-upload-ui'); if(up.features.dragdrop){ uploaddiv.addClass('drag-drop'); $('#drag-drop-area') .bind('dragover.wp-uploader', function(){ uploaddiv.addClass('drag-over'); }) .bind('dragleave.wp-uploader, drop.wp-uploader', function(){ uploaddiv.removeClass('drag-over'); }); }else{ uploaddiv.removeClass('drag-drop'); $('#drag-drop-area').unbind('.wp-uploader'); } }); uploader.init(); uploader.bind('Error', function(uploader, error){ wppmsg_bootModal('Error', error.message); $('#wmprogressbar').hide(); $('#wpdm-browse-button').show(); }); uploader.bind('FilesAdded', function(up, files){ $('#file__attachments').slideDown(); $('#wpdm-browse-button').hide(); $('#wmprogressbar').show(); plupload.each(files, function(file){ $('#wmprogress').css('width', file.percent+"%"); $('#wmloaded').html(file.percent); /*jQuery('#wpdm-browse-button').hide(); //.html('<span id="' + file.id + '"><i class="fas fa-sun fa-spin"></i> Uploading (<span>' + plupload.formatSize(0) + '</span>/' + plupload.formatSize(file.size) + ') </span>');*/ }); up.refresh(); up.start(); }); uploader.bind('UploadProgress', function(up, file) { /*jQuery('#' + file.id + " span").html(plupload.formatSize(parseInt(file.size * file.percent / 100)));*/ $('#wmprogress').css('width', file.percent+"%"); $('#wmloaded').html(file.percent); }); uploader.bind('FileUploaded', function(up, file, response) { res = JSON.parse(response.response); __attached_files.files.push(res); $('#wmprogressbar').hide(); $('#wpdm-browse-button').show(); }); $('#del-img').on('click', function () { $(this).html('<i class="fa fa-sun fa-spin"></i> Deleting...'); $.post('<?php echo admin_url('admin-ajax.php'); ?>', {action: 'delete_attachment'}, res ► { $('#__attachment').attr('src', '<?php echo PM_BASE_URL.'assets/images/image.png'; ?>'); $('#__attachment').val(''); $('#del-img').html('Delete Image'); }); $('#profile-button-message.profile-button.instant').on('click', function (e) { e.preventDefault(); var menu = $(this).data('menu'); $('#wpdm-ppm').modal('show'); }); $('#wppmsg-to-author').on('shown.bs.modal', function (event) { var button = $(event.relatedTarget); $('#wppmsg-to-author .modal-title').html(button.data('title')); $('#__send_to').val(button.data('user')); }) $('#messageform').submit(function(){ $('#messageform').addClass('blockui'); $(this).ajaxSubmit({ url: wpdmpmAPI.send_message, beforeSubmit: function ( arr, $form, options ) { console.log($form); console.log(arr); options.headers = {'X-WP-Nonce': wpdmpmAPI.nonce} }, success: function(res){ if(res.error === true) WPPMSG.notify("<b>Error!</b> "+res.message, "error"); else{ WPPMSG.notify("<b>Success!</b> Message Sent", "success"); $('.form-control').each(function(){ $(this).val(''); }); $('#alertdiv').fadeOut(3000,function(){ $(this).html(''); $(this).attr('style',''); }); } $('#messageform').removeClass('blockui'); $('#wpdm-ppm').modal('hide'); }, error: function (error) { console.log(error.responseText); } }); return false; }); }); </script>-
This reply was modified 5 years, 4 months ago by
R K Devworks.
-
This reply was modified 5 years, 4 months ago by
-
AuthorSearch Results
Search Results for 'Add Url'
Manage your purchases, downloads, and account settings
-
Search Results
-
I have WPDM installed on a site at 2020.myspecialdomain.com and I’m going to update where the domain points so it goes to www.myspecialdomain.com
These are my steps to what I plan to take. Update where the domains point in CPanel, then update the WordPress Address and Site Address in the databases and then run the “update URLs” plugin.
Do you see any issues with this process in terms of affecting my installation and documents for WPDM? Thank you.It says to enter an auth token and tell me this is the url
Get your ZOHO Authentication Token HERE
https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoCRM/crmapibut Zoho hasn’t used Auth Token in quite some time
This is the #1 reason I purchased this plugin. please fix this ASAP
I just bought the developer version of the Directory Addon and your category filtering is NOT working. I am using the following shortcode pulled from your site:
[wpdm_archive_filter items_per_page=”10″ cols=1]
Here is the url where it is not working: https://wordpress-205329-1756326.cloudwaysapps.com/downloads/
As you can see the category filter and date range filter on the left hand side do not work at all. The tags filter, however, does work.
I have deactivated all plugins and this is using the OceanWP theme. I have also tested it in the 2021 theme and it doesn’t work there either.
Thanks