Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter thardy99

    (@thardy99)

    Ugh! Next step is always de-activate plugins. Now I have to figure out which one as I add a bunch back in.

    Maybe this will help somebody else.

    I’d still like to know why you don’t list Twenty Twelve in the themes that you have tested. I only found it in the developer notes on your site.

    Thanks,
    Teresa

    Thread Starter thardy99

    (@thardy99)

    Well it is definitely related but there must be another typo in this part of the code. I took that { after the else out on line 44 and the downloads work. Not sure I am going to release to production until I sort through this part of the code to fix. I am so close to a solution here!

    Thanks!

    Thread Starter thardy99

    (@thardy99)

    Ah progress, hidden in plain site as I expected. This gives me links but the links don’t work, giving a 500 error.

    I have it set up as a hide/mask and cURL is enabled, 1week expiration.

    Not sure if this is related, just digging through the code.
    I think there is an open curly brace missing for the else on line 44 of download.php

    else $file = do_shortcode('[download_data id="'.$ebd_link->selected_id.'" data="download_link"]');

    should be

    else { $file = do_shortcode('[download_data id="'.$ebd_link->selected_id.'" data="download_link"]');

    Thanks!

    thardy99

    (@thardy99)

    I GOT IT!
    I needed the <edb_left />
    And I really didn’t understand that until I dug through all the code.
    I still don’t understand why the short_descriptions didn’t come out with <ebd />

    Thanks!

    thardy99

    (@thardy99)

    After a bit of testing I can see $d->short_description with some debug code but it is not showing in the page so I think this custom theme that I inherited is somehow stopping this from working correctly. Not quite sure where to look.

    thardy99

    (@thardy99)

    I tried this update. Wondering if it works for multiple downloads.
    Using this shortcode
    [email-download download_id=”2908,2928″ contact_form_id=”2925″]

    getting this for the documents
    Test 1 [checkbox]
    Test 2 [checkbox]

    Wondering if I can get a document title and short description out with multiple documents based on this comment in the FAQs about the shortcode. And not too sure how to use this shortcode.
    title – this attribute overrides the download title from Download Monitor (works only with single id)

    Any hints greatly appreciated.

    Update: I fixed the titles, I was using the wrong id from the download page. Now just trying to get the descriptions to list on multiple downloads.

Viewing 6 replies - 16 through 21 (of 21 total)