Forum Replies Created
Yes, it has been extended now. Thank you
Please read the other messages in this thread. I am supposed to get 1-year free. This was supposedly implemented, but clearly it was not.
Yes, it is active, with autorenew, but the renew date is still set to 31 March 2026.
Hi there, I have not been charged, but I am also not able to update the plugin anymore.
Thank you. I guess we will know on March 31st.
It says next renew date March 31, 2026.
Thanks, my subscription is active again, but I have just received this message:
“We’re sending this message to remind you that, as your subscription is active, your Order# WPDM5E3662D5XXXX will be renewed automatically on Mar 30, 2026.”
I hope this does not mean that I will be charged again. Please check.
Thank you. Any news from them? It does not look like my subscription has been extended yet.
Thanks, it seems like I was using the old template name in my shortcode instead of the new one. After changing that, it works in my original setup. Thanks for trying to help.
Okay, thank you!
Thanks, I had tried that already, but it did not work. I’ve changed the shortcode to this now to give you an example:
[wpdm_all_packages items_per_page="10" jstable=1 order_by="publish_date" order="DESC" thumb=1 cols="title,file_count,download_count|sectors|categories|publish_date|author_name|download_link" colheads="Title::200px|Sectors::120px|Categories::120px|Publish Date::120px|Author::120px|Download"]
The ‘::120px’ sets ‘max-width: 120px’, but this seems to be overridden by ‘width: 150px’, which is set inline by your plugin.
The ‘title’ field is even more weird, as your plugin sets a width of 367px inline, the shortcode adds a max-width of 200px, but the actual width shown is 259px.

Thank you for checking. The table is now wider than its container div, which makes the download buttons partially hidden, as they are continuing outside of the container.
Great, that works, thanks!
Thanks, but still doesn’t work.
By the way, if there is no file present in a package, it does skip to the next condition and shows the icon.
Perhaps that helps with figuring out what’s going on.
Thanks for your reply.
With single equal operator it always evaluates to false.
You are asking if I’m also checking the type? Is there another way to do that?
Okay, it works when using two parent categories and separating their children into two separate parameters.
I am currently working on the page, seeing if I can switch to using two parent categories instead of tags and categories.
However, if using tags is possible, please do explain, for future reference and to help others.