Search Results for 'Add Url'

Viewing 25 results - 51 through 75 (of 1,643 total)
  • Author
    Search Results
  • #200490

    In reply to: How to upload in bulk


    Arekson B75137372
    Participant
    This reply has been marked as private.

    John Mills
    Participant

    Hi everyone/anyone….have added shortcode to a blank page on my website….

    ..when looking at the page (in incognito window) the nice looking download PDF symbol based image appears…however…

    … when clicking on it it opens the full download table showing date the file was created and last updated and file size etc with Green Download button on top…

    (not what I wanted the simple one was perfect as this is an evergreen report so don’t want visitors to see the creation date)

    …however clicking on the green button sets off the V3 recaptcha which responds with…”site owner invalid keys” message (or something like that)…the keys are correct….so whats the issue here?…anyone have a solution please?

    The object is to cloak the download url (which it does), check for a real person using reCaptcha (fails) and some basic stats would be nice (optional)…maybe Download Manager is too complex to do the basics?

    Thanks for any help or advice…

    Best…John

    #199802

    misterspok
    Participant
    This reply has been marked as private.
    #199725

    Tahasin
    Moderator

    Here is the page template code:

    <div class="row">
        <div class="col-md-12">
            <div class="card mb-3 p-3 hide_empty [hide_empty:featured_image]">[featured_image]</div>
        </div>
        <div class="col-md-5">
            <div class="wpdm-button-area mb-3">
                [download_link]
            </div>
            <ul class="list-group ml-0 mb-2">
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:version]">
                    [txt=Version]
                    <span class="badge">[version]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]">
                    [txt=Download]
                    <span class="badge">[download_count]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]">
                    [txt=File Size]
                    <span class="badge">[file_size]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]">
                    [txt=File Count]
                    <span class="badge">[file_count]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]">
                    [txt=Create Date]
                    <span class="badge">[create_date]</span>
                </li>
                <li class="list-group-item  d-flex justify-content-between align-items-center [hide_empty:update_date]">
                    [txt=Last Updated]
                    <span class="badge">[update_date]</span>
                </li>
    <!--            <li class="list-group-item  d-flex justify-content-between align-items-center [hide_empty:company_name]">-->
    <!--                [txt=Company Name]-->
    <!--                <span class="badge">--><?php //echo wpdm_acf([268],'AuthorReview/company_name'); ?><!--</span>-->
    <!--            </li>-->
    
            </ul>
        </div>
    
        <div class="col-md-7">
            <h1 class="mt-0">[title]</h1>
            [description]
            <h3>Attached Files</h3>
            [file_list]
            <div class="wel">
                [tags]
               [add_to_list] 
            </div>
    
        </div>
    
    </div>

    for link template:

    <div class="card bg-light c2a4 mt-2 mb-2">
        <div class="card-body text-center pb-4">
            <div class="text-center wicon">
                [thumb_128x128]
            </div>
            <h3 class="p-0 m-0 mb-2"><a style="font-weight: 700" href="[page_url]">[title]</a></h3>
            <div class="text-muted text-small"><i class="fas fa-hdd"></i> [file_size] <i class="far fa-arrow-alt-circle-down ml-2"></i> [download_count] [txt=downloads]</div>
        </div>
        <div class="card-footer text-center">
                <a href="[page_url]" class="btn btn-secondary">[txt=View More]</a>
                <a href="[download_url]" class="btn btn-secondary">[txt=Download]</a>
              
    [addto_file_cart]
        </div>
    </div>
    <style>
        .w3eden .c2a4 .wpdm_icon{ height: 64px !important; width: auto; }  .well.c2a4 .media-body{ font-size: 11pt; }
        .w3eden .c2a4 .wicon img{ border-radius: 500px; max-width: 96px;margin: 5px auto 25px; }
        .w3eden .c2a4 .btn{ border-radius: 50px; font-weight: 500; margin: 0 3px; padding: 0 25px; height: 36px; line-height: 36px; font-size: 12px; }
    </style>
    #199452

    In reply to: Not Adding Subscribers


    Larry Longton
    Participant

    Thanks for this. I’ve now the redirect URL. However, the problem of the Registration form not actually adding a new user is the real problem. Again. Please try this on our site and you’ll know what I mean.

    #199446

    Daniel D.
    Participant

    I have chosen the “no template” template… How can I make a button appear in that template? Now it only allows me to put a hyperlink but not for it to appear as a button.

    Additionally, I am trying to ensure that when I add the download link variable it displays a very long url (it looks terrible visually). Can I make a text appear but when you click it direct you to the link of the variable without the entire url appearing? The variable is: {{download_url}}

    #198936

    mrcbt
    Participant

    Hi

    I was wondering if we can use wpdm to count external clicks, so intead of uploading a file. We just redirect a user to another url and that counds as a ‘download’. Would that work if we just use the Insert URL option? https://i.imgur.com/VZCvbYi.png

    Also is there an addon or a way with more reports/stats? We would need to get the number of downloads per quarter or per month and which ones were downloaded and how many times.

    #198905

    Davide Sciuchetti
    Participant

    Despite installing the WPDM ONE DRIVE add-on and completing the preparatory tasks, the section of the plugin for cloud settings is not displayed. Even when directly entering the URL for the CLOUD SETTINGS tab, the settings are not shown, but an error appears. https://www.example.com/wp-admin/edit.php?post_type=wpdmpro&page=settings&tab=cloud-storage How can this problem be resolved? The need is to use ONE DRIVE as external storage for the documents uploaded to the site.

    #198866

    Tahasin
    Moderator

    I have identified the problem: The OceanWP theme is blocking the URL from functioning properly. When you switch the theme, you can access the frontend URL upload option. Additionally, I have noticed that an update is available for the OceanWP theme. Please update the theme, as this may resolve the issue.

    Kindly check


    Ishan Bhandari
    Participant

    Please add search option on package categories

    [url=https://imgbb.com/][img]https://i.ibb.co/GHJ634K/wpdm.png[/img][/url]

    wpdm

    #198466
    This reply has been marked as private.
    #198453

    In reply to: using the search


    Nayeem Riddhi
    Moderator

    Not adding to URL also working,
    2024-08-29-211811

    Please kindly check.

    Thank you

    #198451

    In reply to: using the search


    Sitcom Software
    Participant

    by adding ?search=financière at the end of the url of the page ok. but not using the search field and i won’t ask the visitors to write queries in the url field of their browser…


    Alex Li
    Participant

    Hi Team,

    My setup is like this.
    Used media cloud plug-in to offload the medias to an External S3 compatible storage, setup with Minio.

    The files are offloaded OK, and all the medias will receive a new URL which is the URL of the S3 storage.

    Then when I try to attach file from the media library in the WPDM package add interface, it will attach it, but when saving the package, it will not save the attachment. Nor when I try to insert file via URL.

    See the screenshot here.

    cloud attachement not allowed

    I had to upload the file from my server directory, from which I can see the file’s URL is a relative URL.

    Is this because the WPDM do not accept this kind of setup?

    Thanks


    Tahasin
    Moderator

    The last URL also showing 404 error screenshot

    To view the plugin’s log, please follow these steps:

    – Access the error logs via the cPanel Error Log file.
    – Enable debugging mode in your config.php file by adding the following code: define( ‘WP_DEBUG’, true );
    – Alternatively, you can install an error log plugin, such as Error Log Monitor.

    #198276

    Ryan Stueve
    Participant

    Hi Nayeem, it is a longstanding issue that you assisted with in the past. We just have too many site views which creates some issues with PDF Viewer working. I’m just looking for a solution on our most visited packages that will allow us to reduce the number of fetch requests and using an iframe seems to work for what we are looking for. Is there a way to build a shortcode of my own that works like the [file_list] one? I realize it is meant for multiple files, but we aren’t going to be using it that way, so if I could strip out the code that removes it from my URL string, that would be awesome.

    We tried making our own with some php and it places into the template perfectly on its own, but when I add it to the src url of an iframe, it doesn’t read the shortcode at all:

    <iframe src="[wpdm_url_ae]" style="width: 100%; height: 400px; border: none;"></iframe>
      #document (https://resources.advisorsexcel.com/resource/test-package/[wpdm_url_ae])
    #198269

    Ryan Stueve
    Participant

    PDF Viewer has been giving us trouble, so I’m trying to create a page template with an iframe to embed my PDF previews in to test if this might work better for us. I have it set up and working properly if I put a link to a specific PDF in my template (For example: https://mywebsite.com/wp-content/uploads/download-manager-files/myfile.pdf), but when I try to change the src url to make it dynamic, it doesn’t work. I need a shortcode for the direct file url (not download link), but I don’t see that as an option in my research.

    I’ve also tried just hard coding the beginning of the URL and adding the shortcode for the file list (example: <iframe src="https://mywebsite.com/wp-content/uploads/download-manager-files/[file_list]"></iframe>), but that doesn’t allow me to add that file extension to the end of the URL just before because there’s html that is injected around that file name to put it in its own table:

    <div class="w3eden">
      https://resources.advisorsexcel.com/wp-content/uploads/download-manager-files/
        <div data-packageid="68947" id="wpdm-filelist-area-68947" class="wpdm-filelist-area wpdm-filelist-area-68947" style="position:relative">
          <table id="wpdm-filelist-68947" class="wpdm-filelist table table-hover">
            <thead>
              <tbody>
                <tr>
                  <td>
                    myfile.pdf</td>

    Does something like this exist or is there a way to create my own tag that would do this?

    #198261

    I am getting error while clicking on add new file from backend.

    https://tinyurl.com/27zdpool

    #198040

    mrcbt
    Participant
    This reply has been marked as private.
    #197825

    Carlos Castro
    Participant

    Live Chat Questions

    1: Hello I’ve installed the shortcode to live chat on my page / Is it possible to add a specific user/owner to that live chat ? Also when I’m receiving the live chat message its not in real time that I’m getting them – I’ve to refresh the page to receive the message from my side but it remains idle at the side of the visitors chat ( i.e they can’t read my reply )

    PM Questions
    2:I’ve added the pm link here but when I click on it it doesnt do anything.

    3:How can I share the private url message dashboard to the owner, is there a standard link/login that I can share?

    Looking forward to your reply – Thank you

    #197822

    Nayeem Riddhi
    Moderator

    Hello Jeremiah Castillo,

    Hope you are well. If you are already using Premium Package add-on, you have an option after purchase, return URL as I image attached,

    2024-08-09-215029

    Please kindly check and let me know.

    Thank you and regards

    #197819

    Nayeem Riddhi
    Moderator

    Have you tried this process? As you set redirection to package, in the same process you can add download URL instead of package URL. Please kindly check and let me know.

    Thank you and regards

    #197746

    Nex-Tech Creative
    Participant

    On the login page where we have add the functionality shortcode for user login, there is a section under the User ID and Password fields that says

    “Don’t have an account yet? Register Now”

    The link on this text goes to a invalid URL and I cant find where to change this.

    The URL it links to is exactly : https://goste.net/shareholders/login/custom%20registration%20page%20url/

    Why is this not working for me? Is this a plugin issue or a setting issue on my end?

    #197610

    Nayeem Riddhi
    Moderator

    Hello Burkhard Asmuth,

    Hope you are well. Thanks for writing to us. As the redirection happening to package, in the same process you can add download URL instead of package URL. If possible, please share the related URL or screenshots. You can also give your temporary wp-admin login details in a private reply to check the issue.

    Thank you and regards


    Lorena Pesaresi
    Participant
    This reply has been marked as private.
Viewing 25 results - 51 through 75 (of 1,643 total)