Search Results for 'Add Url'

Viewing 25 results - 1,276 through 1,300 (of 1,656 total)
  • Author
    Search Results
  • #44409

    LGLab
    Member

    Hi,

    I just installed facebook share lock addon but when the item is share the download button doesn’t appear and the facebook share button remain, tested in FF and chrome

    Also, I need to be able to set the url to be shared as my downloads (and all related seo including og tags) are set in posts not download pages.

    Will give you access detail in a following private post.

    Thanks

    #44305

    Shahriar
    Moderator

    Adding as url and adding using ftp add-on works differently. WPDM never cache urls. But if you files in same server, but in different dir, you better use server file browsers.

    #44289
    #44271

    martaserrano
    Member

    HI,

    I am trying other thing before the cloud services.
    If i add in the same ftp but in another folder and add it via link, it will work.
    But is not working already.
    Have a look on the url http://ibernex.es/descarga/

    Why is that?
    WIth this, we wont have the problem of cache on big files, and it wont need the add on of extra ftp (we already have this), but i do not see where is the miskake

    The folder where the web are located is: /public_html and where i am locating new files is /public_ftp

    any solution?

    Thanks

    #44175

    Shahriar
    Moderator

    used additional parameter flaturl=0 with short-code.


    Drakah
    Member

    I noticed that the close button looks like a little arrow at the upper-right and then I noticed it is really an X, just not showing the entire graphic.

    download-manager\assets\css\themes\default

    edit the default.css
    find

    .nivo-lightbox-theme-default .nivo-lightbox-close {
           display: block;
           background: url(close.png) no-repeat 5px 5px;
           width: 16px;
           height: 16px;
           text-indent: -9999px;
           padding: 5px;
           opacity: 0.5;
    }

    remove 5px 5px

    .nivo-lightbox-theme-default .nivo-lightbox-close {
           display: block;
           background: url(close.png) no-repeat;
           width: 16px;
           height: 16px;
           text-indent: -9999px;
           padding: 5px;
           opacity: 0.5;
    }
    #44113

    Drakah
    Member
    This reply has been marked as private.
    #44068

    Drakah
    Member

    I made a simple Sidebar link template that has the version number in it and it looks great from the preview.
    However, as soon as I implement it into the Sidebar, BOOM! The thumbnail becomes the massive full-size picture.

    Here is what I used.

    <div class="thumbnail">
    <div class="media">
        <a class="pull-left" href="[page_url]">
        [thumb_70x70]
        </a>
        <div class="media-body">
        <h3 style="margin: 10px 0;padding: 0;font-size: 12pt"><strong>[page_link]</strong></h3>
        <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> Version: [version]<br/>   
        <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
        </div>
    </div>
    #44051

    In reply to: Custom links


    Shahriar
    Moderator

    Please give me your url to check where you want to add link.

    Don’t worry 🙂 we are more than happy to help you there in every step.


    Drakah
    Member

    I seem to have an issue that the links on the Frontend Uploader Page has an extra “/” in the URL for Add New, Sales, Edit Profile, Logout, the link to the files and the Blue Edit button on the rightside.

    I am guessing it is coming from part of the “permalink” but not entirely sure.

    I was able to temporarily remove it via PHP until you come up with a solution.
    I am attaching the 2 files that I have edited to make it work for me.
    You can use a compare program to see what I changed to your original.
    The location of the 2 files is in the TPLS folder.
    Look for the /* comment I added in the file to show you where I did the change.

    #43748

    cnmesoamerica
    Participant
    This reply has been marked as private.

    DaysFinest
    Member

    Hi there

    I have traced a problem with PeepSo plugin to a conflict with the WPDM User Review Add-on

    It appears to be blocking Peepso from operating to display non-text elements (video’s, images, URL-link images, mood icons…) in it’s post lists.

    When I deactivate the WPDM User Review Add-on the problem is gone and all non-text elements return to display in the PeepSo posts.

    Can you give some advice/ help address this issue?

    Thanks
    Andy

    #43604

    Shahjada
    Keymaster

    In that case, you need to add those using server file browser, not as http or ftp url.

    #43468

    cbenson583
    Member

    We are using the WPDM-Archive Page Add on. Since the upgrade to 4.5.4 and 2.8.3, text search is no longer working correctly.

    For example, When I pull up the search page, I can see specific document titles in the list. Then when I type in a word or words in some of the titles, the results return no items found. This worked before we upgraded.

    Here are the URLS to try.

    http://beta.ursa.research.gsu.edu/ursa/compliance/human-subjects/human-subjects-files/

    – Note the 2nd document, Becoming a Research Volunteer …

    – Type Research Volunteer in the search box and press enter.

    – Note the No download found!

    – Clear the search and scroll down

    – Note the packages with Screening Form in the title

    – Search for Screening Form

    – Note No Download found!

    – Search for Screening

    – Note results are found.

    We really want to keep using this tool, but this is a major issue on a significant project.

    #43465

    DaysFinest
    Member

    @Shahriar

    I also find I have a problem with this shortcode from the Review Add-on
    [rating_stars]

    I have placed it into a link template that otherwise functions correctly within the Directory Add-on to produce a table of results via the shortcode –
    [wpdm-archive cat_view=”compact” button_style=”default” link_template=”56fc0d6963a2a” order_by=”post_title” order=”asc” items_per_page=”10″]

    There is just blank space though where the ratings stars should appear.

    Here is the entire template code –

    <div class="row">
      <div class="col-md-12">
        <div class="thumbnail">
          <div class="row">
            <div class="col-md-3">
              <div class="media">
                <a class="pull-left" href="[page_url]">
                [thumb_50x50]
                </a>
                <div class="media-body">
                  <strong>[page_link]</strong><br/>    
                  <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
                </div>
              </div>
            </div>
            <div class="col-md-3">
              [rating_stars]
            </div>
            <div class="col-md-2">
              [categories]
            </div>
            <div class="col-md-2">
              <em>Created On</em></br>[create_date]
            </div>
            <div class="col-md-2">
              [download_link]
            </div>
          </div>
        </div>
      </div>
    </div>
    

    – I would appreciate some help/ advice on this issue along with my original problem which still persists
    Thanks
    Andy

    #43457

    Dimru
    Member

    Hi, support.
    There is a problem.
    My downloads are in the folder “FTP-server”.
    When I select a file from the list of FTP, the way it is written as ftp:/FTP-server/example.doc
    And when you press “Download”, an empty file is saved as “file-not-found.txt”.
    Where could I go wrong with the settings?
    If you type the correct path ftp://my_site/FTP-server/example.doc, you can download the file, you if entered ftp login and user password.
    If you enter URL in the widget “Attach File” (http://my_site/FTP-server/example.doc), you can download the file.

    It’s very large number of files and i don’t want to correct them manually – for this this add-on has been purchased. 🙂

    Thank you for your plug-in, I hope you will help to solve my problem.


    vijendra
    Member

    Previously I added the license key to stating site. Now I am trying to add that to the live site after removing from stating one. But the system is not taking that.

    staging url: http://www.locs.dreamhosters.com/
    live url: http://www.locs.co.uk/

    Please check and let me know.

    Thanks

    #43021

    In reply to: csv import


    Shahriar
    Moderator

    You simply need to add category names like this “Category 1, Category 2” at a column in your csv file. If you keep files in /uploads/download-manager-files/ dir, in csv file you just have to add the file name, otherwise full file path or URL.

    #42825

    andislmar
    Member
    This reply has been marked as private.

    evgenyp
    Member

    Good day,

    I have the latest version of the plugin and a fresh installation of WordPress. The only WPDM add-on I have is Amazon S3

    PROBLEM 1:
    I don’t see the download count changing when used with new (cloned) templates. I tested it with a local file and a file added by URL. Here is how I repro it on my site:
    1) Add a local file and call the post “Test”
    2) Choose Single Column, Flat template and Publish
    3) Try to download the file and check the count. It will be 1
    4) Clone “Single Column, Flat” template and update the package to use it
    5) Download file again and see that the download count didn’t change this time
    6) It will not change even if you switch to the standard template again

    Please help

    PROBLEM 2:
    When I go to the “Link Templates” section I am seeing the following warning under each template:
    Warning: in_array() expects parameter 2 to be array, boolean given in /home/bluefrhw/public_html/coloring/wp-content/plugins/download-manager/admin/tpls/templates.php on line 63

    What is this?

    PROBLEM 3:
    Per http://www.wpdownloadmanager.com/docs/integrated-templates/ I should be able to use this [download_link btn btn-lage btn-success] to customize the look of the download link. This does never get expanded in my case.

    #42650

    In reply to: Link to categories

    Thanks, but is it possible to link to a category page using the Archive add-on template.

    Clicking a category from the Archive add-on page doesn’t update the URL… so it must use AJAX?

    #42585

    In reply to: Bugs and Errors


    Shahriar
    Moderator

    “Add-ons” page just show the list of add-on available in our site, the page doesn’t have any other use for you. “Out of memory” error because, it loads all add-ons data in that page in an array and your server doesn’t have enough cache memory.

    Instead of [gallery_WxH] , use [thumb_gallery_WxH]  and it will works or show images only when you add additional previews with a package  ( http://www.wpdownloadmanager.com/doc/templates/template-tags/ )

    If you use [thumb_250x250], in all browsers and devices, the image size will be 250×250, please give me the url if you see different anywhere to check.

     

    #42515

    SniffTHIS
    Member

    Hello,
    I have successfully downloaded and upgraded to the latest version of this plugin. However, the option for setting the Facebook Like, will not work. I want my users to “like” my Facebook page before they can download the item, but some some reason this refuses to work! I have added in the correct FB URL there in the field. It still will not work no matter what. When I “uncheck” this option, the user can then download the file without any problem. But when I opt to use it and have the correct Facebook link to the page there in the field, the user is unable to download the file and they are not prompted to “like” the page before being able to download the item. Please help. Thanks.

    #42427

    richardyoung
    Member

    I have WPDM v4.5.4 and the latest version of WP installed.
    I have created pages to contain [wpdm_frontend] and [wpdm_user_dashboard] shortcodes
    I have configured front end settings to link to these pages and assigned roles for access (administrator and a custom role).
    On going to the [wpdm_frontend] and [wpdm_user_dashboard] pages, as administrator, the correct information is displayed.
    BUT clicking on ANY link or tab on those pages the shortcode crashes with ‘page not found’ For example If i click ‘add new’ tab on the [wpdm_frontend] page I get “Sorry,no such page…..” (my standard page not found error message) and the URL it is trying to find is ……/add-new/. I don’t have a ‘add-new’ page anywhere and I can’t find any documentation saying how to set up this link.

    So what do I do now?

    #42386

    Shahriar
    Moderator
    1. Bulk import doesn’t explore sub folders, but in case of csv import, if you keep the files in /download-manage-files/ dir, you need to add only file name in csv file, otherwise full path or url.
    2. We shall add support for custom link template for that view with the next update of the add-on.

    [file_list] should be active there.

     

Viewing 25 results - 1,276 through 1,300 (of 1,656 total)