Shahriar

Forum Replies Created

Viewing 25 posts - 8,326 through 8,350 (of 12,513 total)
Jun 5, 2017 at 9:38 am
#58691
Moderator
Shahriar
Staff OP

Sorry for the delay. Provide FTP info doesn’t work. Please check again.

Jun 5, 2017 at 9:34 am
#58690
Moderator
Shahriar
Staff OP

Hi,

Sorry for the delayed reply. Please try updating your  WordPress and Download Manager copy. Everything should work fine after updating to latest version. Also, It is not secure to use an older version of WordPress.

Thanks.

Jun 5, 2017 at 8:21 am
#58688
Moderator
Shahriar
Staff OP

Please send the URL to check.

Jun 5, 2017 at 8:19 am
#58686
Moderator
Shahriar
Staff OP

Panel style is modified by your theme. That’s why it is not like the demo

There are two solutions here,

1. You have to remove custom panel style added from your theme.

Or

2. Use similar size images for all packages. Some of your images are smaller than others. Small images are shifted to the left side.

Jun 5, 2017 at 7:45 am
#58684
Moderator
Shahriar
Staff OP

It requires some minor code customization. Remove following line from the bottom of the /wpdm-user-reviews/wpdm-user-reviews.php file, that will remove reviews from all packages.

add_filter("the_content", "wpdm_package_review", 99999999);

You have to use a custom page template with [wpdm_reviews] template tag for the packages you want to show reviews.

Jun 5, 2017 at 7:35 am
#58683
Moderator
Shahriar
Staff OP

User registration is integrated with plan subscription. Show your subscription plans using [wpmp-membership-plans cols=3] shortcode. When someone subscribes to a plan, registration is mandatory before proceeding to the payment.

Jun 4, 2017 at 6:34 pm
#58673
Moderator
Shahriar
Staff OP

Your theme has it’s own bootstrap CSS. Try disabling Download Manager Bootstrap from Downloads Settings Basic Misc Settings Panel.

Jun 4, 2017 at 6:30 pm
#58672
Moderator
Shahriar
Staff OP

Page Template code for author page link should be similar to the following example, make sure your code uses same template tags.

<a href="[author_profile_url]">[author_name]</a>

Also, your theme should have an author template ( author.php ) to show author posts.

 

Jun 4, 2017 at 6:13 pm
#58671
Moderator
Shahriar
Staff OP

Use order_by="modified" in category shortcode to sort by update date.

Jun 4, 2017 at 4:53 pm
#58670
Moderator
Shahriar
Staff OP

Yes, you can. It requires a simple code customization. But keep in mind you have to assign each category access explicitly if you do this.

Add following code inside foreach loop of wpdm_embed_tree function (  /wpdm-extended-shortcodes/wpdm-extended-shortcodes.php file ),

if( ! wpdm_user_has_access( $cat->term_id ,'category') ) continue;

https://www.evernote.com/l/AUeAVxSoQr5OjowU-x2KTwdYKdnkdvVP1pYB/image.png

Jun 4, 2017 at 4:40 pm
#58669
Moderator
Shahriar
Staff OP

Okay, remove previous css and try this instead, chnaged the position from left center to 0px 3px

.jqueryFileTree LI.directory { background: rgba(0, 0, 0, 0) url("../images/directory.png") no-repeat scroll 0px 3px; }

Jun 4, 2017 at 8:34 am
#58652
Moderator
Shahriar
Staff OP

Use following css to aligh text and folder icon,

.jqueryFileTree LI.directory { background: rgba(0, 0, 0, 0) url("../images/directory.png") no-repeat scroll left center; }

Jun 4, 2017 at 8:26 am
#58651
Moderator
Shahriar
Staff OP

Yes, you can do that by using custom css.

Another way is using custom template for those pages. Download Manager allows you to use your own template for these pages, You can check related docs here https://www.wpdownloadmanager.com/doc/template-files/

Jun 4, 2017 at 8:23 am
#58650
Moderator
Shahriar
Staff OP

Please check the category settings of the packages with an open download link. Maybe category access set to ‘All Visitors‘ for one of the categories assigned to those packages.

You have to keep all roles uncheck in category settings.

https://www.evernote.com/l/AUe8UO3yY6FNu69REvrPqEOoooRHru9V3TQB/image.png

Jun 4, 2017 at 8:18 am
#58649
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jun 2, 2017 at 8:05 pm
#58616
Moderator
Shahriar
Staff OP

Did you try Basic WordPress search?. It returns downloads when keyword matches with post content.

Jun 2, 2017 at 7:43 pm
#58615
Moderator
Shahriar
Staff OP

Logo template tag worked fine in my test. I have added [#img_logo#] tag at the bottom of email lock template and logo was visible in received email.

https://www.evernote.com/l/AUenCZsWDXdLn7iRgXnA3fDsDlNniehnRt4B/image.png

Jun 2, 2017 at 6:13 pm
#58613
Moderator
Shahriar
Staff OP

Hi,

WPDM Directory addon has the feature you want. It has various search and filter shortcodes. Please check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

Thanks.

Jun 2, 2017 at 6:10 pm
#58612
Moderator
Shahriar
Staff OP
Jun 2, 2017 at 6:08 pm
#58611
Moderator
Shahriar
Staff OP

Please ask your server support to activate cURL in your server.

Jun 2, 2017 at 6:07 pm
#58610
Moderator
Shahriar
Staff OP

Sorry, cloning/duplicating form is not possible yet.

Jun 2, 2017 at 5:27 pm
#58607
Moderator
Shahriar
Staff OP

Hi,

You need Advanced Access Control addon to use this feature.

Thanks.

Jun 2, 2017 at 5:24 pm
#58606
Moderator
Shahriar
Staff OP

After selecting your directory on left click on Browse Files button to loads files on right side.

https://www.evernote.com/l/AUfuuWunNapKmoMGyISFfX7jx_rY94HfjysB/image.png

Jun 2, 2017 at 5:19 pm
#58605
Moderator
Shahriar
Staff OP

No, category shortcode does not have searchbar and filter. But there are some sorting options. Category shortcode demo

There is also all package table shortcode which has search and filter option.

Jun 2, 2017 at 5:07 pm
#58603
Moderator
Shahriar
Staff OP

Hi,

Sorry, could you please explain the following little more,

so I thought maybe can I add a column of their approval, next to Download Time and User/IP

From your topic title I guess you want to check all downloads made a specific user. From package vs date tab you can check this in a tabular format.

https://www.evernote.com/l/AUcOR84HmG9KEo8Dta6fSdo0bEejdMnRZsIB/image.png

Thanks.

Viewing 25 posts - 8,326 through 8,350 (of 12,513 total)