@jjspelman, wpdm pro has nothing to do with comments actually. anyhow if you are already using wpdm pro v4, you can delete the page “wpdmpro”.
in v4 the main point is, it moved to custom post type and we didn’t have any way to keep id same. so you will have to change all package short-code to set proper id again. category short-code will remain same.
key unlocked, try now.
may be file is missing for that package.
the homepage here http://demo.wpdownloadmanager.com/wpdmpro/ actually coming from the theme http://demo.wpdownloadmanager.com/crypton/ , but still you can do that using category short-code and using link template “link-template-pane” ( except slider ).
it is in /download-manager/tpls/metaboxes/attach-file.php
ok now, issue was because of form builder add-on, the add-on still not compatible with v4, anyhow compatible version is coming on next week
mentioned in previous reply.
in demo site it is looking full width as we used 1 col, in there if you use cols=1 with category short-code then you will see the template full width too and you can change the download button from image button add-on.
got the thumb issue now, we missed it with wpdm v4, will be availble again with 4.0.1
did you download again from wpdownloadmanager.com?
got the chrome issue, update coming within next few hours
in pro we now use custom post type and custom taxonomy, so you can use external plugin like “custom taxonomy order” for re-ordering categories.
yes, possible, you can already do that in free too using server file browser.
please give me your url to check
$cp = wpdm_query_var('cp','num'); if(!$cp) $cp = 1; $params = array( 'post_type' ► 'wpdmpro', 'paged' ► $cp, 'posts_per_page' ► $items_per_page, 'tax_query' ► array(array( 'taxonomy' ► 'wpdmcategory', 'field' ► 'slug', 'terms' ► $cids )) );
please give me complete error message to find the reason.
changed file is functions.php, function name “wpdm_embed_category” , added “paged” parameter with query.
usually cached file deleted automatically after download completed, but if user cancel download and it will not be deleted and need to clear cache dir manually for now, but we are already adding cache management option there now.
you can download again now and reinstall v4 to resolve those notices, but you will see the notification in you dashboard after v4.0.1. release. anyhow those notices are not from wpdm pro.
I see boxed template looks 99% ok in your site, but a “quote” coming from your theme css.
you see 2 images, because theme has build-in option for showing feature image where wpdm page template also using thumb tag for showing featured image, so, if you remove [thumb] tag from wpdm page template, there you will see 1 image only, it is not an issue, nothing to fix there actually.
actually pro is 100s times powerful then free, here you have option to create new templates simply using template tag, image button add-on ( http://www.wpdownloadmanager.com/download/wpdm-image-button/ ) to prettify download link and many more, you don’t have to edit each package to change template, when you will use tinymce button add-on you will have option to select template directly from there while generating short-code, as pro version has so many options and feature it certainly will take little more time to understand everything, that actually don’t make it worse. After you understand all features of pro, i think you will love it most. Anyhow let me know if you need any clarification on any feature there.
please download the plugin and install, noticed should be gone. anyhow we are releasing v4.0.1 today.
1. in your active theme folder
1) yes, for example if you want to use full width page template, create a copy of fullwith page template from your theme and name it single-wpdmpro.php
2) support@wpdownloadmanager.com, please mention forum post URL so that support team can track it.
3) noted for implementation
7) that will not remove image completely as your page template already showing featured image, so you can skip from wpdm page template.
page template demos are not available, but you can try applying one after another. as there are very easy template editor, you can create you own style there easily.
we got a minor issue there, update coming within 24 hours.