Search Results for 'Add Url'

Viewing 25 results - 76 through 100 (of 1,650 total)
  • Author
    Search Results

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

    Nayeem Riddhi
    Moderator

    Hello Asad Raza,

    Hope you are well. For My Downloads section in user dashboard shortcode, you required this add-on,

    Advanced Access Control

    And can you please elaborate on flaturl parameter in the User Dashboard short-code issue? Please kindly check and let me know.

    Thank you and regards


    Tahasin
    Moderator
    This reply has been marked as private.
    #197394

    Asad Raza
    Participant

    I do not see the “My Downloads” section in my user dashboard. How do I enable the “My Downloads” section for user dashboards?

    Additionally, I would also like to know what the flaturl parameter in the User Dashboard short-code does and how I can use that parameter.

    #197374

    Nathan Fates
    Member

    This is the demo.
    https://try.wpdownloadmanager.com/frontend-uploader/?adb_page=add-new

    This is the shortcode. [wpdm_frontend logo="logo-url" hide="settings,images,cats,tags"]

    If there was a way to limit the category in the shortcode to only allow upload into that category without having a user select it.


    Les Kurz
    Member

    Updates. Here’s the new URL for the test location, we moved our site’s address.

    Test Download

    I also renewed our subscription and put in the license code.
    It now works on Safari (and Chrome) but not in Firefox.

    #197333

    Nathan Thomas
    Participant

    Hello,

    I am doing some work to add old versions of package files to ACF fields but i can’t appear to get the download url for a package file, how can i do this?

    example of what i currently have

    $files = get_package_data( $post_id, 'files' );
    			if ( $files ) {
    				// Define the new row to add.
    				$new_row = array(
    					'title'      ► get_the_title(),
    					'date_added' ► gmdate( 'M d Y h:i:s A' ),
    					'files'      ► array(),
    				);
    
    				foreach ( $files as $key ► $file ) {
    					if ( isset( get_package_data( $post_id, 'fileinfo' )[ $key ] ) ) {
    						$new_row['files'][] = array(
    							'file_name' ► $file,
    							'file_type' ► get_package_data( $post_id, 'fileinfo' )[ $key ]['type'],
    							'file_size' ► get_package_data( $post_id, 'fileinfo' )[ $key ]['size'],
    							'file_url'  ► get_the_permalink( $post_id ) . '?wpdmdl=' . $post_id . '&ind=' . \WPDM_Crypt::Encrypt( $key ),
    						);
    					}
    				}
    
    				add_row( 'previous_versions', $new_row, $post_id );
    			}
    #197293
    This reply has been marked as private.
    #197279

    Sanjeev Dahal
    Participant

    Hey, I have been using the Download Manager plugin for a long time and have been managing a download site. But I noticed View count has not been updating. I thought it was bug and will resolve soon. but this bug is not been addressed. I am always using the latest version of WordPress, and Pulgin is on auto-update.
    Here are my site URLs:
    https://download.hermes.com.np/district-rate/
    https://download.hermes.com.np/google-input-tools-nepali/

    Download count is working fine.


    SHIV SINGH
    Participant

    For #1 I have created a page named downloads and add all downloads short code on that page
    and I have a question about this
    can I make a page where my all download will be listed without manually adding the short code in the same design as I am sharing URL with you

    Downloads

    For #2 Yes It looks same,
    you can check this in below link

    Downloads

    What I want is when I click on download button and downloading stated this popup should be closed automatically, for now I need to close this manually

    for #3
    Can we show some progress bar over the page when it is downloading
    like when I upload a file there is a progress bar that shows the downloading percentage


    Nayeem Riddhi
    Moderator

    Hello SHIV SINGH,

    Hope you are well. Thanks for writing to us.

    For #1, Can you please let me know which shortcode or how you are displaying downloads list? please share the related URL too if possible.

    For #2, For now, the download button is displaying as I image attached,

    2024-07-17-163026

    Is there any additional section or popup appearing from your side?

    For #3, For download finishing handing indicator is related to browser, when you hit a download button download finish process handled by browser. I hope you have understood.

    Please kindly check and let me know.

    Thank you and regards


    Flipper1960
    Participant
    This reply has been marked as private.
    #196652

    Nayeem Riddhi
    Moderator

    Hello 79DESIGN,

    Hope you are well. For your first issue, can you please share the related URL for checking the issue? Also mention which word need to search with which package it has. And for your second issue, you can restrict packages preview/visibility with the Allow Access option from package settings. For applying bulk to all packages this add-on can help you, https://www.wpdownloadmanager.com/download/wpdm-default-values/. Please kindly check and let me know.

    Thank you and regards

    #196616

    CIALGAR
    Participant
    This reply has been marked as private.

    Web Guy
    Participant
    This reply has been marked as private.
Viewing 25 results - 76 through 100 (of 1,650 total)