hello:
How to create a download list like this?
need any add-ons or the wpdownloadmanager pro will do ?
the url is: https://www.mankawu.com/manka/pdownload/jingshangxiongyan-guanlangaoshou/
This reply has been marked as private.
Hello Shafayet,
- I already translate it and replace it to the server but nothing happened, why?What did I forget?
- At main
archive page loading the available downloads taking some time
- I’ve already tried, something must be happening with slugs names, page parenting or categories, I ‘ll talk to theme support.
- ok, I will check
- I was referring to
License Manager add-on of Special Pack.
Also I would like to know if it is possible to open a selected download into same page {look blue frame image: stayinpage.jpg} and not into a new page with different url. If it is not possible can category view {left red frame image: stayinpage.jpg} be visible as sidebar continuously.
When adding a url (attached file) there is a problem with the direct download.
Url ad http://ak47full.info/k/repository/2019/05/1%20-%20Osquel%20-%20El%20Ayer.mp3
the system show me (removes the% signs)
http://ak47full.info/k/repository/2019/05/1-Osquel-Ayer .mp3
pd.
I have installed an old version and it works without problems (version old 4.9.2)
We will add the patch in next release, so update won’t erase the patch.
You have to use a custom link template. To skip the details page remove the [page_link] tag from your template. And to open in new window replace [download_link] with the following code,
<a href="[download_url]" target="_blank" class="btn btn-primary">[link_label]</a>
Just tested your custom template. The PDF is now opening in a new tab.
Good day Shahriar,
I thought the same things before creating this ticket and worked with their firewall group and had opened up that url and the ip associated to it, but still no go. It does gather updates and installable add-ons, but will not validate the license for some reason. Does it need a resolvable url to authenticate to? In this case, there would not be a publicly resolvable url. Would it be possible to get the verified version for this case? If it is hard-coded to a license, can you use the first one, as that is the second was just to see if it would kick-in with a different license key.
Thank you!
-jason
Ok, I got it. I want to know how to get link add to cart an item. I found this shortcode [addtocart_url] but in my case, I use license manager, there are 2 versions. How to create a link that add version 1 for example?
Link is https://domain.com/?addtocart=1234
Hi,
I have installed the Form Lock add-on in my site and the result is very disappointing. I have followed the usage instructions but the result is not the expected.
Please check this URL https://hre.es/descargas/ and search for: Aplicaciones_Hidraulica_Proporcional 2018 to realise about the following issues:
1.- The form is not correctly shown. There is no enough space for the form. Hoe could I give the enough espace to each download file block?
2. Initially, the form should be hidden and only appear when the download button is clicked. How could I set this?
2.- It is possible to send the form without filling any gap and this is not hoe a form plugin works when there are required gaps, error messages from form plugin should be appearing. On the contrary, what happens when you click on the form button is that a no css at all page is charged. How could this fixed?
Please I need your help
This reply has been marked as private.
If your product is free for download then you can just add the URL to the package. User will be redirected to the URL when they click the download link.
Hello,
I need to know how to change the URL from the development address to the live domain for my license.
Thanks
Hello,
I need to know how to change the URL from the development address to the live domain for my license.
Regards,
Martin
This reply has been marked as private.
Please get your sandbox API credentials from here https://developer.paypal.com/docs/classic/lifecycle/sb_credentials/
About the twitter lock, have you added your site URL in “Callback URLs” field in APP Settings?
I’ve been testing the front-end of my website and noticed the following:
1. When I go to edit a package the category get deselected
2. If logged in as Author on the front-end only I can edit any package regardless of what user created it. ie. I can use this url and change the the number of the package to edit it: https://wbabin.com/my-papers/?adb_page=edit-package/649/. If I try the similar way to edit on the back-end it says Sorry, you are not allowed to edit this item. Which I would expect the front-end to do the same.
** Please disregard capture-1.jpg as I accidentally added it and can’t delete it. Capture-2 is the screenshot to refer to.
I have updated the code above. Try that version. After adding the code clear the browser cache or go to the following URL and SHIFT + Reload the URL.
https://hub.viveve.com/wp-content/plugins/download-manager/assets/js/front.js
@Shahriar thank you. Unfortunately, I am still stuck. I logged in to your site and got my key. First, in my user dashboard in wpdm.com, the API key modal still shows the old URL under “Linked Sites:” Second, when I log into my WP website’s admin back-end and try to enter my API key via Downloads > Setting > License, paste the API and click “Save Settings” I get a message “Invalid License Key”. It appears that perhaps the API key was not unlocked. Additional help would be appreciated. Thank you.
This reply has been marked as private.
When I click on “Addons” in the download menu I get the following error message:
cURL error 7: couldn’t connect to host
What does this mean and how do I/you fix it?
thanks for the info. I updated the plugin and now when I click on forgot password, it does take me to the appropriate screen. However, when I enter in my email address or my username, and it says that Mail sent, I don’t actually receive anything in my email. I even changed my email address and got notification of that very quickly so not sure what is going on. Our dashboard short code has flaturl=0 in case that makes a difference?
David Maran, is everything working for you?
eta: Never mind. Seems it was a set up issue with the Email address in our General > Settings. We updated it and I now receive the password reset request. Thx!
Set your login and dashboard pages in Settings Frontend. The add the following code to your theme’s functions.php file. That should redirect the user to the dashboard after login,
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( get_permalink( get_option('__wpdm_user_dashboard') ) );
exit();
endif;
}
Yes, just add the URL from Attach Files meta box. Use the URL tab.
Do you have access to the database? If yes, then just delete all entries of wp_ahm_emails table.
The other option is adding the following code to your fuctions.php file and then visit this URL ( added &task=delete-all at the end of URL in subscribers page ) wp-admin/edit.php?post_type=wpdmpro&page=wpdm-subscribers&task=delete-all
https://codeshare.io/GANVWw
https://www.evernote.com/l/AUfv3LnuIVBFcJ2IENahj7P6yD1csAyKjPYB/image.png
This reply has been marked as private.