-
AuthorSearch Results
-
Aug 16, 2019 at 4:54 pm #110976
ShahriarModeratorAfter expiration date and “expiration message” is shown instead of a download link. But that doesn’t delete the actual file in your server. But users won’t be able to download after expiration date. If you think it isn’t working in your site, Please send temporary wp-admin login info in private reply to check the issue.
Aug 15, 2019 at 12:08 pm #110950In reply to: New Website
markharariParticipantThis reply has been marked as private.Aug 14, 2019 at 10:53 am #110928In reply to: Link does not opening in a new tab.
Ronne CoresParticipantThis reply has been marked as private.Aug 13, 2019 at 6:07 am #110872
Adrian BallesParticipantThis reply has been marked as private.Aug 9, 2019 at 5:19 am #110815In reply to: Country > State/County Linking
KoDanParticipantFolks, I’m *really* after a bit of support here.
I have done an *awful* lot of investigation, code customisation and despite getting virtually no forum replies I have solved most of the issues myself and shared lot’s of information in the Forum about:
Customisation
- preventing users form seeing the WP Dashboard or Top Menu
- implementing a Menu ‘Logout’
- elegantly directing sellers > seller dashboard & users > user dashboard on login
- elegantly redirecting users to an information page if they do not have the correct permissions
- restricting display of Media Library files to just the authors
- restricting access to WP permalinks and direct file URL’s (ie. attached files in a package) to only registered users
- implementing a homepage text search
- using tax inclusive pricing
- forcing ALL users, no matter if they have selected a country, to be charged tax
- stopping sellers from seeing other seller products in the dashboard (ie. Latest Orders and Top downloads)
Code Anomolies
- identified why thumbnail generation fails
- identified a discrepancy in the way Coupon Discounts are presented
- identified an anomaly in the way seller commissions are calculated
IMHO this is all useful information for current users as well as for WPDM in considering future code patches & releases.
The only aspect of the site I’m still un-happy about is Billing Information.
It’s very frustrating that the Country > State pull-down code works perfectly in the Shopping Cart & the Premium Package Admin panel, but nowhere else in the site. This is especailly annoying for the end user, as this field can never be auto-populated.
You have already written the code, I have found the relevant code snippet and have inserted the code but it doesn’t work. I’d sort it myself but, unlike everything else I’ve sorted, I just can’t easily find where to hook it up to the required functions (I’m guessing js).
So I would REALLY appreciate some guidance here – it can’t be difficult.Aug 8, 2019 at 11:12 am #110806Topic: Email Lock options
in forum Download Manager Pro
Miguel Angel TejeroMemberHi,
When I select email lock options Mail download link, the email is not send to the user?
How can i fix this?
Thanks
Aug 8, 2019 at 8:15 am #110802
Adrian BallesParticipantThis reply has been marked as private.Aug 7, 2019 at 8:52 am #110776
ShahriarModeratorWPDM doesn’t delete the templates when showing the invalid key warning. Not sure how your templates got deleted. Maybe some plugin modified the DB. These templates are saved under
_fm_link_templatesand_fm_page_templateskey in options table.You can also use template files to create custom link/page templates https://www.wpdownloadmanager.com/doc/template-files/ You can try this approach if the previous issue happens again. Although, I hope this won’t happen again.
Aug 7, 2019 at 7:05 am #110764
ShahriarModeratorYour test site is subsite number 10 on your multisite setup. The
/uploads/sites/10/download-manager-files/directory was missing there. So, WPDM couldn’t find the link to uploaded files which resulted in the “file not found” error.I deactivated the WPDM on test subsite and activated it again. This process created the
/uploads/sites/10/download-manager-files/directory. And uploaded files are being stored there now. The download should work for all new uploads.For old attachments either re-upload those files or manually copy those on
/uploads/sites/10/download-manager-files/dir.If you face similar issue on any other subsite, just deactivate the plugin and reactivate it again to create the missing file directory.
Please let me know if you need further assistance.
Aug 6, 2019 at 9:23 pm #110750
Ed AmmendolaMemberThis reply has been marked as private.Aug 6, 2019 at 6:44 pm #110747In reply to: Download link is expired on Guest Orders page
Scott KolbeMemberShahriar, just checking in. Is there any way around the initial download button on the Guest Orders page leading to an expired link page? Again, when you add the email address and order ID and press “proceed” it works correctly – it’s just the default experience that produces the error. I am getting ready to do a big promotion of a new line of service and was hoping for some ecommerce activity this week but I fear the user experience won’t be the best.
I tried changing the orders page to something different in settings, thinking that I would lead to a straight confirmation page with no links or inputs following the credit card being processed. That page could just say, look for your link in the email. Then the link in the email could lead to Guest Orders, but that didn’t produce a different result. I’ve tried forcing /orders/ page not to cache, and also adding a “?nocache=1” to the end of the download link that produces the expired link error, but that doesn’t work either.
At this point, I’m hopeful that you have a quick fix that can either:
– remove the download “dashboard” from the guest orders page, only leaving the email address and order ID inputs. Once you press “proceed” on that screen, the download dashboard below it would be revealed (or the page would refresh), and the link would be valid/active.
– instruct me on how to change the order confirmation process so that I lead to a static page following credit card processing and a valid link is sent via email to the purchaser leading to the Guest Orders page with active/live links.Cheers, I appreciate any status you’re able to provide. The ftp and front-end credentials sent in private message above are still active.
Scott
Aug 6, 2019 at 5:11 pm #110746
Gustavo BravoParticipantHi ! I have the same problem in my site: https://tinku.nacion-seguros.com.ar/normativas-directory/
–> WordPress Download Manager ALL ADD-ONS PACK <–
My shortcode:
[wpdm-archive button_style=”default” link_template=”link-template-panel.php” items_per_page=”20″ category=”94″ order_by=”field-name” order=”asc or desc” login=1 showcount=0 cat_view:”sidebar”]
Aug 6, 2019 at 7:24 am #110733In reply to: Download link for single file download missing
gesondLUMemberThis reply has been marked as private.Aug 5, 2019 at 7:44 pm #110714In reply to: Customize border on button hover?
ShahriarModeratorPlease use following CSS to change button hover style,
.w3eden a.btn:hover, .w3eden a.btn:hover { border: 1px solid #ef3d24 !important; color: #ef3d24 !important; border-radius: 0px; background: transparent; box-shadow: none; }Use custom link/page template to add icon. Replace the
[download_link]with the following code,<a href="[download_url]" class="btn btn-primary"><i class="fas fa-download"></i>[link_label]</a>Aug 5, 2019 at 6:30 pm #110707In reply to: Link does not opening in a new tab.
ShahriarModeratorYou have to use a custom link/page template to open the file in a new tab. Clone the current template and replace the
[download_link]with the following code,<a href="[download_url]" target="_blank" class="btn btn-primary">[link_label]</a>Aug 5, 2019 at 4:16 pm #110700In reply to: Failed .zip downloads for some
welswebmasterParticipantThis reply has been marked as private.Aug 5, 2019 at 1:28 pm #110693
Ed AmmendolaMemberI admit I may not have been clear with the first part of my question.
You are correct “page_link” does make the title a link, but I don’t want a link to the download page. I want a link to the file itself.The second part of the question you did not address at all.
To summarize my initial question.
I want the title to be a link that opens the actual file in a new tab.Aug 5, 2019 at 1:17 pm #110692
Clark UniversityParticipantThis reply has been marked as private.Aug 4, 2019 at 7:14 am #110671
Salahuddin AhmedMemberHi Ed, You can try the following….
[wpdm_all_packages items_per_page="20" categories="cat slugs,cat slugs,cat slugs" jstable=1 order_by="field_name" order="ASC" cols="page_link,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]Let me know if you need further help!
Aug 3, 2019 at 4:26 pm #110653In reply to: Changing the All Packages Table columns
ShahriarModeratorYes, you can show the publish date. Please check the shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
[wpdm_all_packages items_per_page="10" jstable=0 cols="page_link,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|Publish Date|Download::155px"]It is recommended to use the pagination for performance reason. Showing all files will reduce performance.
Aug 3, 2019 at 3:15 pm #110645In reply to: Pop up Template for PDF Files?
ShahriarModeratorNot possible yet to open the PDF in a popup. But you can use a custom link template to open the details page is a new tab. Clone your current link template and replace
[download_link]with the following code,<a href="[download_url]" class="btn btn-success" target="_blank">[link_label]</a>Aug 2, 2019 at 4:08 am #110602
reiji nakamuraMemberI tried to delete all js files used in my theme and not to include them in functions.php, but I can’t receive e-mail with download link.
I’m so sorry but could you tell me the reason why it can’t work?Aug 1, 2019 at 5:00 pm #110580In reply to: WPDM Login and Polylang
ShahriarModeratorDownload Manager is using
get_permalinkfunction to retrieve the login page URL. Maybe there a filter available in Polylang to get login URL based on the current language. Please ask the Polylang team about that.Aug 1, 2019 at 4:53 pm #110579In reply to: Failed .zip downloads for some
ShahriarModeratorIn some packages, you have attached URLs that’s why zip download won’t work there. The zipped download works only when all attached files are stored actual files on your server.
For example, there is an URL at the bottom of attached files list https://cad.welsrc.net/download-cad/road-emmaus-bible-study/
In this case, you can use the single file download links instead of the main download button.
Aug 1, 2019 at 12:21 pm #110567In reply to: Displaying the Categories for a Package
KoDanParticipantDownloads > settings >Frontend Access also has the following ‘Category Page Options’
Use Basic Style
OR
Use Link Template
——
Again nothing seems to change at the front end no matter what I select here, even using my ‘<div>just contains text to see what happens</div>’ template 🙂
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Topic: Email Lock options
Hi,
When I select email lock options Mail download link, the email is not send to the user?
How can i fix this?
Thanks