• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Download Monitor & Manager Plugin

Simple Download Monitor & Manager for WordPress

  • Home
  • Documentation
  • Addons/Extensions
  • Login
    • Sign In
    • Edit Profile
    • My Downloads
  • Support
    • Tutorials
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
  • Contact Us

admin

Allow Visitors to Search Your Downloads

admin · Dec 26, 2017 · 1 Comment

The simple download monitor plugin has a search shortcode that you can use to allow your visitors to search the downloads. This can be useful if you have a lot of download able items configured in the plugin.

Step 1) Create a new WordPress page

Step 2) Enter the following shortcode in that page

[sdm_search_form]

The shortcode will show a search form that your visitors can use to search your downloads. See example below:

download-monitor-search-shortcode-output-example-1

Listing the Search Result Using Fancy Template

You can use the “fancy” parameter in the shortcode to tell the plugin to list the search result using a fancy display template.

The following shortcode will list the search result using fancy display template 1.

[sdm_search_form fancy="1"]

How to Center Align the Download Now Buttons

admin · Nov 9, 2017 · Leave a Comment

There are a couple of ways you can center align the download now buttons created using the download monitor plugin.

Method 1

You could wrap the download now button shortcode with a center align style code. See example below:

<div style="text-align: center;">
[download-shortcode-goes-here]
</div>

The following shortcode will show the standard download button with center alignment:

<div style="text-align: center;">
[sdm_download id="4195"]
</div>

Method 2 (Use Custom CSS)

The download now buttons has a CSS class attached to it. So you can add the following custom CSS code in your site to make the download buttons have a center alignment:

.sdm_download_link{
    text-align: center;
}

You can enter the custom CSS code in the following interface of your WordPress dashboard

Appearance -> Customize -> Additional CSS

Primary Sidebar

Featured Addons

  • Squeeze Form Addon
  • Hidden Downloads Addon
  • Amazon S3 Integration

Support Links

  • Support Forum

Search

Featured Plugin

WP Express Checkout Plugin

Start managing and tracking your file downloads with the simple download monitor plugin. Download Now

Copyright © 2022 | Simple Download Monitor | A member of the Tips and Tricks HQ family.