Search Results for 'Add Url'

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

  • brett polakowski
    Participant
    This reply has been marked as private.

    Hamid Ali Anjum
    Participant

    Hi WPDM Team,

    I was setting up email templates and realized that the reset link redirects the user to a wrong address. Apparently, it’s the first part of the URL (https://www.) written in the code somehow as (www.https.com/www.website.com). As suggested in the template, I am using the shortcode [#reset_password#].

    I am attaching the Image below in private message.

    Thank You!

    #136169

    In reply to: Unable to add new file

    For myself, nothing works in terms of attempting to add a new file on the Add New screen (i.e. drag/drop into the green shaded square, the green “Select File” button, URL, Select from Media Library or Select from Server). If I click on any of the buttons absolutely nothing happens ditto for attempting drag/drop


    Nayeem Riddhi
    Moderator

    Are you feel comfortable looking the page now? https://readymixqatar.com.qa/download/product-technical-library/, I have added a line before attached file Go to Cart for Downloading the files, Cart Page, but one problem is still there in your cart page when somebody trying to download, the error is showing in the console as i image attached that preventing for download,

    console

    can you disable other plugins for checking if there any conflicts coming from, also you can switch theme to others for checking? hearing back from you further.

    Thanks.

    #135417

    Michael
    Participant

    File Icons Issue

    I found this post, and replaced pcb with flame and added where I thought it should go, didn’t make a difference. Looking at the code..

    $fticon = WPDM_BASE_URL.'assets/file-type-icons/'.$ext.'.svg';
    
                        if(!file_exists(WPDM_BASE_DIR.'assets/file-type-icons/'.$ext.'.svg'))
                            $fticon = WPDM_BASE_URL.'assets/file-type-icons/unknown.svg';

    From filelist.php that is looking for an SVG file that matches the extension of the file ? Otherwise it uses unknown.svg ? I added flame.svg to that folder, but still showing the “unknown” icon.


    Eur AG
    Participant

    Hi

    I have Am WP Pro Membership installed. I have one overview page with links to a couple of other pages that are assigned to a certain membership. Now, after working fine for quite some time, suddenly the links on the overview page don’t bring my to the targeted member page but somehow the overview page is showing again – although the url of the targeted member page is shown correctly in the browser address field.

    Any ideas what might be the reason?

    Theme is Divi.

    Best

    #135276

    treativa
    Participant

    hi,

    I would like to translate the texts contained in the link templates and page templates. for example “Scarica Tutto”, “Visualizza”, of this model link. I use WPML
    How you do it?
    thanks

    <div>
    <div style=”border:1px solid #000; padding: 10px 5px; margin: 5px”>

    <div class=”” style=”text-align:center”>

    [thumb_150x150]

    </div>

    <div style=”text-align:center”>
    <p class=”media-heading p-0 m-0″ style=”font-weight:bold;”>[title]</p>
    <div style=”height:10px”></div>

    Visualizza
    Scarica Tutto
    </div>
    </div>
    </div>

    #135143

    Michael
    Participant

    I know a little SQL, it’s basically looking for file types of flame, and then adding a url to point to the image for the icon. My problem is I am not sure which tables I should be looking at to query and which to update. How does it work normally for things like zip files or doc files etc, they bring up their own icon.

    I thought it was just a case of adding the extension name as a file name, so zip.png or doc.png etc so for me would be flame.png. Doesn’t work that way.

    #135041

    Nayeem Riddhi
    Moderator

    You can check it by uploading it to the media library and then giving the URL path here. And also you can make icons in the default format, put it in the file-type-icons folder, and then select them. For all downloads package, you can check this add on for this, https://www.wpdownloadmanager.com/download/wpdm-default-values/

    Thanks.


    Rafal Wanowicz
    Participant

    Hi, I have found the solution to the problem I had if someone else will have the same issue it might be helpful.
    So after updating Download Manager from version 5.0.8 to version 5.1.2 all download links send to the email address were invalid.

    To solve this issue I have logged in into my WordPress Admin go to the Settings and I have put completely random
    WordPress Address (URL) and Site Address (URL)

    When I saved changes WordPress kicked me out and everything started to work
    (the WordPress Address (URL) and Site Address (URL) has not been changed). So I assume there were some settings which have not been refreshed or well I do not know, but even now when I do the staging copy of my website with Download Manager 5.1.2 installed I need to do this steps in order to make this plugin work.

    So this is something that someone from support could look at.

    Hope this will be useful for someone.

    I can close this issue as now everything works just fine.
    Thanks for your help.

    #134557

    CScience
    Participant
    This reply has been marked as private.
    #134365

    phil2pint
    Member

    hi,

    trying to create a new package – having updated from WPDM free to WPDM Pro

    If I try to create a new package using ‘Add New’ – I give the post a title and add a file, but the then I can’t save the Package – either as Draft or Published.

    The Url for the new post is /wp-admin/post-new.php?post_type=wpdmpro
    If I click on Publish nothing happens an it’s just appending ‘&wp-post-new-reload=true’ to the url after every click

    • This topic was modified 4 years, 9 months ago by phil2pint.
    #134346

    Luther Davies
    Participant

    Hi Nayeem,

    Thanks for this!

    I understand that I can add files that are already uploaded to another server using the Insert URL field.

    But is it possible to have new files uploaded to a different domain than the local WordPress installation? So if I use the “SELECT FILES” button, these could go a different website, instead of the local /uploads/ folder.

    For example, by default my files go to:

    https://www.main-website.com/wp-content/uploads/&#8230;

    Can I instead have them going to:

    https://files.main-website.com/uploads/&#8230;

    ?

    #134176

    Chris Gandolfo
    Participant
    This reply has been marked as private.
    #133966

    LMB
    Participant

    I am trying to get an inline link. I want to be able to add a link to a package within a sentence.

    Is there any way to remove the wrapper div on line 543 in
    /download-manager/libs/class.Shortcodes.php

    function package($params)
        {
            extract($params);
            if (!isset($id)) return '';
            $id = (int)$id;
            if (get_post_type($id) != 'wpdmpro') return '';
            $postlink = site_url('/');
            if (isset($pagetemplate) && $pagetemplate == 1) {
                $template = get_post_meta($id, '__wpdm_page_template', true);
                $wpdm_package['page_template'] = stripcslashes($template);
                $data = \WPDM\Package::fetchTemplate($template, $id, 'page');
                $siteurl = site_url('/');
                return "<div class='w3eden'>{$data}</div>";
            }
    
            $template = isset($params['template']) ? $params['template'] : get_post_meta($id, '__wpdm_template', true);
            if ($template == '') $template = 'link-template-calltoaction3.php';
            $html = "<div class='w3eden'>" . \WPDM\Package::fetchTemplate($template, $id, 'link') . "</div>";
            //wp_reset_query();
            //wp_reset_postdata();
            return $html;
        }
    • This topic was modified 4 years, 9 months ago by LMB.
    #133655

    Nayeem Riddhi
    Moderator

    Have you the earlier version of PHP or old version of add on. please give the specific issued URL page. and if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.

    Thanks.

    #133219

    Bruce Benjamin
    Participant
    This reply has been marked as private.
    #132700

    Hadley Trevillion
    Participant
    This reply has been marked as private.
    #132536

    Shahjada
    Keymaster

    That option is not available for now, the default redirect page is the dashboard membership plan page. However, a new and major update of membership plugin is coming within this month, we shall add those options there.

    However, you can track stripe successfull subscription payments using the following code:

    add_action("plugins_loaded", function(){
      if (wpdm_query_var('wppmaction') === 'stripe-new-subscription') {
         $url =  "your tracking url"; //Set you  tracking url
         $params  = [ ]; // Additional Parameters 
         $params  = $params + $_REQUEST;
         wpdm_remote_post($url, $params);
       }
    });
    
    #132516

    Shahjada
    Keymaster

    Hi,
    You. can use the following code to push the data to a remote URL:

    add_action( 'gform_after_submission', 'handle_api_request', 10, 2 );
    function handle_api_request( $entry, $form ) {
      //Handle your remote. api request here
    }
    

    Doc: https://docs.gravityforms.com/gform_after_submission/

    #132481

    icsolutions
    Participant

    Hi,

    the following shortcode is not doing what expected:
    [wpdm_category id="plat-dak" order_by="title" order="ASC" template="57a1e62f72598" cols=1 colspad=1 colsphone=1 items_per_page="100"]
    -> URL: https://be.iko.com/technische-fiches/#1591104323246-d0083ace-f5ff
    (VLOEIBARE ACCESSOIRES -> TAB ‘plat dak’)

    It’s not ordering alphabetical as expected.

    All addvice is welcome

    thanks

    #132455

    Bo Kruse
    Member

    I am using:

    WP Download Manager Pro
    Gravity Forms
    WPDM Form Lock

    Everything works as it should, as far as I can see. However, I want to send data to our marketing automation system, Pardot.

    Normally, that would be an easy task in Gravity Forms, as I can simply add an URL to the confirmation as a redirect.

    But if I do that when the form is used as a form lock, the redirect with disrupt the form lock flow, and redirect the user away from the download option.

    Is it possible to trigger the URL some other way upon form completion? Perhaps using your Web hooks add-on?

    #131757

    In reply to: Downloads don’t work


    Jeroen Smits
    Participant

    I have the same problem with this shortcode;

    [wpdm_all_packages items_per_page="20" jstable=0 cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download"]

    All downloads are given #-url’s instead of downloads. Adding a single file to a page with [wpdm_package id='4483'] code works for me (tested one document). Also notice that the title of the document is no longer a hyperlink but only a title.

    Thanks for helping us out


    Frebers
    Participant
    This reply has been marked as private.
    #131073

    In reply to: Really Worst plugin


    Borhan Chowdhury
    Moderator

    Hi Greg Harte,
    Sorry for the inconveniences. For purchase security reason, it is not convenient to send the user the direct download link of the purchase.
    However, you can easily achieve guest purchase functionality.

    #1
    create a guest purchase page. put the shortcode [wpdmpp_guest_orders] in the page. NOTE THE GUEST PURCHASE PAGE URL

    #2
    Enable guest checkout from downloads > settings > Premium Package > Basic tab> Frontend settings

    #3
    Modify the Purchase Confirmation - Guest ( To: Customer ) email template from Downloads > templates > email templates > to remove the signup link and insert the purchase page URL you have created at #1. save it.
    (Please don’t forget to use insert link button in the editor, this will make a clickable link. we will add a template variable tag in next update to make this easier.)

    NOW the customer will get the guest order page URL in the email when they purchase.

    Please let us know if you face any problem.
    thanks

Viewing 25 results - 626 through 650 (of 1,643 total)