-
AuthorSearch Results
-
Jul 15, 2017 at 5:54 pm #60505
In reply to: Help with LinkedIn lock
ShahriarModeratorLooks like your app hasn’t been setup properly. My API keys work fine after adding your URL in APP settings. Please check the following screenshot.
https://www.evernote.com/l/AUfGC0UjNDVIPLSYo1nRyzxyawMp_hneYqIB/image.png
Jul 13, 2017 at 2:48 pm #60416In reply to: Help with LinkedIn lock
ShahriarModeratorAdd the same URL in OAuth 1.0a options too. Also, check all application permissions as shown in the screenshot above.
Jul 13, 2017 at 1:38 pm #60399In reply to: Dropbox Issues
ShahriarModeratorThis is definitely a Dropbox permission settings of these 2 files. I tried to access the EUR file through URL but it says “The owner hasn’t granted you access to this link.” Also, the download doesn’t work even when I am logged into Dropbox. It works for you because you have permission.
Please try following steps,
1) Delete both files from Dropbox and remove them from package too. Update your package.
2) Upload new copies to Dropbox.
3) add new copies from Dropbox to your package and update package.
Jul 13, 2017 at 1:00 pm #60396In reply to: Help with LinkedIn lock
ShahriarModeratorIn your app’s authentication settings add redirect URL ( OAuth 2.0 )
Add your website URL as redirect URL.
https://www.evernote.com/l/AUdrcra5Nw9K265UoEduE9gY6UHr81p0N1MB/image.png
Jul 12, 2017 at 9:02 pm #60363
ShahriarModeratorThe solution is using custom link template.
If you don’t want to show download details page you can remove the
[page_url]template tag from the link template.Clone any link template from Downloads Templates page and remove
[page_url]tag from there. Also, remove the HTML a tag. Then set this link template when inserting the shortcode.Use TinyMCE add-on to insert the shortcode. Your custom link template will be available in the dropdown.
Jul 12, 2017 at 8:54 pm #60361
ShahriarModeratorGlad to know the plugin conflict has been resolved finally.
1 ) Yes, it is possible. You have to create a custom link template. Clone the link template you like or create one. Then remove the
[download_link]template tag from there to hide download link. Now you will find[page_url]tag attached to HTML<a>tag. Add target blank there to open link in new page.<a target="_blank" href="[page_url]">2) If you are trying to apply a delay in download operation Lazy Download add-on is the one you need.
Jul 11, 2017 at 5:37 pm #60290In reply to: Purchased Pro Version and didn't work!!
ShahriarModeratorThis reply has been marked as private.Jul 10, 2017 at 9:28 pm #60251
ShahriarModeratorMaybe, It is related to a core WordPress hook which is being used by both plugins. Try commenting out the following line in
/download-manager/libs/class.Apply.phpfile ( line 31 ) ( although the error might move to another line that using theget_permalinkfunction ! ),add_filter("login_url", array($this, 'loginURL'), 999999, 3);Try setting permission to
755To disable the link, always use the custom link template ( the one without
[page_url]tag ) when creating a new package. You will find the link template option in Package Settings meta box.Jul 10, 2017 at 8:54 pm #60249In reply to: PayPal Error
DavorMemberThis reply has been marked as private.Jun 21, 2017 at 10:46 am #59330In reply to: HELP! numerous problems / conflicts
ShahriarModeratorHi,
Login working now.
Please send me the URL where you faced pop-up and sidebar issue. If popup is positioned under sidebar,
If popup is positioned under sidebar adding following CSS fixes it,
.fw-col-sm-3{z-index:9;}I have created a package but found no issue related to MailChimp form dropdown and blank sidebar. It will be helpful if you can provide a link where this problem already exists.
Thanks.
Jun 14, 2017 at 11:11 am #59067In reply to: One Drive Connection instructions inaccurate
ShahriarModeratorHi,
when I tried to setup it just mixed up our already logged in one drive account with yours, however, the redirect URL was not correct in your setup, and we are adding a video for one drive setup soon.
No, it will not allow your to expire shared dir, you only can attach files from a remote location. If you want to attach a dir, it must have to be in the same server.
Jun 6, 2017 at 7:01 am #58735In reply to: Direct download package download a empty .zip
ShahriarModeratorHave you added file from URL? Single zip file download won’t work with URL files. It works when files are located on your server. Please send temporary wp-admin login info in private reply if your files are located on the same server but still getting this error.
Jun 5, 2017 at 4:41 pm #58714In reply to: Dashboard page Add new not working
ShahriarModeratorDo you have access to the admin dashboard? If yes, then go to the page where you put the
[wpdm_user_dashboard]shortcode. Then addflaturl=0parameter as shown above. That should fix the page not found issue when clickingadd newlink.Please send temporary wp-admin and FTP login info in private reply if you need help. I can set it up for you.
Jun 3, 2017 at 5:45 pm #58639In reply to: Dashboard page Add new not working
ShahjadaKeymasterPlease add
flaturl=0with shortcode.[wpdm_user_dashboard flaturl=0]
Jun 2, 2017 at 11:11 am #58578In reply to: Link template questions
ShahjadaKeymasterPlease use the following addon to create image button:
Please use the following add-on to generate shortcodes:
To use
Panel 1/3link template, you simply need to select that template from dropdown before inserting shortcode.Yes,
You need to create a new link template with following code:
<a href="[page_url]">[thumb_400x300]</a>
Then use the link template ID with shortcode
In every update, we are adding new link templates with new styles, also trying to make template building process easier. But still there will require some basic html/css knowledge to build a new link template.
Jun 2, 2017 at 4:07 am #58566In reply to: Bulk create thumbnails
Martin DuysMemberOkay, so that doesn’t help me avoid having to manually create a thumbnail of each image.
Adding the URL assumes that I have already created the thumbnail in the media library, which means that I have to do that manually.
How do I bulk create and add thumbnails to my downloads?
I have used irfanview to create thumbnails of all my images. Where should I upload them to and how should I refer to them?
ThanksJun 1, 2017 at 7:59 pm #58555Topic: Link template questions
in forum Download Manager Pro
Andrew CraigMemberHow do I centre an image and/or button in a template where the image is above the link text or button?
How do I get my links to display as they do on the demo site for template Panel 1/3 and on the new downloads on the home page?
What is the easiest way to display only an image without any buttons or text. Can I use the featured image of the custom posts in a post carousel for example.
Will you be adding functionality to make the templates easier to work with without CSS knowledge? The functionality is great but getting it to look great is challenging.
My url is innerpeaks.org. I am using the Beaver Builder child theme.
Thanks,
AndrewMay 26, 2017 at 8:12 pm #58342In reply to: Logout Not Working
ShahriarModeratorPlease go to
/download-manager/tpls/author-dashboard.phpfile location and replace following marked linehttps://www.evernote.com/l/AUdCTjXxXFhG1o6RKfhtBkMEPsrMAjFElC8B/image.png
with this one,
<a class="list-group-item" href="<?php echo wpdm_logout_url(); ?>"><?php _e('Logout','wpdmpro'); ?></a>We will add it in next relese of WPDM.
May 23, 2017 at 5:10 am #58138In reply to: Login before Checkout
ShahriarModeratorHi,
You can add following code to your theme’s functions.php file to set logout redirect. This will redirect users to home page after logout. Set adding url parts inside home_url(“”) function.
add_action('wp_logout', create_function('', 'wp_redirect(home_url(""));exit();'));Thanks.
May 23, 2017 at 5:08 am #58137In reply to: redirect after log out
ShahriarModeratorHi,
You can add following code to your theme’s functions.php file to set logout redirect. This will redirect users to home page after logout. Set adding url parts insode
home_url("")function.add_action('wp_logout', create_function('', 'wp_redirect(home_url(""));exit();'));Thanks.
May 19, 2017 at 8:01 pm #58053Topic: You do not have permission to download this file
in forum Download Manager Pro
Serg SwiderskiMemberWhen I add a custom URL link for a file in external server and I want to do direct download of a package I’m getting a message:
“You do not have permission to download this file”I have tried different URL files on a different servers, the same problem. Please advice.
May 18, 2017 at 8:19 pm #58021In reply to: Vers 4.6.6 Errors, plugin not working properly
ShahjadaKeymaster1. When you click on delete button, it is added to a queue to delete on update, and the circular arrow icon is to undo/remove it from delete queue, the file actually will be unattached from the list when you update the package.
2. The whole point of keeping the template files in theme dir, so that you don’t lose your updates on plugin update, except we made any major changes in template files.
3.
— You can’t hide page template without deleting those from
/active-theme/download-manager/page-templates/anddownload-manager/tpls/page-templates/dir.— You can remove those from
/active-theme/download-manager/metaboxes/package-settings-front.php— You can remove LOCK OPTIONS & ICONS from
/active-theme/download-manager/metaboxes/package-settings-front.php— preview image metaboxes in
/active-theme/download-manager/new-package-form.php— The SAVE AS DRAFT checkbox in
/active-theme/download-manager/new-package-form.php— You can remove BROWSE & URL tabs from
/active-theme/download-manager/metaboxes/attach-file.phpMay 18, 2017 at 1:49 pm #58015In reply to: Link error after clicking on "my download"
TanaphoneParticipantThis reply has been marked as private.May 18, 2017 at 4:27 am #58000In reply to: Vers 4.6.6 Errors, plugin not working properly
Jeremy WallisMemberThanks for getting that working.
Some issues from above that still need resolving plus one new one that appeared from testing:
(1) If I add a file to a file package and then try to delete it, the red X in the top right corner for that file changes to a symbol of circular arrows but does not delete the file. I have tried updating the package after clicking the X but the file remains in the package.
(2) The edit in the theme folder you indicated … the question I asked is whether files are stored by you in the theme folder along the lines of how a child theme works, so I could edit such files without losing such edits on the average plugin update?
(3) Where do I edit to hide certain page elements on the ADD NEW page:
– The options that appear below the option VERSION, i.e. I want to hide LINK LABEL through to PAGE TEMPLATE
– The two tabs LOCK OPTIONS & ICONS
– The two panels MAIN PREVIEW IMAGE & ADDITIONAL PREVIEW IMAGES
– The SAVE AS DRAFT checkbox
– On the ATTACH FILES panel, hide the BROWSE & URL tabs
… I need a simplified experience for frontend editors and have previously done such edits under your guidance but now files have changed quite a bit.Can you please respond to each of these before the weekend?
Thanks.
May 15, 2017 at 11:09 am #57833In reply to: Saving Settings Error
ShahriarModeratorPlease ask your server support to add the following to your .htaccess file. That should fix the saving issue. Send me an url where you see the warning.
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
-
AuthorSearch Results
Search Results for 'Add Url'
Manage your purchases, downloads, and account settings
-
Search Results
-
Topic: Link template questions
How do I centre an image and/or button in a template where the image is above the link text or button?
How do I get my links to display as they do on the demo site for template Panel 1/3 and on the new downloads on the home page?
What is the easiest way to display only an image without any buttons or text. Can I use the featured image of the custom posts in a post carousel for example.
Will you be adding functionality to make the templates easier to work with without CSS knowledge? The functionality is great but getting it to look great is challenging.
My url is innerpeaks.org. I am using the Beaver Builder child theme.
Thanks,
AndrewWhen I add a custom URL link for a file in external server and I want to do direct download of a package I’m getting a message:
“You do not have permission to download this file”I have tried different URL files on a different servers, the same problem. Please advice.