WordPress Plugin Setup Guide

Learn how to install, activate, and configure the Accesstive accessibility plugin for WordPress.
 

Coming Soon

Image Alt

Overview

The Accesstive WordPress plugin seamlessly integrates AI-powered accessibility features into your WordPress website. This comprehensive guide covers everything you need to know about installing, configuring, and using the plugin to make your site more inclusive and user-friendly. 

What is Accesstive?

Accesstive is an all-in-one accessibility platform that helps websites become inclusive, compliant, and user-friendly. It combines powerful tools like an accessibility assistant widget, AI-based live audits, monitoring, and an intelligent assistant. Designed for businesses, developers, and agencies, Accesstive makes accessibility simple, scalable, and smart.

Key Features

  • AI-Powered Assistant Widget: Over 40 accessibility features including screen reader support, keyboard navigation, and visual adjustments
  • Dashboard Integration: Full-screen access to your Accesstive dashboard directly from WordPress admin
  • Automatic Script Injection: Seamless integration without coding requirements
  • WCAG Compliance Support: Helps address common accessibility barriers

Installation Methods

Method 1: Plugin Installation (Recommended)

The easiest way to add Accesstive to your WordPress site is through the official plugin.

Step-by-Step Installation:

  1. Download the Plugin: Get the Accesstive plugin files from the official repository
  2. Upload to WordPress:
    1. Navigate to Plugins → Add New → Upload Plugin
    2. Choose the plugin ZIP file
    3. Click Install Now
  3. Activate the Plugin: Click Activate after installation completes
  4. Access Accesstive Dashboard: Find the new Accesstive menu item in your WordPress admin sidebar

Method 2: Manual Code Integration

For advanced users who prefer manual implementation or need custom control over the integration.

Using Theme Functions:

  1. Access Theme Editor: Navigate to Appearance → Theme Editor
  2. Edit functions.php: Add this code to your theme's functions.php file:
function accesstive_add_assistant_script() {
    echo '<script async src="https://cdn.accesstive.com/assistance.js" type="module"></script>';
}
add_action('wp_footer', 'accesstive_add_assistant_script');

 

Using Child Theme (Recommended for Manual Integration):

  1. Create a child theme if you haven't already
  2. Add the above code to your child theme's functions.php
  3. This ensures the integration survives theme updates

Accesstive App Dashboard

Once the plugin is installed, you can access your Accesstive dashboard directly from WordPress:

  • Click Accesstive in the WordPress admin menu
  • The dashboard opens in a full-screen iframe
  • Log in with your Accesstive credentials
  • Manage all accessibility features and settings

Preview and Testing

After installation, the Accesstive assistant widget will be available on your website's frontend:

  • Widget Location: Usually appears as a floating accessibility icon
  • Feature Access: Click the widget to access 40+ accessibility features
  • Customization: Users can personalize settings based on their needs

Testing Checklist:

  • ✓ Widget appears on all pages
  • ✓ Widget features are functional
  • ✓ Dashboard access works from admin panel
  • ✓ No conflicts with existing plugins/themes

Uninstallation

To remove Accesstive from your WordPress site:

  1. Deactivate Plugin: Go to Plugins → Installed Plugins and deactivate Accesstive
  2. Delete Plugin: Click Delete to remove all plugin files
  3. Manual Code Removal: If you added manual code, remove it from functions.php

Note
Always test the integration on a staging site before deploying to production.

Troubleshooting

Common Issues and Solutions:

IssueSolution
Widget not appearingCheck if plugin is activated and script is loading
Dashboard not loadingVerify internet connection and clear browser cache
Theme conflictsTest with default theme to isolate issues
Plugin conflictsDeactivate other plugins to identify conflicts

Pro Tip
Use browser developer tools to verify the script loads correctly and check for any console errors.

Changelog

Version 1.0.0

  • Initial release
  • Dashboard integration
  • Assistant widget integration
  • WordPress compatibility testing

Support

For technical support and questions:

  • Documentation: Comprehensive guides and API documentation
  • Community Support: WordPress forums and community discussions

Get Started Today

Ready to make your WordPress site more accessible? Install the Accesstive plugin today and join thousands of websites providing inclusive experiences for all users. Visit Accesstive.com to learn more about our comprehensive accessibility platform.

Frequently Asked Questions

Accesstive provides over 40 accessibility features including font resizing, color contrast adjustment, keyboard navigation support, screen reader compatibility, and cognitive assistance tools, making your website usable for visitors with diverse needs.

No, the Accesstive WordPress plugin requires no coding knowledge. Simply install and activate the plugin through your WordPress admin panel, and the accessibility features will be automatically available on your site.

While Accesstive significantly improves accessibility and addresses many common barriers, complete WCAG compliance may require additional measures. The platform provides valuable tools to help you work toward compliance standards.

Yes, Accesstive offers extensive customization options including widget positioning, color schemes, language options, and custom accessibility profiles to match your brand and user needs.

No, Accesstive is designed with performance in mind. The assistant script loads asynchronously and doesn't impact your website's loading speed or performance.