Search Results for 'Add Url'

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

    hello l want to know how to show the category for each packages that we have look pictures for example.
    for example if l click here http://www.frtimer.com/index.php/wpdm-package/division-agent-animate i want to see the category that i add for this item in the item url

    #47239

    ganquetil
    Member

    Hello,
    I want to add some buttons to my archive template.
    I have one buton for a video demonstration link, one buton to download an example and one buton to download the product.
    The two first buttons are linked to two different custon field I created.
    I want to hide this buttons in case the custom filed is empty. How can I do that?!

    I really need it so thank you for your help and to explain me what we have to do.

    You can acces to my wordpress interface via:
    url: http://applexia.fr/wp-login.php?loggedout=true
    login: admin-temp
    password: 7@TlPjp^^wR$3OC1fMUTOWAd

    Thank you for your help,
    Best regards,
    Gael

    #47128

    In reply to: Amazon S3 Not Working


    peterivas
    Member

    I have had a functioning WPDM plugin on my site for about 2 years. This is the second time I have had issues with Amazon S3 permissions. I am getting access denied errors all of the sudden, and do not remember how we got around that last time. I just updated from V4.5.5 to V4.5.6 last night and did not fix.

    This is not the same issue, considering not all downloads are getting blocked, but I am getting the same error message of “access denied”. The Download buttons I have created before last week are still working as expected and provide access to files which were uploaded to the Amazon S3 servers before last week.

    <Error>
    AccessDenied
    <Message> Access Denied</Message>
    <RequestId>F676DC3185482D93</RequestId>
    <HostId>
    kgGJJKa8QIODasvdSjnP3nnvjlez5AgrgcR9xZfDZUHNckK+Dz/Dnp9gq6nvdlypZk9eY6iRZ7I=
    </HostId>
    <Error>

    More clues from my Support team:
    We are using WP Download Manager (WPDM, ) for file sharing on our online Support Lounge as a way to provide access to files hosted on the Amazon S3 servers.

    Using this plugin requires to:
    1- Upload files to the Amazon S3 servers
    2- Create a WPDM on the website backend
    3- Copy the short code (for example: [wpdm_package id='19690']) pointing to this WPDM entry
    4- Paste the short code on the Support Lounge page – the Support Lounge page then shows a Download button which when clicked starts the download of the file hosted on the Amazon S3 servers.

    I have had no issues for weeks going through these steps (1-4) and providing our customer access to download files online. When I uploaded 2 new files (a ZIP and a PDF) on the Support Lounge at the end of last week, I was able to go through steps 1 to 4 but clicking the Download button would show the following error instead of starting the download of the file hosted on the Amazon S3 servers:

    I suspected the files I had added to the Amazon S3 servers were somehow incorrectly uploaded, I therefore performed the following test. Using the Amazon S3 URL of a file I had uploaded in the past (URL previously proven to be good) and for which was already shared on our Support Lounge, I went through steps 2 to 4 to see if the problem was with the WP site / WP plugin. This steps also created a non-working Download button – same error message about Denied Access.

    Going through steps 2 to 4, using a file hosted locally to the website rather than on the Amazon S3 servers, I can create a working Download button.

    Interestingly, the Download buttons I have created before last week are still working as expected and provide access to files which were uploaded to the Amazon S3 servers before last week.

    It looks like there might be an incompatibility between S3 and the WPDM. Maybe S3 was updated with slightly new requirements for which the WPDM plugin needs to be updated? There is a new version of the plugin available, shall we try it?


    Shahriar
    Moderator

    That is not possible with aws add-on, however please use short-code [wpdm_frontend flaturl=0] to avoid 404 error.

    #46643

    Shahriar
    Moderator
    1. To resolve 404 issue, please use short-code like [wpdm_frontend flaturl=0]
    2. Install MiniMax ( attached with the pack ) to page builder ( follow the steps here http://themes.wpdownloadmanager.com/thenext/doc/install-theme/ ).

      To use pre-desgined templates you simply need to use import layout button ( you will see that after clicking minimax tab ):
      Import Layout

    Added missing plugins with theme pack, you may download those now.

    #46630

    Ning
    Member

    Hello,

    I couldn’t add attachmentmetn or preview picture/url on the front end when I try to add new pacakge. There is no response whenI click “add”. I can add attachment/preview in the dashbaord. Any suggestion?

    Also may I know when my other post about missing files in the downloading theme zip file will be replied? It is almost two days.

    I double checked, and from the theme pack download page, none of the theme comes with documenation. I purchasd appmarket by mistake, but when I download a appmarket alone, it comes with four files, including documenation, child theme, etc. Would you please let me know where I can download the complete package of all the themes?

    Thanks.

    #46573

    Shahjada
    Keymaster

    No such global settings, only package specific settings available for file access control. However, you may use this add-on http://www.wpdownloadmanager.com/download/wpdm-default-values/ for mass update package access option.

    If you see 404 error for [wpdm_frontend], please use [wpdm_frontend flaturl=0]

    Please download and install this add-on :

    http://www.wpdownloadmanager.com/download/premium-package-complete-digital-store-solution/

    for purchase/payment option

     


    Shahriar
    Moderator

    Please give me an url where you seeing link template issue.

    1. It is working my in our side, I need to check it in your installation
    2. You don’t need to put widget inside post, there are other short-code for that, please use the add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate any short-code you need to use.
    3. You can customize the thumbnail side from link template. Docs: http://www.wpdownloadmanager.com/doc/templates/
    4. Please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/
    #46131

    tavy87
    Member

    I found that in several php files: author-dashboard.php, wdpm-list-files-front.php, wpdm-add-new-file-front.php, and maybe more? There is a few lines of code:

    $edit_url = $burl . '/edit-package/%d/';
    if(get_post_meta(get_the_ID(),'__urlfix', true) == 1 || !get_option('permalink_structure'))
            $edit_url = $burl.$sap.'adb_page=edit-package/%d/';

    It is this If statement that is never running for some reason on my website. I removed the If statement and simply have:

    $edit_url = $burl . '/edit-package/%d/';
    $edit_url = $burl.$sap.'adb_page=edit-package/%d/';

    Now it seems to work… Will this ruin any other areas of my website that I should be mindful of? Or is there another solution I’m not seeing?

    Thanks!

    #45923

    kalak
    Member

    I try to use Google Drive with Download Manager Pro.
    But I can’t get it to work.
    Anyone with t guide/tutorial for the settings I need to add.
    I have tryed to insert my: API Key, Client ID and Client Secret

    But it still have error when I try to add a URL to a file in Google Drive.
    And now I am not sure if I have added right API keys etc.

    Thanks,

    #45755

    cdalton
    Member

    Hi Shahriar,

    Thanks for your response.

    Users need to upload articles & documents to our website.
    We wanted to display a front-end uploader in the 2 urls below.

    To upload articles:
    https://website.com/articles

    To upload documents:
    https://website.com/uploads

    The shortcode didn’t work, it added the “WPDM Category URL Base” to the URL (downloads)
    https://website.com/downloads/add-new/

    Frontend Uploader page we have is “uploads”, but for the article page we would like to display:
    https://website.com/articles/add-new/

    Many thanks!

    #45742

    trebit
    Member

    Hello,
    i added a pdf file by url to a package and i have 2 problems:

    1) file size on screen says 0kb
    2) file opens directly in page, how to force download?

    Someone can help me fix this?

    Thanks

    #45545

    ngcreative
    Member
    This reply has been marked as private.
    #45500

    Hello,

    I am a Pro customer, and I am having trouble customizing one of the email templates for my business. I have edited the wpdm-email-lock-template.html file so that the template is congruent with my company branding, but the images are not appearing when I receive an email after downloading a file with this template in place, in either Gmail or Yahoo. I have attached files to show you what the template should look like, and what I am seeing. Also, I have posted the custom code below. Your help would be greatly appreciated. Thank you!

    <table align=”center” bgcolor=”#cccccc” cellpadding=”0″ cellspacing=”0″ style=”width: 100%; background:#cccccc; background-color:#cccccc; margin:0; padding:0 20px;”>
    <tr>
    <td>
    <table align=”center” cellpadding=”0″ cellspacing=”0″ style=”width: 620px; border-collapse:collapse; text-align:left; font-family:Lato; font-weight:normal; font-size:12px; line-height:15pt; color:#444444; margin:0 auto;”>
    <!– Start of logo and top links –>
    <tr>
    <td style=” width:620px;” valign=”top”>
    <table cellpadding=”0″ cellspacing=”0″ style=”width:100%; border-collapse:collapse;font-family:Lato; font-weight:normal; font-size:12px; line-height:15pt; color:#444444;” >
    <tr>
    <td bgcolor=”#cccccc” style=”background:#cccccc; color:#cccccc; padding-left:20px; padding-right:0; padding-top:10px; padding-bottom:10px; background-color:#cccccc” valign=”top”>
    <p align=”center”></td>
    </tr>
    <tr>
    <td bgcolor=”#cccccc” style=”background:#ffffff; padding-left:20px; padding-right:0; padding-top:20px; padding-bottom:15px; background-color:#cccccc” valign=”middle”>
    <p align=”center”>

    nnnpropertiesgroup.com
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign=”top” style=”height:5px;margin:0;padding:15px;line-height:0;”>
    </td>
    </tr>
    <!– End of logo and top links –>
    <!– Start of banner –>
    <!– End of banner –>
    <!– Start of First Content –>

    <tr>
    <td bgcolor=”#FFFFFF” style=”padding:10px 20px; background:#ffffff;background-color:#ffffff;” valign=”top”>
    <span style=”font-size: 8pt; color: #999999″>[date]</span><br>
    <p style=”line-height: 160%; font-size: 18px; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 11pt; padding: 0″>
    Your file is ready.</p>Please click on the following link to
    download the offering memorandum:<br>
    <b>[download_url]</b>
    <p>Best
    Regards,<br>
    Mike Knudsen | Director<br>
    <b>[site_name]</b></td>
    </tr>

    <!– End of First Content –>
    <!– Start of Second Content –>
    <!– End of Second Content –>
    <!– Start of Third Content –>
    <!– End of Third Content –>
    <!– Start of two content in row Container –>
    <!– End of two content in row Container –>
    <!– Start of Footer –>
    <tr>
    <td valign=”top” style=”height:5px;margin:0;padding:20px 0 0 0;line-height:0;”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#0f75c3″ style=”padding:15px 20px 15px 20px; background-color:#cccccc; background:#cccccc;”>
    <table cellpadding=”0″ cellspacing=”0″ style=”width: 100%; border-collapse:collapse; font-family:Lato; font-weight:normal; font-size:12px; line-height:15pt; color:#0645a0;”>
    <tr>

    <td>
    <p align=”center”>KW Commercial | NNN Properties Group<br>
    251 South Lake Avenue | Suite 320<br>
    Pasadena, CA 91101<br>
    626.410.6200 Office | 626.747.4207 Mobile | 626.410.6704 Fax
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign=”top” style=”height:5px;margin:0;padding:0 0 20px 0;line-height:0;”>
    </td>
    </tr>
    <!– End of Footer –>
    </table>
    </td>
    </tr>
    </table>

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

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