Shahriar

Forum Replies Created

Viewing 25 posts - 1,251 through 1,275 (of 12,513 total)
Sep 21, 2019 at 8:10 pm
#112674
Moderator
Shahriar
Staff OP

Actually, Archive Page Sidebar View doesn’t use link template.

Sep 21, 2019 at 8:07 pm
#112673
Moderator
Shahriar
Staff OP

Can you browse files using Asset Manager? Please send temporary wp-admin login info in private reply. I have to check your setup find out what exactly is happening there.

Sep 21, 2019 at 8:05 pm
#112672
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Or you can just send your custom template code.

Sep 21, 2019 at 8:03 pm
#112671
Moderator
Shahriar
Staff OP

Did you modify the plugin version 4.9.3? Where did you implement the custom template tags [mohakik], [numero_magazine] etc? I am not asking for the taxonomy code you sent above.

Did you take over the project from someone else? Maybe someone modified the core plugin to implement hose custom tags. Updating a plugin deletes the changes in the core plugin.

Sep 21, 2019 at 5:44 pm
#112670
Moderator
Shahriar
Staff OP

Hi,
Custom fields are available in frontend uploader form too. Maybe you haven’t set the access rules for your custom fields.
Did you find your answers? Please let me know if still need help with custom fields.
Thanks.

Sep 21, 2019 at 5:40 pm
#112669
Moderator
Shahriar
Staff OP

