ok now.
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.
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.
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.
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.
Please check the screenshot:
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.
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' );
Here it is:
but if you want to download directly from tree view, use short-code [wpdm_tree download_link=1]
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/
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.
Any other plugin in your site causing this conflict, may I try disabling other plugins?
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
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.
Yes, otherwise, please give me your license key here in a private reply to unlock it.
ok, adjusting it with the next update of the add-on :). However update with coming within next 1-2 days.
#1. Code is too long to explain here.
#2. Yes, you can do that using mailchimp add-on http://www.wpdownloadmanager.com/download/mailchimp-subscription/
As it is an issue with your theme, may you please try changing theme or contact theme developer first.
Are you applying any lock option? [doc_preview] will not work for locked files.
not yet, but it is in our to do list ๐
add following css code at the end of your theme css:
.modal-backdrop{ position: absolute !important; }
@rajujat302026, Looks like the breadcrumb you using is coming form your theme and properly which dosn’t have such extensive options like wordpress seo ( https://wordpress.org/plugins/wordpress-seo/ ) breadcrumb, If you are not using WordPress SEO, then you need to customize the theme’s breadcrumb code.
that will require customization in code.
@infoprojectready-com, unlocked, you also can get the other license key from your order page now.