Forum Replies Created
simply deactivate and delete old version, then install & activate new version.
it is not buggy, he used short-code in description which casued infinite loop and causes 500 error.
Please install wpdm-archive-page.zip from your all add-ons pack. Then use short-code:
[wpdm-archive link_template=”link-template-id-here” button_style=”success” items_per_page=9]
You also can use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
You may add following css at the end of your theme css file:
.file > a, .directory > a {
font-size: 12pt;
line-height: 19px;
}
ok now, I’ve added following css at the end of your theme css file:
#wpdm-popup-link{
z-index:100000;
}
please use template="555e40b5491ad" , not link_template="555e40b5491ad"
ok, please give me temporary wp-admin login info in a private reply, I’ll set it up there for you.
I see you used the short-code directly, you should replace link-template-id with your link template ID
I even didn’t know that email template editor was not working.
try deleting and reinstalling wpdm tinymce button add-on for Cannot modify header information... warning.
May you please ask your hosting company for 500 error or site down issue.
“Can you confirm you are not updating our site with an old login” — no, we don’t access to client site without notifying even when they gave us access.
In that case, I need to check how you using this. if possible give me temporary wp-admin login info in a private reply and the template file name.
this should work fine:
<?php do_shortcode("[wpdm_package id='".$post->ID."' template='link-template-id']"); ?>
anyhow the way you made it work also good.
that is just email template editor. we are still checking enable disable option.
Search for word wp_mail in liveforms.php and comment those lines to skip from execution.
Looks like it is coming form your theme, however, you can easy create a new page template or edit current template as your your need from Admin Menu Downloads Templates. Docs: http://www.wpdownloadmanager.com/doc/templates/
actually they are coming from your theme, need to remove those from theme template.