Shahjada

Forum Replies Created

Viewing 25 posts - 5,476 through 5,500 (of 15,594 total)
in reply to: WPDM Newsletter #40811

Shahjada
Keymaster

Everything is working fine in your setup. The doc page is also updated http://www.wpdownloadmanager.com/doc/post-subscription/ . Now you will see subscribe button in every download page.

in reply to: directory addon not working properly #40799

Shahjada
Keymaster

Problem is happening because of your theme, bootstrap select enqueue converting regular select menu to bootstrap dropdown, however, need to edit js/site.js inside your theme dir to fix it.

in reply to: WPDM Search Results not working #40759

Shahjada
Keymaster

use parameter name q, like: q=icon

in reply to: PDF stamper not stamping some PDF's #40756

Shahjada
Keymaster

Probably your pdf is already encrypted, however please give me temporary wp-admin login info in a private reply to check.

There is no global settings for this.

 

in reply to: "Attach Dir" option not working after latest update #40750

Shahjada
Keymaster

ok now, earlier I missed to update a file in your installation.

in reply to: Display embedded video in popup #40749

Shahjada
Keymaster

Please give me temporary wp-admin login info with the url where you using the link template to check the popup.

in reply to: Package List API Call #40748

Shahjada
Keymaster

API is read-only, there is no write access for now, but we will extend it soon. But getPackageList should work fine, may you please give me temporary wp-admin login info in a private reply to check.

in reply to: Bugs found in V 4.5.3 #40747

Shahjada
Keymaster

No such option, but you may use following css at the end of your theme’s style.css:

.w3eden .pagination{ display: none !important; }
in reply to: Doc_Preview issue. Showing HTML #40745

Shahjada
Keymaster

Please give me your package URL to check.

in reply to: Doc_Preview issue. Showing HTML #40675

Shahjada
Keymaster

Actually that is how google docs work, it doesn’t execute js/css/html code 🙂 .

in reply to: What theme is this ? #40672

Shahjada
Keymaster

In that case, please mail to customize@wpdownloadmanager.com

in reply to: Bugs found in V 4.5.3 #40665

Shahjada
Keymaster

We are still testing lazy download add-on on mobile, it is causing trouble sometimes. anyhow update is coming soon, thanks for your patience.

in reply to: WPDM Newsletter #40664

Shahjada
Keymaster

I see there are some missing image in docs due to recent server change, I’m adjusting those, in the meantime, please give me temporary wp-admin login info in a private reply to check and setup there add-on in your installation.

in reply to: Plain Text Document downloads #40663

Shahjada
Keymaster

You need to change the individual file download button style using CSS. For example, you may add following css at the end of your theme css to  make those button like package download button:

.wpdm-filelist .btn-xs.btn-primary:hover, .wpdm-filelist .btn-xs.btn-primary{
background: #984AC3 !important;
}
in reply to: HOW TO USE FILE HOSTING SHARING ADD ON #40662

Shahjada
Keymaster

“also how are the security settings/file access set and controlled?” <– no such option is available with the add-on, purpose of the add-on is to simple the upload process, it will generate private URL and shared users will be able to see this, but we will add some dropbox.com like options soon with this add-on. However you want detailed option while creating package from front-end, you can use short-code [wpdm_frontend]. The conflict with ultimate members is actually need to be solved from their side, wpdm has nothing to do with this. However you also may use BuddyPress, anyhow wpdm also will have public profile add-on soon.

in reply to: Advanced Access Control – Custom Access Groups #40661

Shahjada
Keymaster

WPDM or access control add-on doesn’t have option to create use role, but you may use plugin like this https://wordpress.org/plugins/advanced-access-manager/ to manage/create user roles, then use allow access option to select those custom roles.

in reply to: directory addon not working properly #40660

Shahjada
Keymaster

Extremely sorry for the delay, somehow I missed your post, please give me ftp access to plugins dir, as now from wp-admin I can’t open plugin editor to check.

in reply to: Paging in Download Lists #40659

Shahjada
Keymaster

Put the code in footer.php inside your activate theme dir, just before </body> tag

in reply to: Some setting error #40658

Shahjada
Keymaster

No such short-code. Please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.


Shahjada
Keymaster

— I need a package url with the issue to check
— Use template tag [pdf_thumb_WxH] for pdf thumbnail, but it requires Imagick in your server
— To download single file, you need to enable single file download from package settings and need to forward visitors to package details page. You need to insert package short-code inside page, you can add wpdm package or wpdm category in menu directly,  but if you want to use short-code in page, use a link template without [download_link] tag, docs: http://www.wpdownloadmanager.com/doc/templates/

in reply to: PDF Stamper Bug with Date #40616

Shahjada
Keymaster

Ok, I’ll add 3 separate date tag {download_date}, {publish_date}, {purchase_date}  with the next update.

in reply to: What theme is this ? #40615

Shahjada
Keymaster

Theme is twentytwelve , wpdm template tag is for file list is [file_list_extended]

in reply to: Setting questions #40614

Shahjada
Keymaster

You will need this add-on http://www.wpdownloadmanager.com/download/advanced-access-control/ . There is a short-code:

[wpdm_my_downloads login=1]

Which matches your requirement.

 

in reply to: Paging in Download Lists #40609

Shahjada
Keymaster

It looks like a theme conflict, however you may use following javascript code to make it work:

<script>jQuery(function($){
$('#tab-bab9946c9335eb1a55a .pagination a').on('click', function(){
var href = $(this).attr('href');
if(href!='') location.href= href;
});
});</script>
in reply to: Some setting error #40608

Shahjada
Keymaster

— For details button, you can add it from link template, docs: http://www.wpdownloadmanager.com/doc/templates/
— Please make /download-manager/cache/ dir writable

Viewing 25 posts - 5,476 through 5,500 (of 15,594 total)