Search Results for 'Add Url'

Viewing 25 results - 1,251 through 1,275 (of 1,642 total)
  • Author
    Search Results
  • #45154

    Shahriar
    Moderator

    – If you was to use single form to sent both files, you need to add both files in same package.  Users will receive single download link and both files will be downloaded in a single zip.

    – For css issue, please give me your url to check.

    – For now, there is only single template is available, but we will release new template editor add-on soon.

    #44724

    icsolutions
    Participant

    Hi,

    I’m showing all packages from a category on a page. All packages are pdf files. I’m using [download_url] in the template but I tried them all.

    Control panel: I add a package to a category by uploading or by browsing
    -> website: pdf will try to save on the pc

    Control panel: A add a package by adding url
    -> website: pdf will open directly in a new tab

    I would like that the pdf ALWAYS open in a new tab, instead of trying to save it directly to pc.

    Is this possible?

    I saw this question & answer before but it was few years old so maybe you have some good news for me.

    thanks

    #44703

    regman
    Member

    Can’t believe I never gave you the URL. My apologies.

    I started to manually add the categories back in as when I updated the plugin, all categories also were deleted. Actual files are still on the server though.

    #44672

    gowebbaby
    Member

    We have purchased the download manager and added the given short code to the page and run this, when we go to “Add New”, none of the button is working here. Nothing happened when we click on button “Add Media”, “Select File”, in URL tab “Attach” and the editors “Visual” and “Text” is also not working. See the screen shot I have attached.On console there is a JS error that “new plupload.Uploader({…” plupload is not defined. What is the actual issue. Please help to resolve this issue.


    kalico
    Member

    Yes, I figured that much out on my own. What I have been asking — and PLEASE can I get an answer without having to ask and wait again — is what kind of timeline are we looking at? Saying it will be “some time” doesn’t mean anything. Are we talking about weeks? Months? Years? Some frame of reference is necessary for your answer to be helpful.

    As I stated earlier, the Google Drive add on was one of the main features we needed in a download manager plugin, and it was a determining factor in selecting WPDM. We paid for this plugin nearly 5 months ago, and the Google Drive add on has never worked properly.

    We are trying to launch a website in May, and this problem is holding us back.

    Several messages back in this thread, I actually identified EXACTLY what the problem is with the way the Google Drive URLs are formatted. I realize there may be other issues, but the core problem has been identified for well over a month, and no progress is being made. I am trying to be patient, as I understand you have a lot of users asking for help with a lot of issues. But keeping your plugins operating properly should be the primary focus. When one has NEVER worked, that is a serious red flag.

    #44518

    rbrooks
    Member
    This reply has been marked as private.
    #44517

    rbrooks
    Member

    Also running into that issue. When we click the browse button it adds #browse to the url and focus jumps down the page not allowing for any upload.

    #44484

    Shahriar
    Moderator

    It only may happen for your server, it server times out before , you may try increasing execution time from server settings or may ask hosting support. Or you may add/attach those file as URL or you may use AWS to store file remotely.

    #44460

    Anonymous
    Inactive

    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?


    kalico
    Member
    This reply has been marked as private.
    #44423

    LGLab
    Member

    Don’t worry about it, I will be using another plugin for social locks as this functionality is too unreliable in your plugin as described by other users, randomly not appearing, randomly not working, taking forever to load, facebook share not revealing download button and missing obvious functionality for a $22 add-on not included in pro package such as share url.

    Also having issues with template preview not working as expected as the preview briefly appears and disappears, another comment mentions it being on the left or something but I can’t see it at all.

    #44409

    LGLab
    Member

    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

    #44305

    Shahriar
    Moderator

    Adding as url and adding using ftp add-on works differently. WPDM never cache urls. But if you files in same server, but in different dir, you better use server file browsers.

    #44289
    #44271

    martaserrano
    Member

    HI,

    I am trying other thing before the cloud services.
    If i add in the same ftp but in another folder and add it via link, it will work.
    But is not working already.
    Have a look on the url http://ibernex.es/descarga/

    Why is that?
    WIth this, we wont have the problem of cache on big files, and it wont need the add on of extra ftp (we already have this), but i do not see where is the miskake

    The folder where the web are located is: /public_html and where i am locating new files is /public_ftp

    any solution?

    Thanks

    #44175

    Shahriar
    Moderator

    used additional parameter flaturl=0 with short-code.


    Drakah
    Member

    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;
    }
    #44113

    Drakah
    Member
    This reply has been marked as private.
    #44068

    Drakah
    Member

    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>
    #44051

    In reply to: Custom links


    Shahriar
    Moderator

    Please give me your url to check where you want to add link.

    Don’t worry 🙂 we are more than happy to help you there in every step.


    Drakah
    Member

    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.

    #43748

    cnmesoamerica
    Participant
    This reply has been marked as private.

    DaysFinest
    Member

    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
    Andy

    #43604

    Shahjada
    Keymaster

    In that case, you need to add those using server file browser, not as http or ftp url.

    #43468

    cbenson583
    Member

    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.

Viewing 25 results - 1,251 through 1,275 (of 1,642 total)