-
Search Results
-
Topic: S3 addon – Cloudfront urls
Hi
I just bought the Pro version and the Amazon s3 storage add-on, with the intention of replacing WP Filebase Pro on a client site. They are however requiring the downloadable files, which are uploaded by a third party to their S3 bucket, use their Cloudfront counterpart, not the direct
bucketname.s3.amazonaws.comurl.Is this possible with this version of your Amazon s3 storage add-on?
Hi,
I just installed facebook share lock addon but when the item is share the download button doesn’t appear and the facebook share button remain, tested in FF and chrome
Also, I need to be able to set the url to be shared as my downloads (and all related seo including og tags) are set in posts not download pages.
Will give you access detail in a following private post.
Thanks
Topic: Theme My Login Conflict?
I noticed that the close button looks like a little arrow at the upper-right and then I noticed it is really an X, just not showing the entire graphic.
download-manager\assets\css\themes\default
edit the default.css
find.nivo-lightbox-theme-default .nivo-lightbox-close { display: block; background: url(close.png) no-repeat 5px 5px; width: 16px; height: 16px; text-indent: -9999px; padding: 5px; opacity: 0.5; }remove 5px 5px
.nivo-lightbox-theme-default .nivo-lightbox-close { display: block; background: url(close.png) no-repeat; width: 16px; height: 16px; text-indent: -9999px; padding: 5px; opacity: 0.5; }I made a simple Sidebar link template that has the version number in it and it looks great from the preview.
However, as soon as I implement it into the Sidebar, BOOM! The thumbnail becomes the massive full-size picture.Here is what I used.
<div class="thumbnail"> <div class="media"> <a class="pull-left" href="[page_url]"> [thumb_70x70] </a> <div class="media-body"> <h3 style="margin: 10px 0;padding: 0;font-size: 12pt"><strong>[page_link]</strong></h3> <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> Version: [version]<br/> <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-alt"></i> [download_count] downloads </div> </div>I seem to have an issue that the links on the Frontend Uploader Page has an extra “/” in the URL for Add New, Sales, Edit Profile, Logout, the link to the files and the Blue Edit button on the rightside.
I am guessing it is coming from part of the “permalink” but not entirely sure.
I was able to temporarily remove it via PHP until you come up with a solution.
I am attaching the 2 files that I have edited to make it work for me.
You can use a compare program to see what I changed to your original.
The location of the 2 files is in the TPLS folder.
Look for the /* comment I added in the file to show you where I did the change.Hi there
I have traced a problem with PeepSo plugin to a conflict with the WPDM User Review Add-on
It appears to be blocking Peepso from operating to display non-text elements (video’s, images, URL-link images, mood icons…) in it’s post lists.
When I deactivate the WPDM User Review Add-on the problem is gone and all non-text elements return to display in the PeepSo posts.
Can you give some advice/ help address this issue?
Thanks
AndyTopic: Search Problems
We are using the WPDM-Archive Page Add on. Since the upgrade to 4.5.4 and 2.8.3, text search is no longer working correctly.
For example, When I pull up the search page, I can see specific document titles in the list. Then when I type in a word or words in some of the titles, the results return no items found. This worked before we upgraded.
Here are the URLS to try.
http://beta.ursa.research.gsu.edu/ursa/compliance/human-subjects/human-subjects-files/
– Note the 2nd document, Becoming a Research Volunteer …
– Type Research Volunteer in the search box and press enter.
– Note the No download found!
– Clear the search and scroll down
– Note the packages with Screening Form in the title
– Search for Screening Form
– Note No Download found!
– Search for Screening
– Note results are found.
We really want to keep using this tool, but this is a major issue on a significant project.
Good day,
I have the latest version of the plugin and a fresh installation of WordPress. The only WPDM add-on I have is Amazon S3
PROBLEM 1:
I don’t see the download count changing when used with new (cloned) templates. I tested it with a local file and a file added by URL. Here is how I repro it on my site:
1) Add a local file and call the post “Test”
2) Choose Single Column, Flat template and Publish
3) Try to download the file and check the count. It will be 1
4) Clone “Single Column, Flat” template and update the package to use it
5) Download file again and see that the download count didn’t change this time
6) It will not change even if you switch to the standard template againPlease help
PROBLEM 2:
When I go to the “Link Templates” section I am seeing the following warning under each template:
Warning: in_array() expects parameter 2 to be array, boolean given in /home/bluefrhw/public_html/coloring/wp-content/plugins/download-manager/admin/tpls/templates.php on line 63What is this?
PROBLEM 3:
Per http://www.wpdownloadmanager.com/docs/integrated-templates/ I should be able to use this [download_link btn btn-lage btn-success] to customize the look of the download link. This does never get expanded in my case.