Shahriar

Forum Replies Created

Viewing 25 posts - 11,801 through 11,825 (of 12,513 total)
in reply to: ARCHIVE PAGE BUG #36332

Shahriar
Moderator

Working , correct shortcode is [wpdm_user_dashboard]

in reply to: Email template #36321

Shahriar
Moderator

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

in reply to: mp3 preview with featured image? #36301

Shahriar
Moderator

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;
}
in reply to: Flat UI kit | Template | Call To Action 3 #36285

Shahriar
Moderator

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.

in reply to: Updated to v4.4 – issues with frontend dashboard #36279

Shahriar
Moderator

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

in reply to: action hook after_download not working #36269

Shahriar
Moderator

Hello Michael,

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

Thanks.

in reply to: How to hide package info and below button #36261

Shahriar
Moderator

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.

in reply to: ARCHIVE PAGE BUG #36260

Shahriar
Moderator

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


Shahriar
Moderator

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

in reply to: Pro Membership in GDP #36250

Shahriar
Moderator

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

in reply to: ARCHIVE PAGE BUG #36248

Shahriar
Moderator

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

in reply to: Updated plugin. Now it's not working #36247

Shahriar
Moderator

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.

in reply to: Updated plugin. Now it's not working #36237

Shahriar
Moderator

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

in reply to: Archive not working #36235

Shahriar
Moderator
This reply has been marked as private.
in reply to: Archive not working #36229

Shahriar
Moderator
This reply has been marked as private.
in reply to: How to hide package info and below button #36227

Shahriar
Moderator

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.

in reply to: Archive not working #36223

Shahriar
Moderator

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.

in reply to: large file upload not working #36217

Shahriar
Moderator

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

in reply to: Archive not working #36216

Shahriar
Moderator

Login credentials not working.

in reply to: Change labels #36205

Shahriar
Moderator

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.

in reply to: Archive not working #36204

Shahriar
Moderator

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.

in reply to: Translation Issues #36202

Shahriar
Moderator

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.

in reply to: Download error for any package #36200

Shahriar
Moderator

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

in reply to: _blank #36199

Shahriar
Moderator

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>

in reply to: Archive not working #36188

Shahriar
Moderator

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

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