Forum Replies Created
It is not activating as any of your active plugins using outdated guzzlehttp library. So, now, I only activated the dropbox closer option ( it works without using API ).
Sorry for the delay, somehow we missed it, shall adjust with the next update.
That message will show for the package/download pages too, probably you are seeing from the cache, please clear the server and browser cache.
Hi,
It is not about download manager, it is WordPress or PHP itself. In staging, if it is working with the download manager using the same DB, means it is not related to the download manager.
Again, it is not even related to the plugin update. May you please discuss with your hosting support once, they probably will be able to explain your better.
It is now accepting again with new packages, now when post serialize function serializing data in a different way, which is not even a custom function, it is a built-in PHP function.
Still don’t worry, We can make a workaround for you, but that’s not the point, may you please ask your hosting support once, what did they change, show them my reply #159022.
The issue was actually with the plugin ( Query.php ), we have fixed it on our side and also updated it there.
The serialization issue is not related to wpdm. It will require custom coding.
Updating wpdm to adjust front-end link templates
Found the reason, a:1:{i:1597129208640;s:16:"malaysia_map.zip";} is not working, when array index stored as integer ( i:1597129208640;) in serialized data, but a:1:{s:13:"1627892469459";s:65:"1627892469wpdm_Fibonacci series in c _ Programming Simplified.pdf";} is working, when array index are string ( s:13:"1627892469459"; ). Only reason for that could be some changes in your server, as it is not a wpdm function. May you please contact server support.
Just use toolbar=0 as the shortcode parameter.
Hi,
Thanks for your suggestion, but that will not work in general as a file id is not always an attachment ID.
As we explained in the article, you just need to add the class to enable modal login:

@leopoldo,
We mentioned in 3.2 changelogs:
Rebuilt codebase from the ground
Refreshed UI
Improved asset manager
Custom taxonomy ( wpdmtag ) as download/file tag
The widget was not removed, but we had to change the class name.
Also. please don’t reply under sticky post, create your own topic, we need to delete all replies under sticky topics to keep it clean.
Please update to 1.3.
Hi,
Sorry for the delay, but, it will take some time, as now, we are going to handle the payment option ( recurring and non-recurring ) for pro membership using the premium package, which also will enable our pro membership plugins users to use wide range of payment options available for premium packages.
Hi,
You can use variables in email templates like this [#REQUEST_field_group/field_name#].
To explain more:
If a field name is contact[email], the variable should be [#REQUEST_contact/email#],