Custom file-meta fields ( http://prntscr.com/p94dm1 ) added via wpdm_attached_file filter doesn’t have any auto-generated template tag. These are different from custom fields added via Advanced Custom Fields add-on.

To show your file list with these additional metadata you have to create a custom template tag using wdm_before_fetch_template filter. DO you have any specific design in mind? I can help you to build this custom tag if it shomething simple. Otherwise you can order custom upgrade service to build the solution.

Sep 21, 2019 at 3:31 pm
#112667
Moderator
Shahriar
Staff OP

Replace the code inside date $field_type condition in wpdm-advanced-custom-fields.php file with the following code,

<script>jQuery(function(){ jQuery('.wpdmacf_date').datetimepicker({dateFormat:"yy-mm-dd", timeFormat: "hh:mm tt"}); });</script>
                <label><?php echo $label; ?> <?php echo $reqs; ?></label>
                <input <?php echo $required; ?>  type="text" class="form-control wpdmacf_date" name="<?php echo 'file[acf_' . $group_name . '_' . $field_name . ']' ?>"
                       value="<?php echo $meta_value ?>"
                       />

http://prntscr.com/p946df

Sep 21, 2019 at 3:13 pm
#112666
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 21, 2019 at 3:05 pm
#112664
Moderator
Shahriar
Staff OP

Use the following CSS to change the font size and icon size of the tree view. Adjust the numbers to match your target.

UL.jqueryFileTree{
font-size: 20px !important;
}
UL.jqueryFileTree .directory A,
UL.jqueryFileTree .file A{
margin-left: 15px;
padding: 7px 6px !important;
}
.jqueryFileTree LI.directory,
.jqueryFileTree LI.ext_zip,
.jqueryFileTree LI.file{
background-size: 30px auto !important;
}
Sep 21, 2019 at 2:43 pm
#112663
Moderator
Shahriar
Staff OP

Please install the latest version to fix the issue. Follow these steps to update the plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

Send temporary wp-admin login info in private reply if that doesn’t fix the issue.

Sep 21, 2019 at 2:35 pm
#112662
Moderator
Shahriar
Staff OP

Looks like the default audio tag isn’t working there. Most probably related to ajax content. Anyway, we are looking into details and will add a patch in next release to fix this issue.

Sep 21, 2019 at 2:15 pm
#112661
Moderator
Shahriar
Staff OP

I have created a custom template tag to show the attached image. You have to add this code to your active theme’s functions.php file. The use [file_thumb_0] tag on your custom page template to show the attached image.

Sep 21, 2019 at 1:28 pm
#112660
Moderator
Shahriar
Staff OP

Noted for implementation. Thanks!

Sep 21, 2019 at 1:26 pm
#112659
Moderator
Shahriar
Staff OP

Hi,

You can use the WordPress import/export tools to move downloads from one site to another. If you are looking for a way to sync these two sites, that’s not available in WPDM. There are some backup plugins out there, you may try out those options.
If you need some custom solution we can help you with that too. In that case, Let me know little more about the features you want.
Thanks.

Sep 21, 2019 at 10:20 am
#112658
Moderator
Shahriar
Staff OP

The download worked fine in my test. Please send temporary wp-admin login info in private reply to check the issue with constant contact.

Sep 21, 2019 at 10:12 am
#112657
Moderator
Shahriar
Staff OP

Yes, add the code to your functions.php of the active theme. I have updated the code above to include the link templates too.

Sep 21, 2019 at 10:06 am
#112656
Moderator
Shahriar
Staff OP

To stop the verification check please verify the key on demo site. Then move the license to live site when testing is done.

Sep 21, 2019 at 10:04 am
#112655
Moderator
Shahriar
Staff OP

Login doesn’t work. Tried several times. And then got the WordFence temporarily locked out notice.

Sep 21, 2019 at 10:01 am
#112654
Moderator
Shahriar
Staff OP

Please use the Amazon S3 meta box in edit package screen to upload or add files. The S3 Browser page is still in beta.

http://prntscr.com/p9145r

S3 add-on doesn’t have the region selection option yet but noted for implementation. For now, you can change the region from line 50 in wpdm-amazon-s3.php file.

Sep 21, 2019 at 9:25 am
#112653
Moderator
Shahriar
Staff OP

Please update the WPDM Gutenberg add-on. We have fixed this issue the latest release (v.1.2.5).

Sep 21, 2019 at 8:59 am
#112652
Moderator
Shahriar
Staff OP

We are aware of the guest download page redirect issue in Stripe gateway. Already working on it. The next version of coming soon.

You can modify the email sent after purchase. The template id is purchase-confirmation-guest and you can edit it from Downloads > Templates > Email Templates.. Premium Package is sending the default one which looks like the screenshot you sent.

Sep 21, 2019 at 8:24 am
#112651
Moderator
Shahriar
Staff OP

Installed Premium Package v.4.3.1 Tax is included in the invoice now.

Sep 19, 2019 at 10:33 am
#112619
Moderator
Shahriar
Staff OP

DO you have the latest version of Premium Package? Are you using any custom template for the cart? Please send temporary wp-admin login info in private reply if you want me to check the issue there.

Sep 19, 2019 at 10:24 am
#112618
Moderator
Shahriar
Staff OP

It is not possible yet to set group, you can only define the list. But noted for implementation.

Sep 19, 2019 at 10:00 am
#112616
Moderator
Shahriar
Staff OP

1 ) Use global coupon for now. All other coupon related issues are already in our to-do list
2 ) You can use the extended page template or a custom template with [download_link_extended] template tag to show embedded lock options instead of popup.
3 ) Invoice currency sign Will be patched in next updated
4 ) Fixed it on your side and have added the patch on my side too for the next update. You can use a custom template to add additional info. The template file is located here /wpdm-premium-packages/templates/partials/order-notes.php
5 ) The support of other posts types isn’t fully functional yet. It is still in beta.
6 ) Thank you for reporting this. We are going to fix this issue asap.
7 ) Although the UI is tab style the “+” sign is actually a different link, no JS involved in switching tabs. Not sure which plugin ( os is it the theme? ) disabled it. Please try deactivating plugins one by one to find out which one. As it is live site I would prefer if you do it yourself.
8 ) Here are the defaults, WPDM Category URL Base = downloads WPDM Package URL Base = download Archive Page Slug = all-downloads
9 ) Looks like you have already added the “View details” link here https://technicskeyboard.com/download-categories/
10 ) I do have plan to implement the bulk import add-on as soon as possible.

11 ) Links under “Download Categories” in sedebar widget are working fine for me https://technicskeyboard.com/blog/wpdm-category/technics-manuals/ ( Technics Manuals )

12 ) The category archive template comes from Settings > Frontend Access > Category Page Options settings. Use a link template there that doesn’t have a download button. Or you can use the Basic Style and check the pacakge info you want to display.
13 ) Yes, you can add both pdf and zip to the package. After purcahse user can download the files separately from dashboard. The pdf willl be stamped during download.

So, you are an Architect! It is a creative profession. Please do share your works whenvever you can. I do enjoy creative architecture although doesn’t have any technical understaning of it. Not long ago, watched the “The World’s Most Extraordinary Homes” on netflix and really loved it.

Viewing 25 posts - 1,251 through 1,275 (of 12,513 total)