Search Results for 'Add Url'

Viewing 25 results - 801 through 825 (of 1,647 total)
  • Author
    Search Results
  • #98580

    In reply to: 2CO Redirect


    Shahriar
    Moderator

    Premium Package overrides this URL. It is possible to redirect to the guest orders page by modifying the add-on code.

    Please replace line 311 in /wpdmpp-2co/wpdmpp-2co.php with the following code. You also have to set the guest order page in premium package settings.

    header("location: ". wpdmpp_guest_order_page());

    #98558

    Jonathon Hanten
    Participant

    I have done this for my main client. I added the full url and reworded the link label to make it clear it wasn’t a download. I had no trouble as long as I included the http(s):// at the beginning. I haven’t done it lately though so maybe something has changed.

    Hope that helps.

    #98482

    Chris Martin
    Participant

    What my client would like is the ability to add links in the tree menu to outside sites. However, when I add a new item and select the link option, it thinks it’s on the local server so the url is messed up. Thanks!

    #98398

    Hamid Ali Anjum
    Participant
    This reply has been marked as private.
    #98386

    Karim Giwa
    Participant

    Hi there,
    I’m a newbie and not too technical. Downloaded the free then the pro version but i’m unable to make the connection to the mobile app. I can\’t find the api QR and not sure what URL to enter as when i enter just my test site address i get a ‘Connect failed’ (object object).

    #98304

    In reply to: Download Links


    Shahriar
    Moderator

    Hi,

    Download Manager won’t show the full path to the file. The plugin generates dynamic download links like the following one,

    www.site.com/download/package-url/?wpdmdl=5209&refresh=5d047e2e822231560575534

    If you want you can add this in the download button but not the actual pdf file path.

    Thanks.


    sylvain chevallier
    Participant

    Hi,
    This is my first post on your forum. I’m sorry if it is not the good place to post it but I didn’t found an other way…
    I just found a small bug on your plugin. It’s about the categories taxonomy.

    When I started to use the category with my own url base I saw that my blog url was pasted in the category’s slug… So the param ‘with_front’ ► false was missing.

    I looked on the code of your plugin and I add this to the line 257 :

    ‘rewrite’ ► array(‘slug’ ► sanitize_title(get_option(‘__wpdm_curl_base’, ‘download-category’)), ‘with_front’ ► false),

    When I look on the custom post declaration I see a param “__wpdm_purl_with_front” so I don’t know if it can work also for category…

    Sincerely
    Boris

    #98204

    Doreen Galli
    Member

    wordpress + woocomerce+memberships+wpdm pro

    So all was working two days ago until my site went live (at this time site moved from temp url to real one – not sure if this caused issue – hosting helpdesk verified all URLs transferred).

    I went to add a new download for a new post and on previews and test it says “download error”. At one point it said, “this is embarrassing…” but this was fixed by hosting.

    Please help I upload documents in stamper for downloads and previews are failing. I need to have watermarked documents for download and need to get this working.

    #98121

    In reply to: No File Size


    Shahriar
    Moderator

    I have to test this on your setup to find out why it isn’t working. Can you please set up a test environment? Are those files stored in your server or you added using URL?

    #98075

    Shahriar
    Moderator

    I have modified the /download-manager/tpls/lock-options/email-lock-form.php file change the lock feature behavior just like you wanted. Basically added the following code after line no 70,

    if(window.self !== window.top) window.parent.location.href = res.downloadurl; else location.href = res.downloadurl; jQuery('.close').click();

    You can make a copy of the file and place it in /active-theme/download-manager/lock-options/email-lock-form.php location to keep the changes unaffected by plugin update.


    h xt
    Participant

    hello:
    How to create a download list like this?
    need any add-ons or the wpdownloadmanager pro will do ?

    the url is: https://www.mankawu.com/manka/pdownload/jingshangxiongyan-guanlangaoshou/

    #97697

    Jason Emanuelson
    Participant
    This reply has been marked as private.
    #97631

    Spyros Kalikas
    Participant

    Hello Shafayet,

    • I already translate it and replace it to the server but nothing happened, why?What did I forget?
    • At main archive page loading the available downloads taking some time
    • I’ve already tried, something must be happening with slugs names, page parenting or categories, I ‘ll talk to theme support.
    • ok, I will check
    • I was referring to License Manager add-on of Special Pack.

    Also I would like to know if it is possible to open a selected download into same page {look blue frame image: stayinpage.jpg} and not into a new page with different url. If it is not possible can category view {left red frame image: stayinpage.jpg} be visible as sidebar continuously.

    #97559

    kaisan
    Member

    When adding a url (attached file) there is a problem with the direct download.

    Url ad http://ak47full.info/k/repository/2019/05/1%20-%20Osquel%20-%20El%20Ayer.mp3

    the system show me (removes the% signs)

    http://ak47full.info/k/repository/2019/05/1-Osquel-Ayer .mp3

    pd.
    I have installed an old version and it works without problems (version old 4.9.2)

    #97548

    Shahriar
    Moderator
    #97537

    Shahriar
    Moderator

    We will add the patch in next release, so update won’t erase the patch.

    You have to use a custom link template. To skip the details page remove the [page_link] tag from your template. And to open in new window replace [download_link] with the following code,

    <a href="[download_url]" target="_blank" class="btn btn-primary">[link_label]</a>

    Just tested your custom template. The PDF is now opening in a new tab.

    #97520

    Jason Emanuelson
    Participant

    Good day Shahriar,

    I thought the same things before creating this ticket and worked with their firewall group and had opened up that url and the ip associated to it, but still no go. It does gather updates and installable add-ons, but will not validate the license for some reason. Does it need a resolvable url to authenticate to? In this case, there would not be a publicly resolvable url. Would it be possible to get the verified version for this case? If it is hard-coded to a license, can you use the first one, as that is the second was just to see if it would kick-in with a different license key.

    Thank you!
    -jason

    #97457

    paymentollancecom
    Participant

    Ok, I got it. I want to know how to get link add to cart an item. I found this shortcode [addtocart_url] but in my case, I use license manager, there are 2 versions. How to create a link that add version 1 for example?

    Link is https://domain.com/?addtocart=1234

    #97221

    Cioka Creativa
    Participant

    Hi,

    I have installed the Form Lock add-on in my site and the result is very disappointing. I have followed the usage instructions but the result is not the expected.

    Please check this URL https://hre.es/descargas/ and search for: Aplicaciones_Hidraulica_Proporcional 2018 to realise about the following issues:

    1.- The form is not correctly shown. There is no enough space for the form. Hoe could I give the enough espace to each download file block?
    2. Initially, the form should be hidden and only appear when the download button is clicked. How could I set this?
    2.- It is possible to send the form without filling any gap and this is not hoe a form plugin works when there are required gaps, error messages from form plugin should be appearing. On the contrary, what happens when you click on the form button is that a no css at all page is charged. How could this fixed?

    Please I need your help

    #97212

    Bob Hall
    Participant
    This reply has been marked as private.
    #97126

    Shahriar
    Moderator

    If your product is free for download then you can just add the URL to the package. User will be redirected to the URL when they click the download link.

    #97048

    Hello,

    I need to know how to change the URL from the development address to the live domain for my license.

    Thanks

    Hello,

    I need to know how to change the URL from the development address to the live domain for my license.

    Regards,

    Martin

    #96744

    In reply to: Mailchimp Addon


    Shahriar
    Moderator
    This reply has been marked as private.
    #96639

    Shahriar
    Moderator

    Please get your sandbox API credentials from here https://developer.paypal.com/docs/classic/lifecycle/sb_credentials/

    About the twitter lock, have you added your site URL in “Callback URLs” field in APP Settings?

Viewing 25 results - 801 through 825 (of 1,647 total)