Sign Documents with Crypto Pro
by IvanY 0 (0 reviews)

Sign Documents with Crypto Pro

Plugin to create cms signature for DOM element with crypto pro plugin (Russian GOST).

Sign Documents with Crypto Pro ranks #67,120 among WordPress.org plugins with 0+ active installations, and was last updated Feb 3, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.9.9 (Current: 7.1.2)
v1.0.0 Current Version v1.0.0
Updated 7 months ago Last Update on 03 Feb, 2026
Refreshed 12 hours ago Last Refreshed on
View on WordPress.org
Rank
#67,120
No change
Active Installs
0+
-100%
KW Avg Position
24
52.7 better
Downloads
963
+4 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 0%
0+ 10+
47,380
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 10 more installs to reach 10+

Rank Changes

49,502 54,748 59,995 65,241 70,487 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
46,293 52,446 58,600 64,753 70,906 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #67,120
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.0.0
Last Updated
Feb 03, 2026
Requires WP
5.7+
Tested Up To
6.9.9
PHP Version
8.0 or higher
Author
IvanY

Support & Rating

Rating
☆ ☆ ☆ ☆ ☆ 0
Reviews
0
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about Sign Documents with Crypto Pro

Administrator publishes content for users (sends a link by email or places the content in a personal cabinet) so that they can sign it. Users sign the content and see only their own signatures under it. Administrator sees all users' signatures.
You can use CSS to customize the signing form. The form has the ID #sdcp_form. The "Add Sign" button has the ID #sdcp_add-sign-button, and the "Sign" button has the ID #sdcp_sign-button. You can use these IDs to target the elements in your CSS. For example, to change the background color of the "Sign" button, you can use the following CSS: #sdcp_sign-button { background-color: #0073aa; }
You can use CSS to customize the signature list. The list is an unordered list (<ul>) and each signature is a list item (<li>). The link to each signature has the class .sdcp_signmment-link. For example, to change the color of the signature links, you can use the following CSS: /* 1. Container Reset & Layout */ .sdcp_signment-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; /* Space between items */ max-width: 600px; /* Optional: limits width for better readability */ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } /* 2. The Card Item */ .sdcp_signment-item { margin: 0; } /* 3. The Link Styling (The main card look) */ .sdcp_signmment-link { display: flex; align-items: center; position: relative; /* Size & Spacing */ padding: 16px 20px; background-color: #ffffff; border-radius: 8px; /* Borders */ border: 1px solid #e0e0e0; border-left: 6px solid #037971; /* Teal Accent */ /* Text Styling */ color: #56445d; /* Dark Purple Text */ text-decoration: none; font-weight: 500; font-size: 16px; line-height: 1.5; /* Modern Depth */ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); /* Animation */ transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); } /* 4. Adding a decorative "Status Dot" using CSS (No HTML change needed) */ .sdcp_signmment-link::before { content: ''; display: inline-block; width: 8px; height: 8px; background-color: #fb3640; /* Red Dot */ border-radius: 50%; margin-right: 15px; flex-shrink: 0; } /* 5. Hover State */ .sdcp_signmment-link:hover { transform: translateY(-3px); /* Lifts up slightly */ box-shadow: 0 10px 20px rgba(159, 187, 204, 0.4); /* Uses the Light Blue in shadow */ border-color: #9fbbcc; /* Light Blue border */ } /* 6. Active/Click State */ .sdcp_signmment-link:active { transform: translateY(-1px); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); background-color: #fafafa; } /* 7. Focus State (Accessibility) */ .sdcp_signmment-link:focus { outline: none; box-shadow: 0 0 0 3px #ffcf56; /* Yellow Glow ring */ border-radius: 8px; }
The plugin's JavaScript file creates some HTML elements dynamically. You can use CSS to customize these elements as well. The certificate select dropdown has the ID #sdcp_certificate-select and the class .sdcp_cert-select. The options in the select dropdown have the class .sdcp_cert-select. The footer added to the PDF has the class .temp-pdf-footer. For example, to change the font size of the certificate select dropdown, you can use the following CSS: #sdcp_certificate-select { font-size: 14px; }

Sign In / Register

You need to sign in or register to use this feature.