In that case “HR to employee2 only” only will be visible to “employee2”
And In that page I’m only seeing “Shared with Admins only”
Please give me the login info you trying with, from where I can see the issue.
Yes, it you need to change it from your server.
view_count for View Countpackage_size for Package sizeversion for VersionI need to check your import file for that.
in fact wpdm has nothing to do with that. To avoid this, you need to add uniq page content for those URL or make those noindex.
Please give your site URL too.
Please complete the payment from here https://www.2checkout.com/checkout/purchase?sid=1560048&quantity=190&product_id=11
Actually you will not have to use separate page for orders now, your customers can get access to their order from user dashboard.
I’ve update the add-on in your installation, please check now.
Yes, to remove edit profile from author dashboard, please create a dir named download-manager inside your active theme dir, copy /download-manager/tpls/author-dashboard.php and paste it in newly create download-manager dir, then delete line number #10 from copied file.
To remove edit profile menu from user dashboard, you need to use filter hook wpdm_dashboard_menu_actions, docs: http://www.wpdownloadmanager.com/doc/filter-reference/wpdm_dashboard_menu_actions/
Actually keep such custom field option from front-end doesn’t looks like in the scope of the WPDM, front-end form is with the purpose to add core package data from front-end, for extensive use, user can do it from admin side, but still if someone want to add a meta box at front-end to get some custom data, they may use action hook wpdm-package-form-left and to store data, use action hook create_package_frontend and edit_package_frontend
But we shall add support for “Advanced Custom Field Add-on” at front-end with the next update of the plugin.
Please give me temporary wp-admin login info and ftp access to download-manager dir in a private reply, looks like all files were not updated properly. Thanks.
Please give me temporary wp-admin login info in a private reply to check your issue.
I just tested “Upload Tab Test” , uploaded new file, it is working fine for me and as you see your server upload limit is [ Max: 8 MB ].
And if WPFront End interfare in wpdm page, it need to fixed in that plugin, though, as per my test it is working fine. About front-end post manager, we also have one here http://wpeden.com/product/frontend-post-and-media-manager/
Please download and install sample data from here http://www.wpdownloadmanager.com/download/apps-shop/ , then go to Admin Menu Appearance Theme Options Homepage Settings tab to configure homepage, nothing else there 🙂 , still let me know if you feel it complex, I’ll set it up there for you.
no, you need to close the browser and reopen or try from different browser, as in real situation, there actually will not be any such case or very very rare.
please let me know, what else are you facing.
Sorry for the issue, please replace order_by="download_count" with order_field="download_count"
Not yet, we are still checking this, however we will add some improvement there with timezone adjustment with the next update of the plugin.
You may use any registration and login captcha plugin from WordPress.org ( Ex: https://wordpress.org/plugins/captcha/ )
Please give me the error message you are seeing there.
Yes, it avoids to track same item download repeatedly in same session.
Sorry, correct code should be:
<a href="<?php echo home_url("?addtocart=".get_the_ID());?>" class="btn btn-primary">Buy Now @ <?php echo wpdmpp_currency_sign().wpdmpp_effective_price(get_the_ID()); ?></a>
“Its taking me to the same cart page for all the products
Can you please help me in fixing”
<— May you please explain it little more
No option to disable email for now, but we shall add it soon 🙂