thardy99
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Twenty Twelve integration problemsUgh! 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,
TeresaForum: Plugins
In reply to: [Email Before Download] Not getting the links in the emailWell 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!
Forum: Plugins
In reply to: [Email Before Download] Not getting the links in the emailAh 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.phpelse $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!
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!
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.
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.