=== FC Custom and Dynamic Tags for Elementor ===
Contributors: filicode
Tags: elementor, dynamic tags, custom fields, typography, colors
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Requires Plugins: elementor
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Create and manage custom dynamic tags for Elementor: text, URL, image, color, font family, number, and HTML.

== Description ==

FC Custom and Dynamic Tags for Elementor lets you define reusable values in the WordPress admin and use them across your site.

* **Text, URL, Number, HTML** — shortcode and Elementor dynamic tags
* **Image** — Elementor dynamic image fields
* **Color** — CSS variables (`var(--fc-ct-slug)`)
* **Typography** — CSS variables and Elementor font family controls (`var(--fc-font-family-slug)`)

**Requires Elementor** to be installed and active.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/` or install from the WordPress plugin screen.
2. Activate **Elementor** (required).
3. Activate **FC Custom and Dynamic Tags for Elementor**.
4. Go to **FC Custom Tags → Add New** to create tags, then **Settings** to set values.

== Frequently Asked Questions ==

= Does this plugin work without Elementor? =

No. Elementor must be installed and active. The plugin will not activate without Elementor.

= How do I use a color tag in custom CSS? =

Use `var(--fc-ct-your_slug)` where `your_slug` is the tag slug from Settings.

= How do I use a font tag in Elementor? =

In Typography → Font Family, choose **FC Custom Fonts** and select your tag, or use `font-family: var(--fc-font-family-your_slug);` in CSS.

== Changelog ==

= 1.0.0 =
* Initial release.
