Forum Replies Created
You can customize the email template. Read this doc http://www.wpdownloadmanager.com/doc/subscribers/ about Subscribers settings , it explains everything you need to know about editing email templates.
Did you check the preview in admin side? Is it okay there?
Send a link of the page where you have that custom button.
I will check the issue asap and let you know the update.
To center align logo, go to Theme Options Custom CSS tab, add following css:
.header-logo-area *{
text-align:center !important;
}
To use different footer background, add following css:
footer{
background: #333333; /* use your own color */
}
To hide customizer, delete customizer.php
it will require to edit code in wpdm-archive-page.php
Probably you will need this add-on http://www.wpdownloadmanager.com/download/wp-pro-membership/
@coptic-treasures, I tried your url, it looks fine to me:
https://www.evernote.com/l/AV3cnMS2wNFLSbiTLn176-mwxId2HvLq2IcB/image.png
@edgarsliepins, may you please give me an URL and temporary wp-amdin login info in a private reply to check.
I’ve downloaded and opened the file, looks fine to me:
https://www.evernote.com/l/AV3cnMS2wNFLSbiTLn176-mwxId2HvLq2IcB/image.png
please ask server/hosting support to enable output buffering in your server. That will make it start faster.
may you please give me an example URL to check
It means, zlib is not installed or active in your server, multi-file package required to create a zip in the fly before download, which required zlib. Please ask your server/hosting support to activate zlib.
no, first user will see the order ID and when they click on order ID, they will see order details with download link of purchased items.
no, but user will see the period as a message instead of download link when they don’t have access to download ( before and after time )
in that case, use function wpdmpp_add_to_cart_html(get_the_ID());
ok now. Added echo $pack['file_list']; after the_content(); in single-wpdmpro.php
ops, use <?php echo do_shortcode("[wpdm_package id='".$post->ID."' template='555b4f16d5585']"); ?>
These slow and unhelpful responses are turning into a problem. <<--- BTW, teaching WordPress is not part of our support, though we are trying to help you as much as we can. Please read more details here https://codex.wordpress.org/Function_Reference/do_shortcode
@jeremygreenrocketsecurity-com, I’m not seeing any popup there.
@jeremygreenrocketsecurity-com, please give me affected url to check.
We are almost done with this, it will be released within next week.
Because it is hard to read your code and you are not understanding my code suggestion. However if you feel uncomfortable, please get assistance from a developer you can trust.
please give me a temporary wp-admin login info in a private reply to check your issue.
Please open css/base.css from parent theme, removed marked css:
https://www.evernote.com/l/AV2d171BzAFG_bhd37SldRy6Gapq919Qem8B/image.png