Working fine now. $_GET
variable was resetting in your server when download link was like http://www.estrela.com.br/download/test/?wpdmdl=x
, I’ve changed it to http://www.estrela.com.br/?wpdmdl=x
, by replacing $permalink = get_permalink($ID);
with $permalink = home_url();
, in file libs/class.Package.php
in function getDownloadURL
.
Login info is not working.
ok, adjusted.
I understand your concern :). Actually, nothing to fix there, any people having the issue is actually related with their setup, something they missed somewhere which is hard to tell without checking, however, you may check our working demo here:
Use this link to see stats for specific package
https://www.evernote.com/l/AV3PqbNCTDpHQKYGzE0fpNS3BGvadD2HCZsB/image.png
From ” Package vs Date” tab you can see daily package download count for selected month.
No other stats is available for now. But we are building a Google Analytic add-on to track stats with google analytics, but no specific release date yet.
You need to upgrade server php version to 5.3 or upper, please ask your server/hosting support, they will do that for you 🙂
Not yet.
I just checked again and looks like working fine:
https://www.evernote.com/l/AV1jIGuTIotEo7a1BFM48T5-W6MQJ9BDibIB/image.png
BTW, I’ve updated extended short-code add-on, as you were using very old version.
Really sorry for your inconvenience. Actually you asked a question related to theme development, you need to know about WordPress codes to make those work, none of your previous questions were clear enough, I replied as per your query.
In your last post, you wrote “i want to display the name of the category on the categorypage in the frontend.”
So, if you are editing/creating theme/template, you also need to know about how custom post type / taxonomy works, as WordPress codex is the best place to read about those. That’s why I send you the link.
However, in wpdm category template ( custom taxonomy template in your theme ), you need to use <?php echo single_term_title('', false); ?>
to print category name. More details https://codex.wordpress.org/Function_Reference/single_term_title
Please update the add-on.
New version available now
please give me the package url and temporary admin login info to check the setup.
please give me the url and temporary wp-admin login info to check.
please give me an example url and temporary wp-admin login info to check.
Upgrade price from multi add-on purchase to all add-ons pack is $99
– If you was to use single form to sent both files, you need to add both files in same package. Users will receive single download link and both files will be downloaded in a single zip.
– For css issue, please give me your url to check.
– For now, there is only single template is available, but we will release new template editor add-on soon.
It could be due to your security plugin or server related settings, please check this post http://www.wpdownloadmanager.com/support/topic/cannot-save-settings-ajax-issue/ , however if you want me to check, please give me temporary wp-admin login info in a private reply.
I see there are some server related issue, otherwise, everything else looks fine.
https://www.evernote.com/l/AV0eyFeRgiRBorTTBtMPapdSCOxo2Q0daxQB/image.png
Please contact your server/hosting support.
Unlocked.
Extremely sorry for your trouble, somehow we missed your query, however please give me your license key in a private reply.
if you placed widget using site origin plugin, now you need to place it there again like you did for regular widget area.
But you didn’t install wpdm pro in your site, however, I’ve installed it there for you, and how it is working fine, checked here http://printerguard.com/download/sample-free/
Sorry for the trouble, to resolve the issue please open wpdm-hooks.php, and remove line # 50,
add_filter("wpdm_render_custom_form_fields", 'wpdm_render_custom_data', 10, 2);
However, we have adjusted it in our side for next update.