Forum Replies Created
Added the following CSS in Customize Additional CSS. Please check the file list now.
.w3eden table.wpdm-filelist tbody tr:first-child *, .w3eden table.wpdm-filelist tbody tr:nth-child(2) * {
font-weight: bold;
}
.w3eden table.wpdm-filelist tbody tr:nth-child(3) td, .w3eden table.wpdm-filelist tbody tr:nth-child(2) td {
border-top: 10px solid #ffffff !important;
}
The “Official MailerLite Sign Up Forms” plugin adding the following CSS which hides any content with .tab-content class. But it should use some class prefix to avoid affecting other plugins. Everything working now after deactivating the plugin.
Please re-activate the login info. The login URL redirects to the homepage.
Hi Jody, Please try now. Unlocked your key too.
Are you using PDF Viewer add-on? Please send login info in private reply to check the issue.
Each file in that table represents a package. So, for each pdf, you have to create a package and attach the pdf to it. Using a single file package provides you clear stats about which files are being downloaded how many time and other similar stats. Also helps in categorization.
There are many other options available too. You can create a single package and attach the whole directory to the package and display the list of file. The view will look like the following screenshot in that case,
https://www.evernote.com/l/AUd6t6qzn9VHmLzL7kIvTakGp4iocP59TOQB/image.png
The view has been improved in the latest version of the add-on. It is more user-friendly and less prone to theme-conflict.
The old view is not available now. But if you want I can make some changes in the code to revert back to the old view. Send login info in private reply if you want to get back to the old view.
Icon issue may be related to missing font awesome css. Do you have the latest version of the Directory Add-on? Please update your copy if it is outdated.
Maybe font awesome has been deactivated there. Please check the WPDM settings or send login info in private reply.
Have you used the proper names for po/mo files? The correct names is download-manager-it_IT.po
Looks like some strings still missing in the translation template file. Please use the following .pot template file to create your translation. I have synched it with the latest version of the Download Manager.
https://www.dropbox.com/s/af9yzx1us8auolq/download-manager.pot?dl=0
Please send temporary wp-admin login info. It is possible to increase the readability using custom CSS.
Maybe cache directory /uploads/wpdm-cache is missing there. Create it manually and guest order downloads should work after that.
The cache directory /uploads/wpdm-cache was missing there. I have created it manually and guest order downloads are functional now.
The login issue may be coming from our side. The current login API is striping some characters from the password. We will fix this issue soon.
For now, Please try using a password with alphanumeric characters only, like IsQSMn7r45x1mn7rV for your WPDM account.
I see you have marked this as resolved. However, Please send login info in private reply if still facing an issue. – Thanks.
To show plain categories use the following shortcodes. You can adjust the parameter values.
[wpdm_categories subcat=1 cols=4]
To show category blocks use the following shortcodes. Another option is using WPDM Gutenberg Blocks add-on ( https://wordpress.org/plugins/wpdm-gutenberg-blocks/ ) if you are using block editor.
[wpdm_category_blocks categories="slug1, slug2," cols=4 hover_color="green" button_color="green"]
Please send me the recent entries from the error log file.
Please send me a link. That will help me to understand your use case. Maybe a css solution is possible.
Yes, you can use the Default Values ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) add-on to bulk update button label of all old packages in a single click. Also, you can set default values for all new packages you will create in future.
You can replace the [download_link] tag in link or page template with the following code to open download in a new tab,
<a class="btn btn-primary" target="_blank" href="[download_url]">[link_label]</a>
Where are you trying to change the download button behavior? Is it in all downloads table or in package shortcodes? The solution will work for shortcodes or package details page.
Changed Header Style to remove the search bar.
I have installed the updated version of Archive Page add-on. Now the view is fine https://dev.mrckamouraska.com/test-docs/
But it looks like your theme is dequeuing functions from wp_head hook. This blocks the loading of some necesssary js and css.
I see there is an option there “You are currently using Pro Headers” Maybe it is related to that. But I didn’t switch to Original header to check if that brings back wp_head hook. Please try it yourself as you know better about the theme options.