Shahriar

Manage your purchases, downloads, and account settings

Forum Replies Created

Viewing 25 posts - 11,801 through 11,825 (of 12,513 total)
Nov 7, 2015 at 5:51 am
#36332
Moderator
Shahriar
Staff OP

Working , correct shortcode is [wpdm_user_dashboard]

Nov 6, 2015 at 8:48 pm
#36321
Moderator
Shahriar
Staff OP

This popup can not be changed. But you can change the look using css.

Nov 6, 2015 at 11:30 am
#36301
Moderator
Shahriar
Staff OP

Add following css the link template you are using now. Add numbers (left and top ) to position of button,

.btn.btn-lg.btn-primary.wpdm-btn-play.wpdm-btn-play-lg {
    background: #00f none repeat scroll 0 0;
    left: 65px;
    position: absolute;
    top: 96px;
}
Nov 5, 2015 at 8:02 pm
#36285
Moderator
Shahriar
Staff OP

Select ‘Call To Action 3’ from Link Template dropdown in package settings.

By the check these themes http://www.wpdownloadmanager.com/downloads/themes-2/ These themes are optimized for WPDM.

Nov 5, 2015 at 4:43 pm
#36279
Moderator
Shahriar
Staff OP

Go to Settings Permalink , don’t change anything,  just save settings. It should work again.

Nov 5, 2015 at 12:13 pm
#36269
Moderator
Shahriar
Staff OP

Hello Michael,

Use wpdm_onstart_download for now. We will work on  after_download hook in next release.

Thanks.

Nov 5, 2015 at 6:34 am
#36261
Moderator
Shahriar
Staff OP

Hi,

I think you did not understand what i am referring to as Template. Did you checked the doc link i shared with you? You are already using a Page template , but need a customized template to show only thumbs.

I already wrote the template code above.

To create a WPDM Page template,

1. Go to Downloads Templates Page Templates Tab
2. Clone an existing template
3. Copy and Paste the code from previous reply in code area
4. Give the template a name

And you have created a new template!

Select this new template from Page Template drop down (http://awesomescreenshot.com/0515dpz30f) in Package settings when creating a new package or editing old one.

Thanks.

Nov 5, 2015 at 6:25 am
#36260
Moderator
Shahriar
Staff OP

Do you have latest version of Archive Page Add-on? If not update your version. Or send login info in private reply. Thanks.

Nov 5, 2015 at 6:24 am
#36259
Moderator
Shahriar
Staff OP

Hi, Releasing Extended Short-codes update today. Thanks for reporting this issue.

Nov 4, 2015 at 9:20 pm
#36250
Moderator
Shahriar
Staff OP

Hi, We will add this in next update, which is coming soon.

Nov 4, 2015 at 9:00 pm
#36248
Moderator
Shahriar
Staff OP

Sorry didn’t get the issue. Could you please explain little more. Thanks.

Nov 4, 2015 at 8:51 pm
#36247
Moderator
Shahriar
Staff OP

Hi,

Re installing the plugin fixed the issue. Looks like you changed some code in plugin or plugin installation was not done properly before. However it is okay now.

Thanks.

Nov 4, 2015 at 12:22 pm
#36237
Moderator
Shahriar
Staff OP

Same code is working in our test. Please send temporary login info in private reply to check further. Thanks.

Nov 4, 2015 at 12:00 pm
#36235
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 4, 2015 at 7:46 am
#36229
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 4, 2015 at 7:17 am
#36227
Moderator
Shahriar
Staff OP

Create a new page template (http://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/) and paste following code, It shows only package images . You can change image size to whatever you want. Now set to 300×300,

<div class="row">

<div class="col-md-12">
[thumb_gallery_300x300]
</div>

</div>

Use category shortcode to fetch category list in homepage. Insert shortcode using tinymce button ( http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ )

Thanks.

Nov 3, 2015 at 7:18 pm
#36223
Moderator
Shahriar
Staff OP

As I found str_replace function for 2 arrays with 79 items returning 500 internal server error in your installation, May you please tell this to your server support, they will able to resolve it.

Nov 3, 2015 at 3:50 pm
#36217
Moderator
Shahriar
Staff OP

Check your server settings for max file upload size, you need to increase the limit to allow large file upload.

Nov 3, 2015 at 3:41 pm
#36216
Moderator
Shahriar
Staff OP

Login credentials not working.

Nov 3, 2015 at 7:03 am
#36205
Moderator
Shahriar
Staff OP

Hi,

WPDM frontend page rendered by following files,

../download-manager/libs/class.ShortCodes.php

../download-manager/tpls/wpdm-add-new-file-front.php
../download-manager/tpls/wpdm-list-files-front.php

Find all occurrences of Packages/s there and replace it with whatever you want. But keep in mind , when you update the plugin , you have to rename all occurrences again.

Thanks.

Nov 3, 2015 at 6:15 am
#36204
Moderator
Shahriar
Staff OP

Hi,

Most possible reason is conflict with another plugin, which preventing ajax operation from wpdm. Try deactivating other plugin to find the conflict. If you can’t find it, send temporary wp-admin login info in private reply.

Thanks.

Nov 3, 2015 at 6:03 am
#36202
Moderator
Shahriar
Staff OP

Hi,

Name of the language file should be wpdmap-es_ES.po and same for .mo

Please try this and let me know if it does not work.

Thanks.

Nov 3, 2015 at 5:52 am
#36200
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info to check this issue. btw, do you have the latest version of plugin?

Nov 3, 2015 at 5:46 am
#36199
Moderator
Shahriar
Staff OP

Here i added two classes ( btn and btn-primary ) to add button style in my download link,

<a class="btn btn-primary" href="[download_url]" target="_blank">[link_label]</a>

Nov 2, 2015 at 8:03 pm
#36188
Moderator
Shahriar
Staff OP

Please send me the page link where you have the shortcode.

Viewing 25 posts - 11,801 through 11,825 (of 12,513 total)