timpascal
Forum Replies Created
-
Thanks, wasn’t sure that was the problem. Now a PHP upgrade comes with a whole new set of problems, but that’s for a different forum lol. Thanks for your patience and support. Great plugin.
Forum: Plugins
In reply to: [Email Before Download] list of file names downloaded for emailBump. I’m having the same issue. No configuration changes with the update but I’ve lost the download file list and I need that. Rolled back pending fix.
Pretty simple change to the email-before-download.php file. Find the line:
$chekboxes .= '<br />' . $d->title. ' <input type="checkbox" checked="true" name="ebd_downloads[]" value="'. $dl_id . '"/>';
Remove the
checked="true"
part. You’re done!Forum: Plugins
In reply to: [Juiz Last Tweet Widget] Metadata dashes won't go awayGood point. In the template function, I changed ‘links’ to false and nothing happened. So I used your CSS fix and it worked fine. Thanks for your help.
Forum: Plugins
In reply to: [Juiz Last Tweet Widget] Metadata dashes won't go awayThanks for the reply Geoff. It doesn’t look like a border problem to me. It seems to be a content problem. For example this tweet:
Now #Hiring: #WebTAS FSE – #ColoradoSprings #jobs t.co/oUJyfisIOM – –
I want to remove the ‘ – -‘ at the end of the tweet. These are the separators for content that is no longer displayed and unfortunately they don’t seem to be styled by the classes that I’m hiding with ‘display:none;’. Perhaps you could wrap these separators with a class as well so that I could nuke em. Does that make sense?
Forum: Plugins
In reply to: [Email Before Download] How to allow Multiple DownloadI just figured this out.
1. You need to have your files registered in Download Monitor so that they have individual id numbers.
2. You need to add ‘<ebd />’ to your form in Contact 7 where you want your checklist of multiple files to appear.
3. In your shortcode you need to be sure to include the file id’s that you want to appear in the checklist – something like: [email-download download_id=”1,2,3″ contact_form_id=”3456″]Hope this helps.