Forum Replies Created
please give me the affected url and login info to check
ops, sorry, I tried to update a file which didn’t save from plugin editor. However I’ve attached, download unzip upload wpdm-functions.php to download-manager dir, then try again with import.
@wdemilly, yes, it is a third party plugin, probably this one https://wordpress.org/plugins/duplicate-post/
probably the link template is missing, try selecting another link template.
others earlier I was working was not plugin bug, they were the adjustments over customization.
What is problem with tinymce button? Selecting template everytime is not anything unusual or you can’t tell it a bug, default plugin does nothing with tinymce button, we explained in product page what default plugin does.
Email option adjusting and you can download updated plugin from your members area.
Membership area override download expiration and price settings, it is not a bug too.
Still plugin works perfectly as we explained, but if you want something in your own customized way, that always will require lots of customization.
Sorry for the issue, we printed some text for test before last update and forgot to remove that, however adjusted and updated the plugin now. Please download again to get the updated copy.
for simple search box only, you can use wpdm search widget, but if you want it in archive page as your shown in your screenshot, it will require to edit code. Anyhow I can edit that for you, please give me temporary wp-admin login info in a private reply
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.