Again thanks for the reply – just deleted the recent installation of this update and reinstalled the plugin from the directory and the bulk delete function works fine now for multiple packages and for selected single ones too. So as far as the deleting of expired downloads is concerned I can complete that task.
However choosing a single item/package and choosing ‘delete permanently’ from the edit/delete option beside the file ID is still not working, so perhaps there is still a problem that needs resolving. Is this the same in the Pro version?
But for now I can continue to evaluate, but its now more likely that I’ll purchase the Pro version for added functionality shortly as the site is nearing completion.
After Custom Fields activation i got an issue http://subz.blog-spot.gr/
My slider is not working and also some widgets ( maybe with javascript ) including New Downloads
When I try to load the page, the WP theme disappears and the site menu is displayed vertically (normally horizontal) and is devoid of all style.
The problem does not happen if I change the WP theme to one of the built in WP themes like Twenty Fourteen.
I am using a theme from RocketThemes. Their themes are based on the Gantry Framework which I am pretty sure uses Twitter Bootstrap.
I went to Downloads -> Settings -> Misc Settings to try the different options under Twitter Bootstrap. Every time I press the “Save Settings” button, I get an indication the settings successfully saved – but if I reload the page, I see Twitter Bootstrap has reverted to the Active setting.
What’s going on with the Twitter Bootstrap setting in the plugin and what can be done so I can use this plugin with my theme?
actually you can do that in various way,
One way is , create a package ( Downloads Add New ) for resellers add all reseller files and apply password lock from Lock Option in Package Settings metabox. So when a reseller comes to that page he will need to enter password to download files. Same process for agent.
Another Way is. if resellers and agents are under different user roles. then you can create one for more packages for them and from Access field simply need to select the user role ( reseller or agent ) you want to give access to that package. But let me know if you still not clear.
Hi Shaon,
I have the same issue in version 4.0.4, icons not working even if I uploaded them and select, still the default ones appear. Does this code still need to be adjusted as explained above ? I opened wpdm-all-downloads.php but I think the line 30 and 31 is no longer valid, I mean I guess it must be probably edit in another line. Could you please help?
Also, can you please explain how to hide no of files and no of downloads so that they are not visible? Thank you
I just got purchasing and I am not able to download all of the files associated with my order / account. For example, when I go to download protect hotlink plugin / addon, all I get is a file downloaded named “file-not-found.txt”.
if its to remove packages that users don’t have permission to login to your admin portal, select settings from the download manager section, and you will see an option which is called When user is not alowed to download: under access settings. Change this to Hide Everything, this will remove the package form the search results unless the user has access to the package.
I did some more research and I managed to fix the problem.
The archive add on uses jquery to show the downloads. When you call the Archive layout the way I did, the jquery from wpdm-archive-page.php is not being loaded. Therefore, the downloads will not be shown.
I copied the jquery part from wpdm-archive-page.php to my archive.php template file. (thats the page template that’s being used and that’s where I have the IF statement, mentioned above.)
1. On a Category Page, there are no downloads being displayed
2. On a Category Page, when clicking a subcategory, you get redirected to a NEW page. I don’t want this. I want to load the subcategory in the same page. (like it’s done here: http://demo.wpdownloadmanager.com/wpdmpro/archive-page/).
I use the following code to show the Archive Add On when you click on a category:
if ( ‘wpdmpro’ == get_post_type() ) {
$q_object = get_queried_object(); //gets the current object from the custom post type ‘wpdmpro’
$slug = $q_object->slug; //gets the slug
echo do_shortcode(“[wpdm-archive category='”.$slug.”‘]”); //uses the shortcode and takes the slug we just called
}
Now, when I use the shortcode ( [wpdm-archive category=’category-slug’] directly in a WordPress page, both problems don’t occur.
Example here: http://wptest.alcadis.nl/support/
Can you tell me what the problem is and how to fix this?
sorry, got the issue, will be ok with next update, but if you want to know the fix, here it is,
1) open wpdm-all-downloads.php
2) go to line # 69, it is now there 'total' ► $total_files/$items,
3) replace it with 'total' ► ceil($total_files/$items),
I have been using Download Manager Developer for a client’s site. It has been installed and running for approx 1 year (ver 3.3.6). I am now redeveloping the site and have updated the beta build (different web server) to 4.0.5. I am attempting to migrate the current downloads to the new server, but seem to be running into an issue. The original site has a folder that resides outside of the public_html folder so we can serve up secure files. I have added the string to the “Local File Root” field, but am unable to view the files in the “Browse” window under the package dashboard.
I have a download page to be able to download all available files. But in the title column the link isn’t a link. As you can see at http://blog.compower.org/downloads/ the HTML code for the title misses a < in the code…
I think there is a bug here because I see the same behavior. The sub-categories don’t display and I still get all packages not just the category I used jn the shortcode. If I change the shortcode to say category=118 for the id, I get the subcategory buttons, but I still get the complete list of downloads instead of just the ones in the category.
When I said it “should be” appearing to the left of the download button I was reciting from memory what it used to look like. In fact, it could very well have been to the right of the button I’m just not sure anymore. All I know is the icon just stopped showing up altogether. I tried moving the code of the icon as you suggested above just to see what would happen but it’s still not appearing.
I updated to 4.0.4 and am still seeing the issues. Additionally, on my downloads page I see things like “0 download” instead of “0 downloads” and “download” with no counts. There is also a CSS spacing issue after the download icon.
there still showing some js error, thats why archive page add-on is not working:
Anyhow please send a temporary wp-admin login info to support@wpdownloadmanager.com to check it in details.
Author
Search Results
Viewing 25 results - 4,126 through 4,150 (of 4,459 total)