Search Results for 'Add Url'

Viewing 25 results - 1,401 through 1,425 (of 1,676 total)
  • Author
    Search Results

  • connect
    Member

    We’re creating new WordPress sites entirely in SSL and if I log into the WP admin interface on such SSL sites, Download Manager inserts HTML that isn’t “SSL-safe”, causing mixed content warnings. Here’s what happens:

    * Download Manager Pro plugin installed and active on SSL site.

    * The main admin interface page has this HTML inserted by Download Manager that causes a mixed content warning (yes, it does say “wpdmvarsion”!):
    <pre id=”line1″><<span class=”start-tag”>iframe</span> <span class=”attribute-name”>src</span>=”http://cdn.wpdownloadmanager.com/notice.php?wpdmvarsion=4.3.0
    <span id=”line1048″></span> <span class=”attribute-name”>style</span>=”height: 300px;width:100%;border:0px“></<span class=”end-tag”>iframe</span

    And, yes, there is a valid secure cert on https://cdn.wpdownloadmanager.com/
    so it could have been prefixed with // instead of http://.

    * If you load in the iframe URL, this has further issues in its HTML:

    <<span class=”start-tag”>link</span> <span class=”attribute-name”>href</span>=’http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900‘ <span class=”attribute-name”>rel</span>=’stylesheet‘ <span class=”attribute-name”>type</span>=’text/css‘>

    This http:// link prevents any attempt to workaround the mixed content warning issue (e.g. with mod_substitute, WordPress for HTTPS etc.).
    It should of course start with ‘//fonts.googleapis.com/…

    It would be nice if these two simple (and near-identical) fixes were added to the next Download Manager release.

    #32666

    mpaquin
    Member
    This reply has been marked as private.
    #32340

    izzy
    Member

    Just to confirm, If I included the URLs in the CSV file upload document, would WPDM know to download and save the file to my WP database.

    What’s the best way to populate your WP theme using and XML file, URLs or files saved in a folder? Manually adding them isn’t feasible…

    Thanks

    #32326

    connect
    Member

    Download Manager Pro doesn’t show any indication in the WP admin interface that there’s a new version available, which is extremely poor, particularly if the new version has security fixes. In fact, the lack of auto-updates of Download Manager Pro is utterly appalling and a major security risk, so I’m going to have to “homebrew” my own way of doing auto-updates.

    Firstly, I’m going to need to know what the latest version of Download Manager Pro is – my best guess is to scrape this page:

    http://www.wpdownloadmanager.com/category/blog/new-release/

    and look for the earliest line with “WordPress Download Manager Pro vX.Y.Z released” and extract the version from that. This seems extremely crude – is there a better way to get the latest version programmatically?

    Once a new version is detected, it looks like I’ll have to screen scrape with curl to get to the latest zip file in my account:

    * Login to Download Manager site
    * Go to http://www.wpdownloadmanager.com/purchases/
    * Get the top (“Completed”) Order id line and follow the link
    * Grab the Download link for the download-manager-X.Y.Z.zip file (may also need to get License key here)
    * Logout from Download manager site
    * Copy the zip file onto the server I want to update
    * Run a sequence of WP-CLI commands as necessary:
    – Deactivate old plugin (if present and activated)
    – Delete old plugin (if present)
    – Install new plugin
    – Activate new plugin
    – Add license key if needed (not sure how you do this step!)
    * Do some post-upgrade tests (home page HTML OK, returns code 200 etc.)
    * Rollback using an old zip file/license key if there’s a problem

    It does seem to be a total pain in the backside to have to handcode this (and if the Download Manager site gets reworked, things will fail) – there *really* ought to be better way than this – an auto-updater plugin (which I see was around in 2011, but gone now) or something. I can auto-update all the other free and paid plugins I have installed in our WP sites…except for Download Manager Pro – arrgh!

    #32314

    In reply to: URL Variable


    leandroch
    Member

    I need my URL looks like this:

    wpdmact=process&did=OTc1OL5ob3RsaW5r

    It is possible to add the attachment directly in the post?

    #32265

    icoffe01
    Member

    Hello .. i try to download file to try a pdf stamper add-on but when i press download i get this massage :

    Warning: fopen(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/****/public_html/wp/wp-content/plugins/wpdm-pdf-stamper/libs/fpdf1.7/fpdf.php on line 1232 Warning: fopen(http://www.******.com/wp/wp-content/uploads/2015/08/******_stamp.png): failed to open stream: no suitable wrapper could be found in /home/***/public_html/wp/wp-content/plugins/wpdm-pdf-stamper/libs/fpdf1.7/fpdf.php on line 1232 FPDF error: Can’t open image file: http://www.*******.com/wp/wp-content/uploads/2015/08/**********_stamp.png

    #32220

    izzy
    Member

    So, I’ve checked with my hosting provider and they have confirmed the zlib and zip and both installed and functioning on my server.

    I have also noticed that If I manually import and upload images via the ‘select files from computer’ option, that the files are included in the download file. It works as it should. When I add files from a URL, WPDM won’t include the files in the folder. It seems like it doesn’t download the files to the WP media file database. How do I fix this. When I import images in bulk via and XML file, the images and download files are sourced from URL on a third-party website.

    How do I fix this so I can import multiple download files from a URL via bulk import using a WP plugin?

    #32101

    Shahriar
    Moderator

    #1. At login required message option in download manager settings page you can add both links.
    About the “solution”, may you please tell me what you trying to do.

    #2. Need to edit template to add subscription page link

    #3. That also will require customization in code. Need to replace [page_link] tag with <a href="[download_url]">[title]</a>

    #32042

    IoniaISD
    Member

    My Apache error log is being flooded with a bunch of errors from the WPDM Pro addon. It appears the addon is creating links for file type icons that don’t (and shouldn’t) exist. It appears that the error occurs when a URL is attached as a package. I’ve attached part of my Apache error log to help track down this issue.

    Any help on this would be appreciated. Thanks!


    Lollen
    Member

    Hi, we are using All Packages shortcode. It is showing a “Download” link as it should.
    But we would like to change it to a “View” or “Open file” link instead, that opens the file in a new window or tab. So people either can just look at the PDF and then close it, or if they wish to they can download it themself (save pdf file).

    I saw in another thread your suggestion to “Open PDF in new tab”: In case of public download you can edit link and page template, use [link_label] instead of [download_link]
    Can we use the same solution with All Packages?

    What will happen with the download counter? Will it count files that are opened in a new window, just as if they were downloaded?

    In detail:
    if you look at this page http://www.bastec.se/products/operatorspanel/ It is showing a “Download” link (“Ladda ner” in swedish) as it should. I would like to change “Ladda ner”/Download to View/Open file. But when they click on a file NAME they should still get linked to the file SINGLE page with more info. And on a SINGLE page like http://www.bastec.se/download/bas2-op-t440-operatorspanel-datablad/ there could still be a normal Download link, or will that change to if we change it on the first page?

    /Lea


    savvasha
    Member

    Hello there,

    I am using the Archive Addon and I have problems with z-index at the right side of category buttons, as you can see at the screenshot.
    The url is Vasi-Thematwn

    I couldnt solve it by my own…. 🙁

    #31410

    Shahjada
    Keymaster

    However here is the link template code you need to use for 3 cols layout for archive page:

    <div class="col-md-4">
    <div class="panel panel-default">
        <div class="panel-body">
    <div class="media">
        <a class="pull-left" href="[page_url]">
        [thumb_60x60]
        </a>
        <div class="media-body">
        <h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;height: 20px;overflow: hidden">[page_link]</h4>
        <i style="margin: 4px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size]<Br/>
    
        </div>
    </div>
    </div>
        <div class="panel-footer"><div class="pull-left" style="line-height: 30px;"><i style="margin: 2px 0 0 5px;" class="icon icon-download-alt"></i> [download_count] downloads</div>  <div class="pull-right">[download_link]</div><div style="clear: both"></div></div>
    </div>
    </div>
    

    ldja
    Member

    OK so one of the clients I am working has a specific need for a page layout functionality and I am wondering if and how this is possible….

    1) Automatic large thumbnail creation of PDF file
    2) Archive Page to display latest documents uploaded only, every time an upload is made 5 PDF documents are uploaded: Salinity, Water Quality, Weather, Habitat, Biology, Report see what they are doing currently: http://saveourlake.org/coastal-hydromap.php

    Basically they are manually creating jpg thumbnails and posting the pics and links manually …
    I’d like to figure out how to automate this using wp-download manger

    Then one additionally layout lists the archive of said items in a table: http://saveourlake.org/coastal-hydromap-archives.php

    Initially i was thinking of setting this up as a category (Hydrocostal water maps) with children (Salinity, Water Quality, Weather, Habitat, Biology, Report) That way i could detect the most current of each and create a table

    Anyhow if you think there is a better way to do this let me know and if anyone has seen how to do the auto large jpg thumbnail creation of PDF documents for wp download manager do please let me know!

    #31193

    In reply to: WPDM Add-Ons error


    Shahjada
    Keymaster

    probably cURL is not working properly or your server firewall is blocking wpdownloadmamager.com while your site trying to access to get add-on list, however that will not cause any functional issue in using the plugin.

    #31176

    Shahjada
    Keymaster

    Personalized url means, you are here getting url for each package like regular posts, additional you can change url base slug from download manager settings. But for each file’s download url you need to enable individual file download from package settings in edit package window. And If you upload files using download manager uploaded with attach file metabox, users will not be able to download or access file directly, as download-manager-files dir is http access protected.

    #31161

    In reply to: Subscriber interface


    giorgoskappa
    Member

    You have said “Ok, I can add a button there, please give me the URL”
    what you ment?


    expresspcb
    Member

    I tried adding [rating_stars] to the link templates but the stars are not showing.

    The url is http://dev.expresspcb.com/community-library/

    #31036

    In reply to: Subscriber interface


    Shahjada
    Keymaster

    in that case, with login form url, you need to user a additional parameter “redirect_to=redirect-url”

    #30986

    Shahjada
    Keymaster

    first screenshot, looks like a css conflict with another plugin, for 2nd, please give me the url where you using archive page short-code and re-activate temporary wp-admin login info to check, btw, we have released a v2.6.0 of archive page add-on, please update your copy.

    #30858

    In reply to: Subscriber interface


    Shahjada
    Keymaster

    Ops I got confused, I though you were also using our membership add-on, so may you please explain how you wanted it here, please show me with example url

    #30828

    In reply to: Subscriber interface


    Shahjada
    Keymaster

    Ok, I can add a button there, please give me the URL

    #30778

    Shahjada
    Keymaster

    if you want only single icon for all post, you can create a link template in hard code icon html ( for example <img src=”icon-url-here” /> ) and other link template code to short additional package info ( doc: http://www.wpdownloadmanager.com/doc/templates/ ) .

    #30775

    In reply to: Link to URL


    Shahjada
    Keymaster

    Yes, there are 3 tabs “Upload”, “Browser” , “URL” in attach file metabox, use “URL” to add URL

    #30695

    svanderhagen
    Member

    Shaon, thanks.

    1# So I’ve uploaded a file with your customized CSV import. It saying : File-not-found
    After almost 3 months the auto-import is finally working. But somehow It’s still isn’t possible to just download a uploaded file?

    2# I just want a ‘Download button’ like the one on this page: http://computer-info.nl/downloadsss/a4-pb-2/.
    So because something is remotetly uploaded, I can’t use [download_link]?

    3# That means I have to add a div id to the [file_list] code, edit the CSS and make it look like a simple download button. Alot of work don’t you think?

    4# I’ve noticed something strange. I’ve given the file within the CSV file the following name a4test.pdf. I placed it within the folder /files/ like you told me to. But WPDM creates this download-error: /public_html/wp-content/files/files/a4test.pdf: No such file or directory. It places an extra /files/ within the url. No wonder he can’t find the file, because /files/files/ doesn’t exist.

    I’m still patient, but you have to be honest. 3 months later and I still cannot implement the website for a client, because the auto-import / download doesn’t work? Something that should have taking you 5 hours, you told me.


    Crocker
    Member

    Why download count for Allow Inidividual File Download not work if download file is link add from Insert URL?
    It not count when i try to click download?

Viewing 25 results - 1,401 through 1,425 (of 1,676 total)