Search Results for 'Add Url'

Viewing 25 results - 576 through 600 (of 1,647 total)
  • Author
    Search Results
  • #147511

    Meggan Van Harten
    Participant
    This reply has been marked as private.
    #147344

    In reply to: Lazy Download Button


    Mahmoud Abdelbaset
    Participant
    This reply has been marked as private.
    #147326

    In reply to: Lazy Download Button


    Mahmoud Abdelbaset
    Participant
    This reply has been marked as private.
    #147305

    cyber44
    Participant
    This reply has been marked as private.
    #147301

    cyber44
    Participant
    This reply has been marked as private.
    #147184

    In reply to: Category access


    Nayeem Riddhi
    Moderator

    Are using directory add on and advanced access control add-on both on your site, please share your related URL and if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.

    Thanks

    #147122

    Nayeem Riddhi
    Moderator

    Are you trying to add this custom attribute?

    assetName: $(this).data(‘downloadurl’),
    fileName: ‘FILE NAME’,
    fileResource: ‘PDF’,
    userGroup: ‘LOGGED IN’,
    marketName: ‘MARKET’,

    please let me know

    thanks

    #147099

    Mahmoud Abdelbaset
    Participant
    This reply has been marked as private.
    #147024

    In reply to: WPDM Tags All Lost


    Meggan Van Harten
    Participant
    This reply has been marked as private.
    #146773

    Daniel Schippan
    Participant

    Hello, so is it possible to restrict the category page that is set in the basic setting “WPDM Category URL Base” using the directory add-on alone?

    #146549

    Jace Byers
    Participant

    It says to enter an auth token and tell me this is the url
    Get your ZOHO Authentication Token HERE
    https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoCRM/crmapi

    but Zoho hasn’t used Auth Token in quite some time

    This is the #1 reason I purchased this plugin. please fix this ASAP


    Chris Moore
    Member

    I just bought the developer version of the Directory Addon and your category filtering is NOT working. I am using the following shortcode pulled from your site:

    [wpdm_archive_filter items_per_page=”10″ cols=1]

    Here is the url where it is not working: https://wordpress-205329-1756326.cloudwaysapps.com/downloads/

    As you can see the category filter and date range filter on the left hand side do not work at all. The tags filter, however, does work.

    I have deactivated all plugins and this is using the OceanWP theme. I have also tested it in the 2021 theme and it doesn’t work there either.

    Thanks

    #146198

    Shafayet
    Moderator

    Hi,
    You don’t have to disable cache from all pages, just exclude the following pages:
    # Cart Page: The page where you used the shortcode [wpdmpp_cart]
    # Login page: the page where you used the shortcode [wpdm_login_form] or GB login block
    # Registration page: the page where you used the shortcode [wpdm_reg_form] or GB signup block
    # Account page: the page where you used the shortcode [wpdm_user_dashboard] or GB user dashboard block

    If your cart page URL is https://www.wpdownloadmanager.com/cart/, you need to add the rule /cart/(.*) and so on for others.

    #146186

    Anonymous
    Inactive

    Listen me please, I also entered this command /(.*) in wp rocket / Advanced Rules / Never Cache URL (s)

    and it worked.

    This means I have disabled the cache for any folder, page, post.

    But obviously this is not good and I only have to deactivate the folder / page in order not to have the problem with the cart.

    Please can you tell me which one to deactivate in addition to the ones you told me.

    I wish I could do it myself, I’m sure if you try wp rocket on your own test website it will give you the same problem.

    (I have never had this problem with woocommerce and I have around 30 ecommerce websites using woocommerce and wprocket)

    Thanks so much


    Bryan Padilla
    Participant
    This reply has been marked as private.
    #145920

    Nayeem Riddhi
    Moderator

    I think if redirected with a 302 error code redirects that aren’t attributed to plugins, that can be the database, htaccessand all the other usual suspects then it’s possible someone edited this at some point to customize it. you can also WordPress Address (URL) and Site Address (URL) issue too, please check if they are same or not

    thanks


    Thomas Bourgue
    Participant
    This reply has been marked as private.
    #145787

    R K Devworks
    Participant

    We have gotten this far but the we can’t get the file to attach in modal form. pm-modal-form.php

    <?php
    if(!defined("ABSPATH")) die("Shit happens!");
    ?>
    <div class="w3eden">
    <div class="modal" data-backdrop="static" data-keyboard="false" tabindex="-1" role="dialog" id="wppmsg-to-author">
        <div class="modal-dialog modal-dialog-centered" role="document">
            <div class="modal-content">
                <div class="modal-header bg-light">
                    <h5 class="modal-title p-0 m-0"><?= __("Send Message", PM_TEXT_DOMAIN); ?></h5>
                </div>
                <form class="form" role="form" method="post" id="messageform" autocomplete="off">
                    <div class="modal-body">
                        <input type="hidden" name="__send_to" id="__send_to" value="" />
                        <div class="form-group">
                            <input type="text" placeholder="<?php echo __("Subject", PM_TEXT_DOMAIN) ?>" name="subject" class="form-control input-lg" required />
                        </div>
                        <div class="form-group">
                            <input type="text" placeholder="<?php echo __("Quote #", PM_TEXT_DOMAIN) ?>" name="subject" class="form-control input-lg" required />
                        </div>
                        <div class="form-group mb-0">
                            <textarea placeholder="<?php echo __("Message", PM_TEXT_DOMAIN) ?>" class="form-control" name="message" id="message"></textarea>
                        </div>
                        <button id="wpdm-browse-button" style="text-transform: unset" type="button" class="btn btn-link"><i class="fa fa-paperclip"></i> <?php echo __("Attach File", PM_TEXT_DOMAIN); ?></button>
    
                    </div>
                    <div class="modal-footer bg-light">
                        <button type="button" data-dismiss="modal" class="btn btn-secondary"><?php _e('Close', PM_TEXT_DOMAIN) ?></button>
                        <button type="submit" class="btn btn-primary"><i class="fas fa-paper-plane"></i> <?php _e('Send Quote', PM_TEXT_DOMAIN) ?></button>
    
                    </div>
                </form>
            </div>
        </div>
    
    </div>
    </div>
    
    <style>
        #wppmsg-to-author {
            background: rgba(0,0,0,0.3);
        }
        .w3eden #wppmsg-to-author .modal-content {
            box-shadow: 0 1px 20px rgba(0,0,0,0.1);
        }
    </style>
    
    <script>
    
        jQuery(function($){
    
            var uploader = new plupload.Uploader(<?php echo json_encode($plupload_init); ?>);
    
            uploader.bind('Init', function(up){
                var uploaddiv = $('#wpdm-upload-ui');
    
                if(up.features.dragdrop){
                    uploaddiv.addClass('drag-drop');
                    $('#drag-drop-area')
                        .bind('dragover.wp-uploader', function(){ uploaddiv.addClass('drag-over'); })
                        .bind('dragleave.wp-uploader, drop.wp-uploader', function(){ uploaddiv.removeClass('drag-over'); });
    
                }else{
                    uploaddiv.removeClass('drag-drop');
                    $('#drag-drop-area').unbind('.wp-uploader');
                }
            });
    
            uploader.init();
    
            uploader.bind('Error', function(uploader, error){
                wppmsg_bootModal('Error', error.message);
                $('#wmprogressbar').hide();
                $('#wpdm-browse-button').show();
            });
    
            uploader.bind('FilesAdded', function(up, files){
                $('#file__attachments').slideDown();
                $('#wpdm-browse-button').hide();
                $('#wmprogressbar').show();
    
                plupload.each(files, function(file){
                    $('#wmprogress').css('width', file.percent+"%");
                    $('#wmloaded').html(file.percent);
                    /*jQuery('#wpdm-browse-button').hide(); //.html('<span id="' + file.id + '"><i class="fas fa-sun fa-spin"></i> Uploading (<span>' + plupload.formatSize(0) + '</span>/' + plupload.formatSize(file.size) + ') </span>');*/
                });
    
                up.refresh();
                up.start();
            });
    
            uploader.bind('UploadProgress', function(up, file) {
                /*jQuery('#' + file.id + " span").html(plupload.formatSize(parseInt(file.size * file.percent / 100)));*/
                $('#wmprogress').css('width', file.percent+"%");
                $('#wmloaded').html(file.percent);
            });
    
            uploader.bind('FileUploaded', function(up, file, response) {
                res = JSON.parse(response.response);
    
                __attached_files.files.push(res);
                $('#wmprogressbar').hide();
                $('#wpdm-browse-button').show();
    
            });
    
            $('#del-img').on('click', function () {
                $(this).html('<i class="fa fa-sun fa-spin"></i> Deleting...');
                $.post('<?php echo admin_url('admin-ajax.php'); ?>', {action: 'delete_attachment'}, res ► {
                    $('#__attachment').attr('src', '<?php echo PM_BASE_URL.'assets/images/image.png'; ?>');
                    $('#__attachment').val('');
                    $('#del-img').html('Delete Image');
                });
    
            $('#profile-button-message.profile-button.instant').on('click', function (e) {
                e.preventDefault();
                var menu = $(this).data('menu');
                $('#wpdm-ppm').modal('show');
            });
    
            $('#wppmsg-to-author').on('shown.bs.modal', function (event) {
                var button = $(event.relatedTarget);
                $('#wppmsg-to-author .modal-title').html(button.data('title'));
                $('#__send_to').val(button.data('user'));
            })
    
            $('#messageform').submit(function(){
                $('#messageform').addClass('blockui');
                $(this).ajaxSubmit({
                    url: wpdmpmAPI.send_message,
                    beforeSubmit: function ( arr, $form, options ) {
                        console.log($form);
                        console.log(arr);
                        options.headers = {'X-WP-Nonce': wpdmpmAPI.nonce}
                    },
                    success: function(res){
                        if(res.error === true)
                            WPPMSG.notify("<b>Error!</b> "+res.message, "error");
                        else{
                            WPPMSG.notify("<b>Success!</b> Message Sent", "success");
                            $('.form-control').each(function(){
                                $(this).val('');
                            });
                            $('#alertdiv').fadeOut(3000,function(){
                                $(this).html('');
                                $(this).attr('style','');
                            });
                        }
                        $('#messageform').removeClass('blockui');
                        $('#wpdm-ppm').modal('hide');
                    },
                    error: function (error) {
                        console.log(error.responseText);
                    }
    
                });
                return false;
            });
    
        });
    </script>
    
    
    • This reply was modified 4 years, 5 months ago by R K Devworks.
    #145758

    Shahjada
    Keymaster

    Hi,
    You are seeing 0KB as they are added as URL, for the URLs, you need to enter the size manually, however, we are coming with an automated option for media library files.


    Ainnir
    Participant

    Yes, something like this.

    In short: I have a download section with different categories.

    • Category one: “Tracks
    • Category two: “Cars

    If people upload a “Track“, they have to fill out fields related to “Tracks“.
    If people upload a “Car“, they have to fill out fields related to “Cars“.

    Fields not applicable for the category they choose, they leave empty.

    Like in this example:

    This is a “Track” upload, so this “Car” related fields they keep empty:

    Related url: https://www.revoltworld.net/download/thegreatsilence

    Image 1

    In the Download page of the upload, it looks like this:

    Image 2

    For example, one of the visible Advanced Custom Fields I configured like this:

    Field Type “Select”, and one line filled with a space (” “), so not the first entry show by default:

    Image 3

    In my custom template, I have this code section:

    <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:acf_AdditionalCarInfo_carenginetype]">
      [txt=Engine]
      <span class="badge">[acf_AdditionalCarInfo_carenginetype]</span>
    </li>

    So I want to hide the “Car Engine” field, if it’s empty.

    I guess it is still visible, cause a Space (” “) is inside the field.

    So:

    1) How can I hide fields filled with Space
    2) Should I configure the Advanced Custom Field in a different way, so by default a real empty value will be choosen?

    Thanks a lot for your help.
    I really like your plugin, and I hope I can get it to work.

    #145666

    LFL
    Participant
    This reply has been marked as private.
    #145454

    Jan Fonda
    Participant
    This reply has been marked as private.

    ENEA WPDM_Admin
    Participant
    This reply has been marked as private.

    ENEA WPDM_Admin
    Participant

    Hello,

    We are using WordPress version 5.5.3
    Our Download Manager add-on is at version 5.2.4

    We are using the following Page Template for a package:

    <div class=”thumbnail”>
    <div class=”media”>

    [icon]

    <div class=”media-body”>
    [page_link]<br />
    Released: [create_date]<br />
    Updated: [update_date]<br />
    Downloads: [download_count]<br />
    [download_link]
    </div>
    </div>
    </div>

    The download link looks like this:
    https://enea-my.sharepoint.com/:i:/g/personal/mitu_enea_se/EecFQ1jNfzpNhqccLJPFeXoByt17m5BBmIPwcq7e1Lp9Ug?e=j4QRZR
    and clicking on it does NOTHING.

    While using an older version of the WPDM, the download link looked like this, and the download worked:
    https://enea-my.sharepoint.com/:i:/g/personal/mitu_enea_se/Ea3uhf2237ZEijRFMw0JyxgBMZMW2GV-o3x6CuxaHkCKoA?e=UcqRL8

    We noticed that when using the [file_list] along with Single File Download attribute Enabled, the Download link/button looks OK and it works.

    How can we make the download link work again?

    Thank you,
    Mihai Nitu

    #145141

    Nayeem Riddhi
    Moderator

    Are you using WPDM-Cart addon, please let me know, if possible, please share your related URL

    thanks

Viewing 25 results - 576 through 600 (of 1,647 total)