Please check here https://wilsoncollegeonline.com/membership-plans/
However, I’ve updated the add-on.
please give me an url where you trying this and temporary wp-admin login info in a private reply, I’ll check.
Please give me temporary wp-admin login info in a private reply to check your issue. Your other query is replied :).
Most of the theme setup is similar as they are all based on same framework.
Please give me temporary wp-admin login info in a private reply to check your issue.
I found order is working fine in that given url.
open wpdm-functions.php, replace:
update_post_meta($file['ID'], "__wpdmkey_".$key, 3);
with:
update_post_meta($file['ID'], "__wpdmkey_".$key, 30000);
Unlocked 🙂
No, it will not break plugin.
the short-code is user there is [wpdm_all_packages] , details: http://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
That is not possible with aws add-on, however please use short-code [wpdm_frontend flaturl=0] to avoid 404 error.
You need to set link label = Open Link in package settings.
You need to use the short-code [wpdm_archive], more details are explained here: http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
However, if you want me to set up a sample page for you, please give me a temporary wp-admin login info in a private reply.
To use pre-desgined templates you simply need to use import layout button ( you will see that after clicking minimax tab ):
Added missing plugins with theme pack, you may download those now.
In that case, please ask your server support if they are using any cache application. Or just move /download-manager/cache/ dir from old version to new one.
Please unzip it, you will get several zip files there, install wppromembership.zip from them.
If you don’t use the parameter recommended='category-slug'
with short-code, the section will not show anymore.
You may put the code at the end of your themes functions.php
Yes, you can continue using it in dev site for 15 days without using key.
You need to add autoplay
after <audio
in /download-manager/libs/class.FileList.php , line # 75
if it doesn’t expire after a certain times, users will be able to share it continuously and anyone got the link will be able to download it without entering their email. You need to change code to change the number.
It was showing from cache, nothing to be worry. but you may click on “reload” link there to refresh the list from our server.
it is because you didn’t move the files ( in dir /uploads/download-manager-files/ ) in your new installation.
You need to use following code here:
<?php add_filter('wpdm_after_prepare_package_data','wpdm_modify_package_data',10,1); function wpdm_modify_package_data($vars){ //your code here $vars['email_heading'] = "Enter email to download"; return $vars; } ?>
Docs:
Please give me the URL where you trying this and a temporary wp-admin login info in a private reply, I’ll check that for you.