Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #7487
    amany
    Participant

    I’m Using Download Attachment At My Page , I Uploaded 2 Files and I can Show them In My front Page But When Uploaded The Third File ,Nothing Appear In My Page
    I Couldn’t Determine The Problem Exactly

    #7488
    Bartosz
    Keymaster

    Please post a link to the page with files to download.

    #7490
    amany
    Participant
    #7492
    Bartosz
    Keymaster

    Looks like there are 2 files. What about admin edit screen for that page, can you make a screenshot? Did you test your admin for js errors?

    #7496
    amany
    Participant

    Firstly , Thanks For Quick Reply
    Secondly , I Have No Js errors In admin Area When Uploading More Than 2 Files.
    If You Access The Last Url Now , You Will Find No Files.

    – Sorry , I Don’t Know How To Attach Screenshot Image on This Comment

    #7497
    Bartosz
    Keymaster

    It looks as if the plugin function responsible for the display was not fired at all.

    Did you implement it manually or automatically (via shortcode).

    When it comes to the admin js errors, I mean any js errors, not related to the DA itself especially. The admin inteface is javascript (Ajax) driven, so if you have any JS issues it might not work properly.

    #7499
    amany
    Participant

    I Implemented It Manually ,And I have no js Issues in My admin area

    You Can Show my admin Screenshot from here
    http://acutebusiness.net/atheeb/wp-content/uploads/2015/07/dowatta.png

    #7500
    Bartosz
    Keymaster

    I have a clue for the frontend – look here: http://acutebusiness.net/atheeb/ar/%D8%B9%D9%86-%D8%B9%D8%B0%D9%8A%D8%A8/%D8%AA%D8%AD%D9%85%D9%8A%D9%84/

    The admin side looks ok. Do you pass post ID parameter to the function?

    #7501
    amany
    Participant

    Sorry I couldn’t Understand What do you mean by arabic url but I Make my updates only On English version .

    This Image shows That Post_id passed to function when I uploaded anew file
    http://acutebusiness.net/atheeb/wp-content/uploads/2015/07/newsc.png

    the response is ok

    #7502
    Bartosz
    Keymaster

    Yes, the admin is ok – it’s being stored an saved.

    But for some reason the DA function does not work in your theme. So maybe just try it like that:

    da_display_download_attachments( get_the_ID() );

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.