Shahriar

Forum Replies Created

Viewing 25 posts - 1,251 through 1,275 (of 12,513 total)
in reply to: Category page #112674

Shahriar
Moderator

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

in reply to: Asset Manager #112673

Shahriar
Moderator

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.

in reply to: Archive Page Not Showing in Columns #112672

Shahriar
Moderator

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

in reply to: probelem with custom taxonomy #112671

Shahriar
Moderator

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.


Shahriar
Moderator

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.

in reply to: Using Custom Link Template in a Custom Page Template #112669

Shahriar
Moderator

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.

in reply to: Date Format for Advanced Custom Fields #112667

Shahriar
Moderator

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

in reply to: Expire After does not seem to have any effect? #112666

Shahriar
Moderator
This reply has been marked as private.
in reply to: tree view carpet icon color and dimension #112664

Shahriar
Moderator

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;
}
in reply to: Remove Domain and add licence but failed #112663

Shahriar
Moderator

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.


Shahriar
Moderator

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.


Shahriar
Moderator

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.

in reply to: Bulk Import from folder #112660

Shahriar
Moderator

Noted for implementation. Thanks!

in reply to: Staging Site Options #112659

Shahriar
Moderator

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.

in reply to: Downloads not working and not completing #112658

Shahriar
Moderator

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

in reply to: Reposted: Custom Link and Page Templates Missing AGAIN #112657

Shahriar
Moderator

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

in reply to: Timeout on plugin page #112656

Shahriar
Moderator

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


Shahriar
Moderator

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

in reply to: Amazon S3 Account / User Configurations #112654

Shahriar
Moderator

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.

in reply to: Include Category does not work #112653

Shahriar
Moderator

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

in reply to: Card Images are not showing up #112652

Shahriar
Moderator

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.


Shahriar
Moderator

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

in reply to: Guest Checkout Keeps asking for Name & Email #112619

Shahriar
Moderator

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.

in reply to: Mailchimp List Settings #112618

Shahriar
Moderator

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

in reply to: Several questions. Private message #112616

Shahriar
Moderator

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)