Working , correct shortcode is [wpdm_user_dashboard]
This popup can not be changed. But you can change the look using css.
Add following css the link template you are using now. Add numbers (left and top ) to position of button,
.btn.btn-lg.btn-primary.wpdm-btn-play.wpdm-btn-play-lg {
background: #00f none repeat scroll 0 0;
left: 65px;
position: absolute;
top: 96px;
}
Select ‘Call To Action 3’ from Link Template dropdown in package settings.
By the check these themes http://www.wpdownloadmanager.com/downloads/themes-2/ These themes are optimized for WPDM.
Go to Settings Permalink , don’t change anything, just save settings. It should work again.
Hello Michael,
Use wpdm_onstart_download for now. We will work on after_download hook in next release.
Thanks.
Hi,
I think you did not understand what i am referring to as Template. Did you checked the doc link i shared with you? You are already using a Page template , but need a customized template to show only thumbs.
I already wrote the template code above.
To create a WPDM Page template,
1. Go to Downloads Templates Page Templates Tab
2. Clone an existing template
3. Copy and Paste the code from previous reply in code area
4. Give the template a name
And you have created a new template!
Select this new template from Page Template drop down (http://awesomescreenshot.com/0515dpz30f) in Package settings when creating a new package or editing old one.
Thanks.
Do you have latest version of Archive Page Add-on? If not update your version. Or send login info in private reply. Thanks.
Hi, Releasing Extended Short-codes update today. Thanks for reporting this issue.
Hi, We will add this in next update, which is coming soon.
Sorry didn’t get the issue. Could you please explain little more. Thanks.
Hi,
Re installing the plugin fixed the issue. Looks like you changed some code in plugin or plugin installation was not done properly before. However it is okay now.
Thanks.
Same code is working in our test. Please send temporary login info in private reply to check further. Thanks.
Create a new page template (http://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/) and paste following code, It shows only package images . You can change image size to whatever you want. Now set to 300×300,
<div class="row">
<div class="col-md-12">
[thumb_gallery_300x300]
</div>
</div>
Use category shortcode to fetch category list in homepage. Insert shortcode using tinymce button ( http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ )
Thanks.
As I found str_replace
function for 2 arrays with 79 items returning 500 internal server error in your installation
, May you please tell this to your server support, they will able to resolve it.
Check your server settings for max file upload size, you need to increase the limit to allow large file upload.
Login credentials not working.
Hi,
WPDM frontend page rendered by following files,
../download-manager/libs/class.ShortCodes.php
../download-manager/tpls/wpdm-add-new-file-front.php
../download-manager/tpls/wpdm-list-files-front.php
Find all occurrences of Packages/s there and replace it with whatever you want. But keep in mind , when you update the plugin , you have to rename all occurrences again.
Thanks.
Hi,
Most possible reason is conflict with another plugin, which preventing ajax operation from wpdm. Try deactivating other plugin to find the conflict. If you can’t find it, send temporary wp-admin login info in private reply.
Thanks.
Hi,
Name of the language file should be wpdmap-es_ES.po and same for .mo
Please try this and let me know if it does not work.
Thanks.
Please send temporary wp-admin login info to check this issue. btw, do you have the latest version of plugin?
Here i added two classes ( btn and btn-primary ) to add button style in my download link,
<a class="btn btn-primary" href="[download_url]" target="_blank">[link_label]</a>
Please send me the page link where you have the shortcode.