-
AuthorSearch Results
-
Dec 22, 2017 at 1:28 pm #67226
In reply to: How to change colours (colors) on template buttons
Hasibul Amin HemelBlockedCan you send me the page URL? You can add inline CSS to the custom template. So if you want to change something just look for class or ID and change it with CSS.
Changing the blue color badge with class
.w3eden .list-group .badge { background: blue; }Changing the download button color:
.w3eden .btn .btn-primary{ background-color: #455a56; border-color: #1abc9c; }Thanks
Dec 21, 2017 at 9:47 am #67135In reply to: URL to overview
kalbynetParticipantHi Hasibul and thanks for your reply.
The URL aren’t the same?! The one abowe has a dashes… Is it not enough?
Compare: http://195.238.77.215/~kavlingelarcen/ladda-ner/ vs http://195.238.77.215/~kavlingelarcen/laddaner/Ok, I don’t think the customers understand we shall click the link a the right… Is there a way to make (in my chase TEST) download directly? Or REMOVE the link so it’s only the link at the right that i clickable??
I’m now familiar with php, but if I change the table template, can I do it right here ../download-manager/tpls/wpdm-all-downloads.php ??
It will not be overwritten when updating?Dec 20, 2017 at 8:53 pm #67100In reply to: URL to overview
Hasibul Amin HemelBlockedI saw your category base and package base was the same?
There is a quate above. “Caution: Use unique word for each url base. Also, don’t create any page or post with the same slug you used for WPDM URL Bases below.”
Please modify it.
So category page will be work here http://195.238.77.215/~kavlingelarcen/laddaners/instruktioner/And yes, the user can download from that page not going the package details page from this page. Here is the button for direct download.

But if the user can see details page by clicking on the title. You can modify that too from all downloads table template here
../download-manager/tpls/wpdm-all-downloads.phpThanks
Dec 20, 2017 at 10:42 am #67057Topic: URL to overview
in forum Download Manager Pro
kalbynetParticipantHi
I’m new with wpdownloadmanager (Former Joomla developer and use to use DOCman). In DOCman you can get a list view with all documents that can be downloaded (see http://www.ekvstolar.se/ladda-ner).
But how do I do that in WPDM???
I have followed the instruction here https://www.wpdownloadmanager.com/doc/settings/basic-settings/ and change the base url (https://imgur.com/reY6jAd) but it doesn’t work: http://195.238.77.215/~kavlingelarcen/laddaner/instruktionerWhat’s wrong?
Dec 19, 2017 at 12:26 pm #66986
ShahriarModeratorAdd following code after line 125 in
archive-page-with-sidebar.phpfile,<?php if(isset($_GET['category'])): ?> $('#ap-content-<?php echo $xid; ?>').load("<?php echo admin_url('admin-ajax.php'); ?>", {action:'load_ap_content', cid: <?php echo $_GET['category']; ?>, xid: '<?php echo $xid; ?>'}, function(){ $('#wpdm-loading-<?php echo $xid; ?>').fadeOut(); }); <?php endif; ?>https://www.evernote.com/l/AUcQiZ7LbcxEe4Fc9KV_CZ7AkEUTqaGysqMB/image.png
Dec 16, 2017 at 2:47 pm #66824
ShahriarModeratorIn that case, define your links like the following example,
yoursite.com/archive-page-slug?category=id<- id = category idDisregard previous code and add the following code instead in same position.
jQuery('#wpdm-downloads').prepend('<div class="wpdm-loading"><i class="fa fa-spin fa-spinner icon icon-spin icon-spinner"></i> <?php _e('Loading','wpdm-archive-page'); ?>...</div>').load('<?php echo home_url('/?wpdmtask=get_downloads&pg='.get_the_ID());?>&category=<?php echo $_GET['category']; ?>');Dec 15, 2017 at 3:14 am #66776In reply to: make a category with rul specifications not running
Taufik Suryawan EdynaMemberThis reply has been marked as private.Dec 14, 2017 at 8:06 pm #66758
cbenson583MemberThat’s what I am asking to do. I need to be able to link from, for example, a page called Accounting Services, and have the page with the download manager archive shortcode open with the accounting category pre-selected. I also need to be able to link to the same page from other pagers like purchasing, travel, etc. and show a different subcategory when the page with the download manager shortcode loads.
I have seen other tools do this using a query string variable passed in the page url that tells what category or parameter to preload. Is it possible to add an option to send a query string variable with the category slug or ID to the archive page add-on to tell it which category to pre-select?
Dec 13, 2017 at 11:41 am #66686In reply to: Category link does not work
ImunzMemberHey Thank you for your fast reply,
as you can see on the screenshost it hasnt worked for me. I have added the diffrent shortcodes an their are displayed well but as soon as i want to follow the link i got this “empty” page.
I have still the same problem. I have marked the urls on the screenshot maybe its a missconfiguration.Dec 12, 2017 at 8:16 pm #66669In reply to: Remote FTP TLS?
Hasibul Amin HemelBlockedYou can follow this steps. Let me know if you have missed any steps from below.
How to Use FTP Auto-Import Dir:
1. Create a dir in your ftp server
2. Create a csv file with all importable package data ( Sample CSV File ) and put it in that ftp dir
3. Create another dir named files inside the ftp dir ( #1 )
4. Put all importable file in files dir
5. Setup an everyday cronjob for url http://yoursite/?importcsv=1 in your server
6. Now the cronjob will check the csv file every day for changes, if you add new row there or update any row, it will be imported/updated accordingly.Thanks
Dec 11, 2017 at 9:12 am #66534
ShahriarModeratorHi,
It is possible to load sub-category packages on page load but requires some code changes. Please send login info in private reply. I will add the code there or you can add the code yourself. Here is the custom code, add it after line 1082 in
wpdm-archive-page.phpfile. Please keep in mind, you have to add this every time you update the add-on.var firstcat = jQuery('.wpdm-categories .wpdm-cat-link').first().attr('rel'); jQuery('.wpdm-categories .wpdm-cat-link').first().addClass('active'); jQuery('#wpdm-downloads').prepend('<div class="wpdm-loading"><i class="fa fa-spin fa-spinner icon icon-spin icon-spinner"></i> <?php _e('Loading','wpdm-archive-page'); ?>...</div>').load('<?php echo home_url('/?wpdmtask=get_downloads&pg='.get_the_ID());?>&category='+encodeURIComponent(firstcat));Thanks.
Dec 8, 2017 at 10:15 am #66482Topic: Filename
in forum Download Manager Pro
Eura MobilParticipantAfter updating the download manager the filenames changed. after downloading a file the wpdml changes the original filename and adds the url in front of it. how can i change this
Dec 7, 2017 at 8:58 pm #66468In reply to: Register Redirect To Download Page not UserDashboard
Hasibul Amin HemelBlockedHere is the code for after login redirection. It goes to your theme function file.
add_action( 'template_redirect', 'wpdm_login_redirect' ); function wpdm_login_redirect(){ if( is_user_logged_in() && get_the_ID() == get_option('__wpdm_login_url') ): wp_redirect( home_url('/') ); exit(); endif; }Or for login in the download page, use the settings option “Show Only login form”. Then the user will be redirected to the same page after login. But for registration the functionality is different. You can use the custom action for that.
Thanks
Dec 6, 2017 at 7:21 pm #66419
Mike MorseMemberThis reply has been marked as private.Dec 6, 2017 at 5:57 pm #66407In reply to: Register Redirect To Download Page not UserDashboard
Hasibul Amin HemelBlockedHi there,
When the user is already registered they need to log in to download the package file. So after login, they will be redirected to the same page.
For registering they are redirecting to the registration page. Where after successful registration, they will be redirected to dashboard. This is default settings.for changing the redirect URL change this in settings login required message field message.
http://example.com/login-page/?redirect=[this_url]If you want to add a custom action to login redirect method check this post. https://wordpress.org/support/topic/how-to-redirect-already-logged-in-users/
Thanks
Nov 28, 2017 at 9:16 pm #66110In reply to: file path fix
Amy MassonParticipantThis reply has been marked as private.Nov 28, 2017 at 6:04 pm #66091
cbenson583MemberHow do I upload download manager records from css using the CSV Import Add-on when. the records point to a url not a specific file. I could not find a field to map the url to. I tried mapping it to the wpm:files field but this did not work.
Nov 14, 2017 at 12:06 pm #65542
shameemMemberThank you Mr.Shahriar.
I got it Cancel and Success URL, am asking is there any predefined URL is required or just user dashboard URL?
If you don’t mint please fix following issues which I faced.
1. I Created a package and I can see it fine when I do a preview and publish. However, when someone views as a subscriber/visitor, the table of packages isn’t listed and the subscriber sees the error “you are not allowed”. I assign Allow access “All visitors”.
2. Is there any plugin/add-on support for user registration approve?
Thanks in advance!
Nov 14, 2017 at 10:57 am #65537
ShahriarModeratorCancel and success URLs are used to redirect to your site from PayPal. And as the names suggest two URLs are used in two different cases. Successful and Failed transaction.
I am checking the expire date issue and will add the fix in your site as soon as the solution.
Nov 3, 2017 at 7:56 pm #65189In reply to: Allow to View a File up to 100 times
ShahriarModeratorSorry for the delayed reply. Somehow missed your reply.
You can attach pdf directly if instead of adding URL. Attached files are secure, a customer can download files only if they purchased it.
Oct 29, 2017 at 1:08 pm #64973In reply to: Email Lock, Package Stats
ShahriarModeratorYou can use Default Values add-on to apply email lock by default for all new packages. To add lock in old packages you have to go one by one.
The user can view their download history from dashboard history tab. Dashboard shortcode is
[wpdm_user_dashboard flaturl=0]Oct 29, 2017 at 12:58 pm #64971In reply to: Most simple download way
ShahriarModerator1 ) Create a custom link template from Downloads Template page. You can clone an existing template from that page and edit on top of it. Remove all data that is not important for you ( i.e. version, date, download count etc ). Also remove
[page_url]and[page_link]template tags those exists there. That will remove all link to the details page.When inserting the category shortcode select this custom template as your link template. Install TinyMCE add-on to insert shortcode easily.
2 ) You can also modify the details page ( http://rodribv.com/download/test-bestand/ ) by using a custom page template.
Oct 24, 2017 at 5:07 pm #64820In reply to: Allow to View a File up to 100 times
ShafayetModerator- In that case, you have to create a temporary download link and mail him
- You need to create role based discount from Pricing and Discounts page
- WPDM can’t protect URL, if you want to sell access to URL like http://www.louisparlas.com/Books/Peri_Sinergatikon/index.html, you can sell, but, customers will be able to share those URLs, but, if you want to keep those URL protected, there will require some additional customization.
Oct 23, 2017 at 7:40 am #64772In reply to: Allow to View a File up to 100 times
kelvegeMemberThis reply has been marked as private.Oct 22, 2017 at 8:39 pm #64765In reply to: Changing icons, fonts and font size.
ShahriarModeratorThe suggestion above was for the Extended Shortcodes add-on, not the core Download Manager plugin. You can add custom icons by adding the URL instead if selecting an existing one.
-
AuthorSearch Results
Search Results for 'Add Url'
Manage your purchases, downloads, and account settings
-
Search Results
-
Topic: URL to overview
Hi
I’m new with wpdownloadmanager (Former Joomla developer and use to use DOCman). In DOCman you can get a list view with all documents that can be downloaded (see http://www.ekvstolar.se/ladda-ner).
But how do I do that in WPDM???
I have followed the instruction here https://www.wpdownloadmanager.com/doc/settings/basic-settings/ and change the base url (https://imgur.com/reY6jAd) but it doesn’t work: http://195.238.77.215/~kavlingelarcen/laddaner/instruktionerWhat’s wrong?
Topic: Filename
After updating the download manager the filenames changed. after downloading a file the wpdml changes the original filename and adds the url in front of it. how can i change this
How do I upload download manager records from css using the CSV Import Add-on when. the records point to a url not a specific file. I could not find a field to map the url to. I tried mapping it to the wpm:files field but this did not work.