Unlocked the key. Please try now. The key was linked to trafficsafety.org
Hello Adrien,
Unlocked your key from the old domain. Please try now.
Just let us know when you need to transfer the license to another domain.
Best Regards.
The CSS approach works too. But PHP approach is faster. Because latter doesn’t load the image so page loads faster.
Hi,
It is not possible in current version. But we are releasing a new version within 1-2 days. You can use add_to_cart_button_label filter in the new version to change Add To Cart button label.
Thanks.
Hi,
PDF Viewer doesn’t have the option to limit the number of pages. But it will be a nice feature, so noted for implementation. There is no other settings or options available for PDF viewer. It just uses the doc preview template tag to show the viewer.
Thanks.
Hello Francesco,
Unlocked your key from the old domain. Please try now.
Best Regards.
Hello Marc,
Unlocked your key from the old domain. Please try now.
Best Regards.
Sorry, Pro Membership plugin doesn’t have role-based discount option yet.
Looks like you have changed the theme. The code above is from another theme.
However, to remove featured image from download manager posts please add && get_post_type() != 'wpdmpro' in the marked location,
https://www.evernote.com/l/AUeJ8scFyd1DYZ77wDlqmq5dF3AoNHynJrwB/image.png
Hi,
Please try now. Unlocked your key from dev server.
– Best regards.
Hi, Thanks for the tip 🙂 Yes, we could add a tooltip there to clarify the usage of the button.
Hi,
We will fix this issue in next version of Download Manager.
Thanks.
Hi,
Could you please try deactivating other plugins?
If that doesn’t solve the issue we need wp-admin and FTP login info to check your installation to find the reason behind this. Please use private reply to send the info.
Best regards.
The update is coming in next week. I have modified the wpdm-default-values.php file. Changed $meta_value = serialize($_POST['meta_value']); to $meta_value = $_POST['meta_value'];
You can create a custom template for frontend meta box by copying the /download-manager/tpls/metaboxes/package-settings-front.php file. Please check this doc about custom template https://www.wpdownloadmanager.com/doc/template-files/
Please try following code,
.w3eden .nav-tabs > li.active > a{background-color:transparent !important;color:#fff !important;}
Social links are coming from your theme. Maybe there is an option in your theme to remove it. Otherwise you have to edit theme file to remove those.
Sorry, It was line 1082
https://www.evernote.com/l/AUcVTaEFEtZD46PIQnel469VLVLOA0R_PNoB/image.png
To show only childs of selected category replace line 275 with code from the following link,
https://www.dropbox.com/s/lqdyuo3faaf1fmd/archive-mod.txt?dl=0
Hi, Could you please send login info? Looks like the package is locked for visitors. – Best Regards.
Hi,
There was no issue with APK download. The browser also asked if want to open the APK after download ( in android chrome ).
Are you trying auto open ( initiate installation process ) the downloaded file? Sorry, but it is not possible from WPDM side. It depends on user’s browser settings.
Best regards.
Hi,
Please try the cat_view="extended" Extended view doesn’t use the category drop-down and shows only selected category link as buttons.
To stop initial loading we have to edit some code. Please remove line 1091 from /plugins/wpdm-archive-page/wpdm-archive-page.php file. That should stop autoloading packages.
Thanks.
Hi, We found the issue. Will add a patch in next release of Premium Package to fix it. Thanks.
Sorry, there is no option yet. But you can add required attribute in the marked location to make it required.
https://www.evernote.com/l/AUdECpAaBGBPNIj315rfmW2PvDLw7lH48HMB/image.png
Hi,
The thumbnail in details page is coming from your theme’s single.php template. You can disable it from there by adding a condition for wpdmpro post type.
Or copy that template and remove the thumbnail code from there. Then rename it as single-wpdmpro.php After that this new template will be used instead of the common post template ( single.php ).
Thanks.
Hi,
Default Values add-on doesn’t have frontend support yet. But we are adding this feature in next release of the add-on.
Fixed the allow access field issue on your installation, will add this fix too with next release.
Thanks.