Looks like there are some CSS conflicts with your theme or another plugin. Could you please send me the page URL to suggest required CSS to fix this? Or just send wp-admin login info in private reply. I will add required CSS in theme option or theme’s stye.css file.
Hi
I purchaced WPDM Pro and WPDM Accordion plugin in order to display some pdf files to out site visitors
We use DIVI theme from elegant Themes
The accordion shortcode either generic or generated by tinymce addon are not working.
If i change the theme to Twenty Seventeen , WPDM Accordion addon works as it should (with basic CSS formating of course)
Can you please help to solve this issue?
url https://experts2web.gr/%CE%AD%CE%BD%CF%84%CF%85%CF%80%CE%BF-%CF%85%CE%BB%CE%B9%CE%BA%CF%8C/
(The site is in Greek Language but in WPDM Packages the Title is hybrid (englisg/Greek))
Please send me the URL to check. I will suggest required CSS that you can add to change download link color. You can also use Image Button add-on to show beautiful download buttons instead of just links.
Looking at the file via FTP, the file doesn’t exist. I tried uploading a file as admin and it did not upload to the dir /wp-content/uploads/download-manager-files/
The file size is 131 KB and the WPDM Upload Setting limit is 1024KB chunk size.
I tried uploading on one of the other sub sites (technology) and had the same outcome.
Next, I created a new download package and that also had the same outcome.
It is possible but requires plugin customization. Add the following code after line 26 to get the category icon. Then include the variable as shown in the screenshot ( marked 2 )
It is possible to keep the package download button open in the same session once the package is unlocked. You can add the following code after line 193 in /download-manager/libs/class.PackageLocks.php to apply it,
But it will require very lengthy modification to unlock single file links. For now, use this modification. We will consider what you proposed for the future release of WPDM.
I downloaded the pro version yesterday.
I can’t seem to attach files to a package.
Dragging files to the “Drop files here” doesn’t add the file to the “Attached Files” list, and using the “Select Files” button allows me to browse to a file, but selecting the file also does not add it to the Attached Files list.
The “Browse” tab is empty.
I can add a URL to the Attached Files list, but doing so still doesn’t allow a user to download the file.
How can I get this basic functionality to work, please?
About the logout issue, Where does it redirect now? I have to check your installation to find where the issue is coming from. Please send temporary wp-admin login in private reply.
Or
You can add the following code in your theme’s functions.php file to redirect logged out users to the Homepage,
add_action('wp_logout', 'wpdm_logout_redirect');
function wpdm_logout_redirect(){
wp_redirect(home_url(""));
exit();
}
Setting up guest order page is pretty simple. Create a page and place this shortcode there [wpdmpp_guest_orders]
To add this guest order page URL in your purchase confirmation email you have to edit the purchase-confirmation template from Downloads Templates Email Template page. Replace the [#order_url#] with the guest order page link and that’s it.
Hello, I’ve to set a bulk import of files.
The downloadable .csv sample file shows these data
title
description
link_label
password
quota
show_quota
show_counter
access
template (link template, OK)
category
icon
preview filesshould I insert the full url of the file? e.g. https://www.domain.com/set/file.pdf
file_titles
file_passwords file_prices how can i set the price? If I set 10 (e.g. euros) this is not uploaded.
package_dir
individual_file_download
cache_zip
download_count page_template I have a custom page template. E.g. 7djchsm3mskxjmc.php how can I set it? In whick folder it is? plugins/download-manager/tpls/page-templates does not shows it.
uid
create_date
update_date
password_lock
terms_lock
linkedin_lock
tweet_lock
gplusone_lock
facebooklike_lock
email_lock
custom_form_field
email_lock_idl
How can i add TAGS? Can i add the column Tags? I would like to insert the slug of the tags per file.
After payment is made PayPal redirects the user to the return URL you set on Premium Package PayPal settings. We will check this issue before the next update of the add-on.
Please add the following code to your theme’s functions.php file and use [wpdm_download_tags cols="4" icon="tag" btnstyle="default"] shortcode to show the custom download tag created by the code I posted above.
You need to add those CSS codes to custom CSS option with theme customizer. Please give me the URL to suggest your required CSS changes, you can also add temporary wp-admin login info in a private reply if you want me to adjust it for you.
These are probably easy to do, but not sure how to:
1. Homepage: “Explore Categories” text is slightly cut off at the top and bottom.
2. Members (Customers) logged in page: Can you please disable the Toolbar when customers are logged into their dashboard i.e. automatically uncheck the “Show Toolbar when viewing site” for all new subscribers (customers).
Please check now. The issue is actually coming from your editor plugin. When you are entering edit mode your plugin is not calling the wp_head but enqueuing all frontend scripts from other plugins. So, some files are missing the required variable initialization.
However, I have added the following code in /wpdm-premium-packages/assets/js/wpdmpp-front.js to handle this situation,
if(wpdmpp_base_url == undefined ) var wpdmpp_base_url = '';
Hi, no WP_CONTENT_URL defined in wp-config or anywhere else I can grep for. I can’t give you an FTP login as all logins are ssh/sftp with key auth. If you send me your public key I can add it.
I’ve been using the plugin with great success for a couple of years. I have a table of my downloads showing on a downloads WP page. The table comprises the title, category, date added and a direct download link which used to take the user direct to the zip download without showing any further info.
Up until recently, the title would show as a hyperlink which, when clicked, took the user to the details page about the item. But at some point in the last few months (I only just noticed) that has stopped working and now the title just shows as text and the the icon also does not show as selected in the admin side.
I am currently using v2.9.72, and for the last week or so I was using 2.9.71 where this issue also applied. On my WordPress page, I have the following shortcake to render this table. I am assuming that one of the updates has made a change to how this table shows?
Sorry, you can not use multiple google drive account with the google drive addon. But you can attach the link from the multiple google drive file by attaching file URL option in the package.
Hi, we just moved our site to a live server and now all of the custom templates have disappeared, and the download links are looking terrible. We need to get this resolved ASAP.
We had to do a find and replace to update the url’s to the live url address, so I’m not sure if that would have affected it.
Please help!
Author
Search Results
Viewing 25 results - 1,151 through 1,175 (of 1,922 total)