-
Search Results
-
Topic: popup_link Don't work
Hi,
I Use WPDM Pro and All Add-onsI’m trying to use the [popup_link] but it’s not work.
How Can I use it?My Site Use The7 Theme
and i Installed WPDM, wpdm-archive-page, wpdm-download-button, wpdm-extended-shortcodes, wpdm-tinymce-button.this is my link template code
[popup_link]
<span style=”margin-left:30px;font-size:8pt;font-weight:300″><i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”fa fa-th-large”></i> [file_size] <i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”fa fa-download”></i> [download_count] downloads</span>but, When i Click [popup_link], the modal popup appear like attachment.
Help me, Please.
Hello,
Can you please solve thi? This is the error message we get when trying to donload:
Download link is expired. Please get new download link.Rds,
TheoTopic: PDF Stamper Issues
When attaching a file from the Add New Package admin page and uploading a new file for the package using the Attach Files admin panel within the Add New page and publishing the new package, the PDF Stamper plugin does not stamp the file thus attached when downloaded.
The package version involved in this scenario are:
WordPress Download Manager version 4.6.0
WPDM – File Manager version 1.2.0
WPDM – PDF Stamper version 1.8.0
WPDM – Default Values version 1.5.1. This is included for completeness, I don’t believe it has anything to do with the problem.Although this issue has occurred with previous releases of each of the plugins and previous versions of of WordPress.
The steps to recreate the issue are:
1. Go to Add New Package
2. Enter title
3. Accept default values set by the default settings plugin add-on.
4. Add the pdf file using Drag-and-Drop feature of the Attach File admin panel. The Attached Files admin panel will show the file name without any path info. (See image-1.jpg)
5. Select a category.
6. Publish the new package.
7. Go to the front end and download the new package file. The file is supposed to be stamped by the PDF Stamper plugin, but it is not.
8. Return to the back end and edit the package just created.
9. Remove the file from the package.
10. Click Update to update the package.
11. Using the Attach File admin panel, “Browse” tab, find the uploaded file and attach it. Notice the path to the file in the Attached Files panel. It is the fully qualified path. (See image-2.jpg)
12. Update the package.
13. Return to the front end and now download the pdf file and view it. It is now properly stamped by the PDF Stamper plugin.
An alternate way to work around the issue involves these steps:
1. In back end, go to the Downloads -> File Manager menu item.
2. Upload the pdf file. Note: Using either Drag-and-Drop or the Select File dialog box, when the file is uploaded, the page in the background behind the Upload dialog box says “Invalid Directory…” However, the file is uploaded successfully. (See image-4.jpg for error message displayed.)
3. Add a new package as before, but instead of uploading a new file from the Attach Files admin panel, browse to the file just uploaded in the File Manager with the “Browse” tab.
4. Attach the file. When the previously existing file is attached, the full path name to the file is populated as expected. (See image-3.jpg)
5. Publish the package.
6. Go to the front end and download the new package. – Actually you will get the same result using the Direct Download link on the All Packages list in the back end – Open the pdf file and it is correctly stamped by the PDF Stamper.
Please disregard the double forward slashes in images 2 and 3. There was a trailing slash in the settings field that was removed and the steps retested. It did not affect the issue. I just didn’t update the images.
How can I get the files from this webpage to open in a new window, rather than taking the user away from our website.
http://ohiopha.org/public-health-info/document-library/
The code I used to generate in text view was:
[wpdm_tree category=”sections” download_link=1 items_per_page=20][/su_tab]
I am using Downloadmanager pro (4.6.0) , WordPress 4.7, and WPML Multilingual CMS 3.6.2
Since i installed WPML the frontend-part of wpdm for user-uploads is not working anymore. I get “nothing found” when i try to ad new files, also when i try to “edit profile”.
Link to site: http://edulive.boku.ac.at/document-manager/
Login
user: test
password: testCan you help me here please!
I’m working on a site where some of the “Downloads” are actual files, and some are links to websites. My client is concerned that people will be confused when they see the blue “Download” button in the right column of the file list.
I’d like to change the language so that it says “Access.” I’m OK with changing the original plugin files, and am aware that future updates will overwrite it, so that I’ll have to make the change again.
It looked like file_list.php was the file to edit, but the desired change didn’t display.
Where can I make that change?
I have setup 4 pdf files to download. Each has a download button. When you click the button you enter your email and name and click download, it then produces a link expired.txt file rather than the PDF. What would cause this. I have tried setting an available date from today to year 2090 as an example and that made no difference. All other settings are default.
Greetings;
I’m using the X Theme. I’ve seperated my downloads root into a dozen folders or so, and I’ll populate those folders with files as I go along.
I’d like to be able to create a page within the X Framework that would display the contents of each package … without using a WPDM package. When I am forced to create pages using the WPDM templating framework, I lose X capabilities.
For instance, a download page might look like:
Folder X:
Link to download file A
Link to download file B
Link to download file CFolder Y:
Link to download file D
Link to download file E
Link to download file FFolder Z:
Link to download file G
Link to download file H
Link to download file IThanks
Hello. I’m pulling in the list of packages on one of my theme’s template pages so I can utilize a filtering plugin. I’m able to list the packages and link to them by using the permalink.
Is there a way to replace the permalink with a direct download link?Below is the code I’m currently using. Not sure how to utilize the ‘download_URL’ feature in here.
<?php while ( have_posts() ): the_post(); ?> <div class="library-single-file"> <a href="<?php the_permalink(); ?>" title="Download" target="_blank"><?php the_post_thumbnail('medium'); ?></a> <h3><?php the_title(); ?></h3> <p><a class="single-file-btn" href="<?php the_permalink(); ?>" title="Download" target="_blank">Download</a></p> </div> <?php endwhile; ?>Thanks.