Shahriar

Forum Replies Created

Viewing 25 posts - 4,351 through 4,375 (of 12,513 total)
Nov 7, 2018 at 8:10 am
#89167
Moderator
Shahriar
Staff OP

Sorry, It is not possible yet.

Nov 7, 2018 at 8:10 am
#89166
Moderator
Shahriar
Staff OP

Maybe another plugin or theme loading another instance of Bootstrap JS. Please try deactivating the WPDM Bootstrap JS from Downloads Settings Basic Misc Settings

Nov 7, 2018 at 8:07 am
#89165
Moderator
Shahriar
Staff OP

You can use only one data table on the page. Multiple data tables on a single page are not supported yet.

Nov 7, 2018 at 8:02 am
#89164
Moderator
Shahriar
Staff OP

Could you please explain a little more? Are you trying to add a file from URL? You can use the URL tab in attach file meta box to add a file from URL.

Nov 7, 2018 at 8:00 am
#89163
Moderator
Shahriar
Staff OP

Hi,

The shortcode works fine with the free version. Maybe another plugin is creating the issue. You can try deactivating other plugins to find the conflict.

Or send temporary wp-admin login info in private reply, so w can check this on your site.

Thanks.

Nov 7, 2018 at 7:57 am
#89162
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply. Never post login info in public reply. I see you have deleted the user shared above which is the right thing to do.

Also, you can post in our Pro support forum for faster response https://www.wpdownloadmanager.com/support/forum/download-manager-pro/ Aa a pro user you have access to the Pro forum.

Nov 7, 2018 at 7:54 am
#89160
Moderator
Shahriar
Staff OP

Could you please share the exact shortcode you are using there?

To insert the correct shortcode use the TinyMCE button add-on https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ It provides an easy graphical interface.

Nov 7, 2018 at 7:50 am
#89158
Moderator
Shahriar
Staff OP

Hi George, Please send me the page link to check the issue.

Nov 7, 2018 at 7:45 am
#89156
Moderator
Shahriar
Staff OP

Please send me the page link to check. Adding the following code should work for add to cart button,

.btn.btn-info.btn-addtocart { background: #c21c13; }

And for the pagination try this,

.w3eden .page-numbers.current { background: #c1c1c1 !important; }

Nov 7, 2018 at 7:22 am
#89154
Moderator
Shahriar
Staff OP

Add the following code in the position pointed in the screenshot,

if( cat_id == 0 ) cat_id = jQuery('#initc').val();

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

Nov 7, 2018 at 5:34 am
#89151
Moderator
Shahriar
Staff OP

Are you testing this in an unlocked package? Open downloads are always open, you do not need a temporary link for that. Expirable links are for locked packages. This link bypasses the lock and expires after passing usage limit or usage period.

Nov 7, 2018 at 5:20 am
#89149
Moderator
Shahriar
Staff OP

Do you remember the version of Download Manager you updated from? I could try again with that version to check if the issue you are having related to the latest version.

Nov 7, 2018 at 5:12 am
#89148
Moderator
Shahriar
Staff OP

Please check now. The result now includes the packages that coming only from category access too.

Nov 7, 2018 at 4:32 am
#89147
Moderator
Shahriar
Staff OP

Actually, Protected files are not available to everyone. It just serves a permission denied file.

But to make it work as it usually does you have to contact the theme developer because their theme is deactivating the click in buttons which can only be solved from their side.

Nov 7, 2018 at 4:21 am
#89146
Moderator
Shahriar
Staff OP

Hi,

Advanced Search feature is part of Directory Add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ). This add-on has many other similar views to show download archive.

Sorry, No option yet to filter by tag, but we have the plan to add the tag filtering support. Currently, the add-on only lists tags using a different shortcode [wpdm_tags] and you can click on any tag to go to the tag archive page.

Thanks.

Nov 7, 2018 at 4:13 am
#89143
Moderator
Shahriar
Staff OP

Please send me the page link to check the issue.

Nov 7, 2018 at 4:12 am
#89142
Moderator
Shahriar
Staff OP

Hi,

If you are hosting on Siteground add following rule in your .htaccess file to fix the saving issue,

<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>

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

Thanks.

Nov 7, 2018 at 4:08 am
#89141
Moderator
Shahriar
Staff OP

Deactivate and delete the old version, your data is safe. That doesn’t delete your data. Then install the latest version which you can download from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

You can send login info in private reply if you need help with the update process.

Nov 6, 2018 at 5:29 pm
#89127
Moderator
Shahriar
Staff OP

I have already logged into your site and downloaded a file to test the limit. As the minimum period is 1 day, I will check tomorrow if the limit has been reset. Please do not use the temp account for the time being.

Nov 6, 2018 at 4:07 pm
#89124
Moderator
Shahriar
Staff OP

When does this happen? Which page are you visiting when CPU usage increases?

Nov 6, 2018 at 7:38 am
#89110
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 6, 2018 at 6:38 am
#89105
Moderator
Shahriar
Staff OP

You have to create the /download-manager/ directory/folder inside your active theme dir. Please send FTP info and wp-admin login info in private reply if need help with that.

Btw, I missed one thing in my previous reply. You can replace the title with page_link in your shortcode add a link in download title.

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

If adding the link enough you don’t have to edit the template file. The custom template file is required only if you want to add the download link with the title.

Nov 6, 2018 at 6:29 am
#89102
Moderator
Shahriar
Staff OP

The customization will show only the child categories of the chosen category. You can test it using your category id 200. You can add a parent category for the actual category you want to show. Then use this new parent id in your shortcode. That will display all the categories you want to show in the drop-down.

Added the following CSS to fix the spacing issue,

.wpdm-downloads .col-md-4 { margin: 15px 0px; }

Nov 6, 2018 at 6:07 am
#89101
Moderator
Shahriar
Staff OP

For now, You have to add it again after plugin update. But we have the plan to add a filter there to modify the title externally.

Nov 6, 2018 at 6:06 am
#89100
Moderator
Shahriar
Staff OP

You can edit the email template from Downloads Templates Email Templates page. Please check the screenshot,

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

Viewing 25 posts - 4,351 through 4,375 (of 12,513 total)