=== Intentora Visitor Guide ===
Contributors: wpcraftengineer
Tags: visitor intent, conversion, modal, call to action, user guidance
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Help visitors quickly choose whether to buy, learn more, or contact you.

== Description ==

Intentora Visitor Guide displays a lightweight modal, bottom bar, or side card that asks visitors what they want to do.

The three configurable actions can redirect to a URL or smoothly scroll to an anchor on the current page. After an action or dismissal, a cookie prevents the guide from appearing again for the configured number of days.

Features include:

* Enable or disable the guide.
* Modal, bottom bar, and side-card layouts.
* Configurable headline and supporting text.
* Three configurable labels, descriptions, icons, and destinations.
* URL and anchor destinations.
* Page display rules and display delay.
* Basic color controls.
* Anonymous aggregate click counters for the three actions.
* Vanilla JavaScript with no frontend framework dependency.

The plugin does not send visitor data to an external service.

== Installation ==

1. Upload the plugin ZIP from Plugins > Add New > Upload Plugin.
2. Activate Intentora Visitor Guide.
3. Open Settings > Intentora Visitor Guide.
4. Configure the guide and save the settings.

== Frequently Asked Questions ==

= Can an action scroll to a section on the current page? =

Yes. Enter an anchor such as `#pricing` or `#contact` as the action target.

= Can an action open another page? =

Yes. Enter a full URL or a relative URL such as `/shop/`.

= When does the guide stop appearing? =

The plugin saves a first-party cookie after a visitor selects an action or dismisses the guide. The cookie duration is configurable.

= Does the plugin collect personal data? =

No personal data is collected. The optional dashboard counters only store aggregate totals for the three action types.

== Changelog ==

= 1.2.0 =

* Renamed the plugin with a distinctive Intentora identity.
* Applied the unique `intentora_vg_` prefix to PHP declarations, stored options, hooks, AJAX actions, asset handles, CSS selectors, and JavaScript data.
* Added migration support for settings and cookies from the earlier proof-of-concept build.
* Preserved the existing layouts, controls, redirects, anchor scrolling, cookie behavior, and click counters.
