Shahjada

Forum Replies Created

Viewing 25 posts - 8,226 through 8,250 (of 15,655 total)
Mar 14, 2015 at 8:03 pm
#27123
Keymaster
Shahjada
Staff OP

wpdm using wp’s native upload library, what error are you seeing there, also please tell me file size your are trying with and give me temporary wp-admin and ftp info in a private reply to check the issue.

Mar 14, 2015 at 5:49 pm
#27121
Keymaster
Shahjada
Staff OP

Yes, the typo also in hook name, anyhow adjusted it for next update, Thanks 🙂

Mar 14, 2015 at 5:43 pm
#27120
Keymaster
Shahjada
Staff OP

You can to uncheck “All Visitors” from CategoryA too

Mar 14, 2015 at 12:01 am
#27116
Keymaster
Shahjada
Staff OP

multi-file download for remote/could source will not work as wpdm need to create zip before download multi-file package, which will require to copy all remote files in server.

Mar 13, 2015 at 11:57 pm
#27115
Keymaster
Shahjada
Staff OP

Please delete wp-formbuilder” plugin and follow the instructions here http://www.wpdownloadmanager.com/download/wpdm-live-forms/

Mar 13, 2015 at 11:56 pm
#27114
Keymaster
Shahjada
Staff OP

Don’t worry, we are adding an option to select default link template for category short-code & package short-code in wpdm settings page.

Mar 13, 2015 at 11:53 pm
#27113
Keymaster
Shahjada
Staff OP

Please give your url where you trying and are you using latest version of archive page add-on?

Mar 13, 2015 at 11:51 pm
#27112
Keymaster
Shahjada
Staff OP

Sorry, not clear, which data field you trying to reset there.

Mar 13, 2015 at 11:50 pm
#27111
Keymaster
Shahjada
Staff OP

it will start download instantly only if you select that option in edit package window.

Mar 13, 2015 at 11:49 pm
#27110
Keymaster
Shahjada
Staff OP

Actually your theme is causing the, may you please contact theme developer to check their theme code.

Mar 13, 2015 at 11:28 pm
#27109
Keymaster
Shahjada
Staff OP

#1. If you want to sent new package notification, check “Notify Subscribers:” and complete the email form after adding all package info and before click on publish button.
Loading...

#2. It means all subscribers, site-wide

#3. They don’t have to subscriber to each package manually, you can use subscription with mailing list so that they can subscribe in regular way, but if they subscribe to any specific package, they also will get all update notification for that package automatically.

Mar 12, 2015 at 1:41 pm
#27073
Keymaster
Shahjada
Staff OP

ok now.

Mar 12, 2015 at 10:38 am
#27062
Keymaster
Shahjada
Staff OP

As I found the issue is with your theme, you theme is using very old version of jquery, also there are some file permission issue, I could not adjust those from wp-admin, please give me ftp access in a private reply.

Mar 12, 2015 at 8:17 am
#27056
Keymaster
Shahjada
Staff OP

Trust me the issue is with the Event Calendar, we also have pointed it to them but they totally ignored it:
“What we found is when the even calendar is active wpdm can’t save custom data anymore with “save_post” hook, probably, you are using remove_action for save_post hook somewhere which is affecting globally.”

However I’ve added code to override it, so if you are already using latest version of wpdm you shouldn’t face the issue anymore.

Mar 12, 2015 at 8:07 am
#27055
Keymaster
Shahjada
Staff OP

please give me your URL to check, however you may also add a temporary wp-admin login info with a private reply, so that I can check everything in details and fix it.

Mar 12, 2015 at 8:04 am
#27054
Keymaster
Shahjada
Staff OP

This file http://www.idesco.fi/wp-content/mu-plugins/wpengine-common/css/wpe-common.css causing the issue and it is coming from a wp engine plugin and need to be adjusted by them, Thanks.

Mar 12, 2015 at 6:01 am
#27050
Keymaster
Shahjada
Staff OP

Please check the screenshot:
Loading..

Simple delete the short-code totally and write ( don’t copy/paste ) again or use http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code or click on “Text” tab in your editor and remove those <pre> tags.

Mar 12, 2015 at 5:32 am
#27046
Keymaster
Shahjada
Staff OP

ok showing now, however this was not a plugin function and wpdm has nothing to do with you. I’ve added the theme function at the end of download-manager.php now to activate post thumbnail support.

function wpdm_custom_theme_setup() {
	add_theme_support( 'post-thumbnails' );
}
add_action( 'after_setup_theme', 'wpdm_custom_theme_setup' );
Mar 11, 2015 at 8:11 pm
#27035
Keymaster
Shahjada
Staff OP

Here it is:
Loading...

Mar 10, 2015 at 10:12 pm
#27014
Keymaster
Shahjada
Staff OP

but if you want to download directly from tree view, use short-code [wpdm_tree download_link=1]

Mar 10, 2015 at 10:10 pm
#27013
Keymaster
Shahjada
Staff OP

if you want to hide file list, create a new page template without filelist, for clone an exiting page template, remove [file_list] tag and save it as new template, then use the template for your packages. Docs: http://www.wpdownloadmanager.com/doc/templates/

Mar 10, 2015 at 10:01 pm
#27012
Keymaster
Shahjada
Staff OP

As all uploaded files are store in the dir /download-manager-files/, we skipped the full path, only shown the file name, however if you attach file using server file browser, then file could be anywhere in server, so why we kept/saved full path, so it is actually not an issue with wpdm pro.

Also you don’t have to browse through paths to reach to /download-manager-files/ dir, if you set /www/b31ce591a875c260a6b5327f3d514bb8/web/wordpress/wp-content/uploads/download-manager-files/ as file browser root dir from wpdm settings page.

Mar 10, 2015 at 9:50 pm
#27011
Keymaster
Shahjada
Staff OP

Any other plugin in your site causing this conflict, may I try disabling other plugins?

Mar 10, 2015 at 9:46 pm
#27010
Keymaster
Shahjada
Staff OP

1. New Items short-code is already available ( already generator button available with tinymce button add-on )
2. For Latest free items, you can create a category “Free” and use category short-code for that category
3. Not yet, but adding soon

Mar 10, 2015 at 9:42 pm
#27009
Keymaster
Shahjada
Staff OP

For form management, you can use this http://wordpress.org/plugins/liveforms/ , this is free and certainly better then any other form plugin in the market.

Viewing 25 posts - 8,226 through 8,250 (of 15,655 total)