Shahriar

Forum Replies Created

Viewing 25 posts - 3,876 through 3,900 (of 12,513 total)
Dec 17, 2018 at 2:35 pm
#90788
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue.

Dec 17, 2018 at 2:34 pm
#90787
Moderator
Shahriar
Staff OP

Hi,

You can use the Archive Page add-on to show all downloads using a single shortcode. This also makes all download accessible easily. Make the town commissions parent category and use years as child categories. Then a user can filter downloads using dropdowns from parent category.

Please check this demo https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/ Initial gray buttons are parent category but if you click the arrow in a parent it shows all child categories.

If you use this not need to add all commisions to your site menu. Just point to the shortcode page using a single entry i.e. Downloads.

Thanks.

Dec 17, 2018 at 8:00 am
#90779
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Dec 17, 2018 at 7:43 am
#90778
Moderator
Shahriar
Staff OP

Please check now. You can modify various theme options from Appearance Customize page.

Dec 17, 2018 at 6:18 am
#90777
Moderator
Shahriar
Staff OP

Hi!

Permission seems to be working on fine. Both links are asking me to log in to download the “AAL National Admin System Manual” file. I also tested this in my local setup.

Please send login info in private reply if you want me to check it on your installation.

Thanks.

Dec 17, 2018 at 6:10 am
#90776
Moderator
Shahriar
Staff OP

The Archive Page Sidebar view is coming from WPDM Directory Add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ )

To create a sidebar view use the following shortcode,

[wpdm-archive cat_view="sidebar" button_style="default" items_per_page=10 order_by="post_title" order="asc"]

Dec 17, 2018 at 6:07 am
#90775
Moderator
Shahriar
Staff OP

Please add the following CSS in Customize Additional CSS. You can adjust the size if you want.

.w3eden .file-ico { max-width: 48px; }

Dec 17, 2018 at 6:04 am
#90774
Moderator
Shahriar
Staff OP

In your link template replace [download_link_extended] with [download_link] to show multiple captcha locked packages in the same page.

Add the following CSS in Customize Additional CSS to fix the file icon issue,

.w3eden .wpdm_icon {
    max-width: 48px;
}
Dec 17, 2018 at 5:54 am
#90773
Moderator
Shahriar
Staff OP

Could you please try PHP 7.1 ?

Dec 17, 2018 at 5:41 am
#90772
Moderator
Shahriar
Staff OP

Could you please check the PHP error log and send me the log related to WPDM? Or just send the log file.

Dec 17, 2018 at 5:26 am
#90771
Moderator
Shahriar
Staff OP

You can send the login info as a private reply. Only you and site admin can see it.

Dec 17, 2018 at 5:24 am
#90770
Moderator
Shahriar
Staff OP

Hi,

You can use Pro license only in one site at a time. You can test the WPDM on the dev server and move the license to production when the test is done. But if you want to keep using the plugin on both sites then you need another Pro license.

Thanks.

Dec 17, 2018 at 5:21 am
#90769
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Dec 16, 2018 at 6:29 am
#90764
Moderator
Shahriar
Staff OP

You can use the [wpdm_user_profile] shortcode to create a public user profile page. To view packages by a user you have to add the username a query parameter,

http://localhost/wpdm/profile-page?profile=username

Shortcode documentation – https://www.wpdownloadmanager.com/doc/short-codes/wpdm_user_profile-public-profile-short-code/

Thanks.

Dec 14, 2018 at 7:54 pm
#90752
Moderator
Shahriar
Staff OP

Please remove this code

<td><?php echo get_the_modified_date(); ?></td>

from /wpdm-archive-page/tpls/aps-content-cat.php file to hide the date. You will find the code at the bottom of the file.

Dec 14, 2018 at 7:44 pm
#90749
Moderator
Shahriar
Staff OP

Hi!

You have to use a custom link template with [file_list] template tag to show single file download buttons. This post explains how to create custom templates https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

Please send login info in private reply if you want me to create a custom link template for you although we highly encourage reading the above tutorial.

Thanks.

Dec 14, 2018 at 7:38 pm
#90748
Moderator
Shahriar
Staff OP

Simplifying the signup form requires code customization. Alternatively, You can use the email lock to collect name and email address before the download. No signup necessary in this way.

Dec 14, 2018 at 7:33 pm
#90747
Moderator
Shahriar
Staff OP

Hi,

Please try now. Unlocked your key from staging domain.

Thanks.

Dec 14, 2018 at 7:31 pm
#90746
Moderator
Shahriar
Staff OP

In the latest version, we added multiple key support, so the field name is changed. But the add-on was using the old field name to retrieve the key to connect to the bucket. But that doesn’t exist in the new version. So, it was just an option field naming issue.

Dec 14, 2018 at 7:28 pm
#90745
Moderator
Shahriar
Staff OP

Sorry, It is actually possible in the current version ( 4.8.11 ) Just add thumb=1 parameter in all packages shortcode.

[wpdm-all-packages items_per_page=10 thumb=1]

Dec 14, 2018 at 7:25 pm
#90744
Moderator
Shahriar
Staff OP

It is possible without the add-on but requires a fair amount of code customization.

You can use a custom template file for the signup form wpdm-reg-form.php Please check the template customization doc here https://www.wpdownloadmanager.com/doc/template-files/

1 ) Copy the /download-manager/tpls/wpdm-reg-form.php file
2 ) Place it in /active-theme/download-manager/ directory
3 ) Add the Company field in /active-theme/download-manager/wpdm-reg-form.php file.

Now you have to save this custom filed ( company ) when someone registers using the user_register hook ( https://codex.wordpress.org/Plugin_API/Action_Reference/user_register )

I think you get the idea 🙂 It is pretty messy although it is just a single field. However, let me know if you need further assistance.

Dec 14, 2018 at 7:14 pm
#90743
Moderator
Shahriar
Staff OP

Please send me the page link. I will suggest some custom CSS to fix the issue.

Dec 14, 2018 at 7:12 pm
#90742
Moderator
Shahriar
Staff OP

You are right about the missing WPDM fields file_titles. We will add it in next release. post_date and post_modified from dropdown equal to create date and update date respectively.

Please send me your CSV file to check import issue you are facing.

Dec 14, 2018 at 7:04 pm
#90741
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. There is an option in WPDM that controls the download speed. You will find it in Downloads Settings Basic File Download Panel.

Dec 14, 2018 at 6:58 pm
#90740
Moderator
Shahriar
Staff OP

Please replace the Download text with this ".$data['link_label']." to use link label from pacakge settings.

echo "<a target='_blank' href='".\WPDM\Package::getDownloadURL($data['ID'])."'>".$data['link_label']."</a>";

Viewing 25 posts - 3,876 through 3,900 (of 12,513 total)