-
AuthorSearch Results
-
Mar 29, 2017 at 10:01 am #55805
In reply to: Custorem can't download file
ShahjadaKeymasterSeems like he was expecting file through email attachment, he will get it as an email attachment, he will get an email ( https://graphictwister.com/wp-admin/edit.php?post_type=wpdmpro&page=templates&_type=email&task=EditEmailTemplate&id=purchase-confirmation ) with order page link. As I see order email is configured properly, so, email certainly sent, please ask him to check spam folder.
Also, you can tell him, he can download the item from the guest download page:
But, if the customer was already a member and signed in before purchase, you will be able to get his download from user dashboard.
Mar 29, 2017 at 8:42 am #55802In reply to: Pages templates do not count the download
Kay LenzeParticipantThanks, now it works. But I still have a question. In your demo you have a nice download button, why I did not have this? I have only a textlink. Look here.
http://drtraub.de/downloads/informationen-zur-praxisanmeldung
And I wanted to make an upgrade to WPDM Developer version. How can I do this by paying only the difference plus the $ 10?Mar 29, 2017 at 8:36 am #55801In reply to: Download Manager Language Files
ShahjadaKeymasterIf you like to contribute to translation, even a single string :), you may do it from the following link now:
https://translate.wordpress.org/projects/wp-plugins/download-manager
Many thanks for your support.
Mar 29, 2017 at 7:06 am #55787Topic: Email download link not working
in forum Download Manager Pro
WiljeOnlineMemberHi there,
We’ve tried everything, but the form lock plugin doesn’t send a mail to users if we select the option.
Could you please show what we do wrong, or fix the problem.
Greetings.
Mar 29, 2017 at 6:49 am #55785In reply to: WPDM Directory Add-on with Archive Page Compact
ShahjadaKeymaster- As you see, a search field is already there with responsive table
- Yes, that is possible, you can control that from link template, that feature is extensive but easy to use, please check the docs here
You can create new link template the way you need or close an existing template and edit that, then use it with shortcode.
Mar 29, 2017 at 6:23 am #55782In reply to: Pages templates do not count the download
ShahjadaKeymasterI see you are using single file download link, in that case, you activate stat you need to check the following option from wpdm settings:
https://www.evernote.com/l/AV1c6h-yl6xAqIojmsZBXP7IEJMXAsWrtssB/image.png
Mar 29, 2017 at 6:13 am #55780In reply to: Filename on "button template"
ShahjadaKeymasterButton template already shows title on the button:
https://demo.wpdownloadmanager.com/wpdmpro/button-templates-add-on-free/
You can show a title linked to download as a button in following way:
<a href="[download_url]" class="btn btn-success btn-lg">[title]</a>
When a file is locked ( where you applied lock option like password, facebook, email or any other ) you need to use the same value for link label as the title.
Mar 29, 2017 at 2:16 am #55773In reply to: WPDM Directory Add-on with Archive Page Compact
David DebonoMemberHi Shariar,
Thank you for your answer it works fine now.
I have some questions regarding with the Add on page and Responsive table: http://ciss.circlebc.org/e-library/
1. Is it possible to link that search with the responsive table? why? If Yes, how?
2. Is it able to change this: http://prnt.sc/epq2xd
ie remove number of downloads, or the download button
can you change the “All Packages” text to something else?Best Regards,
DavidMar 28, 2017 at 6:35 pm #55766In reply to: Question for download Manager
ShahriarModeratorClick again ( on || ) to pause.
If you need to edit or create a new template, please follow:
However, we have an awesome option for priority support and maintenance package at only $299/year, under that plan, we shall keep your site updated all the year and create any link or page template you need. Also for a limited time, we are giving all theme ( https://www.wpdownloadmanager.com/downloads/themes/ ) access with that pack for FREE!
Mar 28, 2017 at 3:44 pm #55759Topic: Filename on "button template"
in forum Download Manager Pro
David JonesMemberHi,
I am using the “Button Template” in Link Templates.
However as I will have multiple downloads on each page I would like to show the filename as the active link text on the button instead of the word “Download”. Can you explain how I can accomplish this please?
I tried adding [title] to the template, which renders the filename, but I want the filename to be the actual link, so that I can remove the word ‘download’
Thanks
Mar 28, 2017 at 2:18 pm #55753In reply to: Sanitize filenames
mozonlineMemberProblem solved.
The error was not from wpdm-general functions. Here filenames with umlauts are no problem. But if you use a link template with pdf_thumbnail imagemagick doesn’t find the pdf.
It then throws this error in front-end as I wrote above.
ImagickException thrown
UnableToOpenBlob `C:/xampp/htdocs/wordpress/wp-content/uploads/download-manager-files/1490028691wpdm_ExtbäseFluidCheatSheetTypovision.pdf’: No such file or directory @ error/blob.c/OpenBlob/2702With <strong>utf8_encode</strong>($source) in class.Filesystem.php:339 it works.
if(!class_exists('Imagick')) return "Imagick is not installed properly"; try{ $source = utf8_encode($source); $image = new \imagick($source); $image->readImage($source); $image->setResolution( 800, 800 ); $image->setImageFormat( "png" ); $image->writeImage($dest); }Now I try to find out why some colored pdf’s only render greyscaled thumbnails … :-/
Mar 27, 2017 at 9:11 pm #55731In reply to: Question for download Manager
Holger SchraderMemberThis reply has been marked as private.Mar 27, 2017 at 6:52 pm #55723In reply to: Question for download Manager
ShahriarModeratorUsing wpdm pro, if you make something like this:
https://demo.wpdownloadmanager.com/wpdmpro/download/audio-songs/
You can achieve it by adding multiple MP3 files with your package and enabling individual file download.
or this ( at the bottom of the page ):
https://demo.wpdownloadmanager.com/wpdmpro/ready-to-use-templates/#audio
You simply need to use category or package shortcode and select template
link-template-audioYou also can make your own template using template tags, Docs:
But, please let me know if anything is not clear, in that case, please give me temporary wp-admin login info in a private reply, I shall create some sample for you.
Mar 26, 2017 at 11:35 am #55691In reply to: Custom CSS for Email Lock
JMemberThanks for the CSS class names Shahriar.
Theres’ a lot about design I’m still learning but part of the reason why I purchase themes and plugins from developers is so that I can spend less time searching or tweaking code and work more with other extensive customization interfaces and options.
However when it’s necessary to edit code it’s helpful when the developer openly provides basic documentation to it’s paid users on how to make the required changes in the style.css or functions.php files rather than having to use tools like inspector.
Fortunately you’ve documented many other action, filter, and function references but there isn’t anything on customizing
download_link_extendedand the template builder doesn’t allow us to change the default design which may not work well in various cases.Mar 26, 2017 at 10:53 am #55690In reply to: Custom CSS for Email Lock
ShahriarModeratorDifferent plugins for the different purpose, coded by different coders with different coding styles and you can’t measure on the same scale. I asked for the screenshot to see how you want to make it, after seeing your screenshot, it seems to me, to is not possible to bring exact style just editing CSS. You repeatedly asking for CSS classes, with due respect, actually who knows well about design, don’t have to ask for CSS classes, they can easily identify it using inspector with the browser ( https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/UI_Tour ). I also sent you the screenshot for that in my reply #55668. However, the exact CSS class names are
.form-groupfor wrapper div and.form-controlfor input field:https://www.evernote.com/l/AV3ZS5mmnm5NIbotu9itDIiXiVRqljsRNZYB/image.png
Mar 26, 2017 at 7:13 am #55677In reply to: Custom CSS for Email Lock
JMemberHi Shahriar,
I would like to change the default [download_link_extended] design to a simpler inline opt-in as pictured in the attachment.
I plan on using different colors and text but I would like the the same basic form layout.
If you have any recommendations that will be greatly appreciated since I don’t have the predefined CSS classes you used to style the
[download_link_extended]form, but I will try to use the inspector as well.Many thanks.
Mar 25, 2017 at 10:29 pm #55669In reply to: Is there a tutorial
ShahriarModeratorAs shaon mentioned in #55646
#2. They can configure their public profile page ( store display page ) from here http://clics.online/store/author-dashboard/?adb_page=edit-profile
And To sell items, your need to configure payment gateways ( docs: https://www.wpdownloadmanager.com/doc/using-premium-package/settings-premium-package/ )
Anyone can signup from here http://clics.online/store/sign-up/
And start selling from http://clics.online/store/author-dashboard/, in wpdm setting front-end page, you can keep their product pending for approval or auto publish.
All docs, explaining those features are available here https://www.wpdownloadmanager.com/docs/
Mar 25, 2017 at 10:20 pm #55668In reply to: Custom CSS for Email Lock
ShahriarModeratorActually the code part of
[download_link_extended]is complex, please give me a screenshot mockup making what you exactly want to change, so that, I can suggest your required CSS changes. But, if you are looking for the names of CSS classes and IDs, you may use inspector like this:https://www.evernote.com/l/AV2KymMDrS1OtY0Oq80A9JrSZjV-YTKhXJsB/image.png
Mar 25, 2017 at 7:50 pm #55659In reply to: Download Manager Down – License Key Issue
ShahjadaKeymasterYour order is now linked with your account, you can download it from https://www.wpdownloadmanager.com/user-dashboard/purchases/
Mar 25, 2017 at 9:08 am #55651In reply to: Custom CSS for Email Lock
JMemberThank you for the action, filter, and function references Shaon.
I haven’t been able to find the other predefined CSS classes you used to style the [download_link_extended] form.
I know you’ve already mentioned .wpdm_submit.btn.btn-success in your earlier post, but what about the other classes and ID’s?
I would really appreciate that info so that I can customize the [download_link_extended] form.
Many thanks.
Mar 25, 2017 at 6:19 am #55639In reply to: Document Category Editing From Front End
ShahjadaKeymasterIf you are using multi-site structure, you don’t need additional add-ons, you simply need to activate wpdm in each subsite separately, Admin of any subsite will be able to manage his category and downloads the way they want, as items of one subsite doesn’t interfere with items of another subsite.
But,
#1. if you want to allow the admin to edit categories from front-end, what will require some customization ( Around 3 hours ). = $225 – https://www.wpdownloadmanager.com/download/custom-upgrade-service/
#2. You will need developer license of WordPress Download Manager = ( Upgrade price is $175, upgrade link https://www.2checkout.com/checkout/purchase?sid=1560048&quantity=1&product_id=6 )So, total cost is only $400, you even don’t have to go to bank, a punch from your credit card corner will be enough 😀
Mar 24, 2017 at 4:43 pm #55615Topic: Link expired
in forum Download Manager Pro
WilfriedMemberHi,
what can I do : Download is not possible: Expired link. I use the prof version and the password lock.
It works with firefox but not with safari.Thanks
W.Mar 24, 2017 at 12:27 pm #55600In reply to: Direct download link shortcode
ShahriarModeratorYou can do it manually in this way:
<a href="//your-site-url/?wpdmdl=[ADD_FILE_ID]">[your custom button image or text]</a>
Or, use short-code:
[wpdm_package id="[ID]" template="link-template-button.php"]
And use the following add-on to add your custom button image:
Mar 24, 2017 at 11:37 am #55596
David JonesMemberThanks Shaon.
The url is: http://atesolutions.co.uk.gridhosted.co.uk/module-testing/flex-10/
On the right hand side there are a number of download links.
The first one is attempting to use the shortcode.The next four are the original buttons with no shortcode.
The bottom button labelled ‘Download’ is using your shortcode but added via a text widget. This proves the shortcode works normally when not used in a custom field. However as I need different buttons on each page I cannot add them using the text widget.
I have added the following code to my page template used for that page:
echo apply_filters('the_content', get_post_meta($post->ID,'pdf_download_button', true));The name of the custom field is: Pdf Download Button
Thanks for taking the time to help.
Kind Regards,
David
Mar 24, 2017 at 9:29 am #55587In reply to: Credit Card Charged for Pro, but no license
ShahriarModeratorSorry for your trouble, your order is now linked with your account, please go to premium download area ( https://www.wpdownloadmanager.com/user-dashboard/purchases/ ) to download.
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Hi there,
We’ve tried everything, but the form lock plugin doesn’t send a mail to users if we select the option.
Could you please show what we do wrong, or fix the problem.
Greetings.
Hi,
I am using the “Button Template” in Link Templates.
However as I will have multiple downloads on each page I would like to show the filename as the active link text on the button instead of the word “Download”. Can you explain how I can accomplish this please?
I tried adding [title] to the template, which renders the filename, but I want the filename to be the actual link, so that I can remove the word ‘download’
Thanks
Topic: Link expired
Hi,
what can I do : Download is not possible: Expired link. I use the prof version and the password lock.
It works with firefox but not with safari.Thanks
W.