All Projects → mujahidi → acf-typography

mujahidi / acf-typography

Licence: GPL-2.0 license
A Typography Add-on for the Advanced Custom Fields Plugin

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to acf-typography

acf-country
ACF Country field - Display a select field of all countries, in any language.
Stars: ✭ 103 (+635.71%)
Mutual labels:  wordpress-plugin, acf, advanced-custom-fields
acf-field-boilerplate
Modernized PSR-2 boilerplate for creating custom fields for ACF5.
Stars: ✭ 54 (+285.71%)
Mutual labels:  wordpress-plugin, acf, advanced-custom-fields
acf-swatch
ACF Color Swatch Field
Stars: ✭ 67 (+378.57%)
Mutual labels:  wordpress-plugin, acf, advanced-custom-fields
bea-beautiful-flexible
Transform ACF's flexible layouts list into a nice and UX popup.
Stars: ✭ 19 (+35.71%)
Mutual labels:  wordpress-plugin, acf
acf-phone-number
A real ACF phone number field powered by libphonenumber and intl-tel-input
Stars: ✭ 68 (+385.71%)
Mutual labels:  wordpress-plugin, acf
Acf Star Rating Field
A simple star rating field for ACF.
Stars: ✭ 94 (+571.43%)
Mutual labels:  wordpress-plugin, acf
acf-recaptcha
Google reCAPTCHA plugin for Advanced Custom Fields on WordPress
Stars: ✭ 29 (+107.14%)
Mutual labels:  wordpress-plugin, advanced-custom-fields
Acf To Rest Api
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
Stars: ✭ 1,152 (+8128.57%)
Mutual labels:  wordpress-plugin, acf
Acf Quickedit Fields
WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
Stars: ✭ 328 (+2242.86%)
Mutual labels:  wordpress-plugin, acf
Acf Options For Polylang
A WordPress plugin for adding ACF options page support for Polylang.
Stars: ✭ 131 (+835.71%)
Mutual labels:  wordpress-plugin, acf
Acf Codifier
A wrapper class to help write more readable ACF field declarations.
Stars: ✭ 114 (+714.29%)
Mutual labels:  wordpress-plugin, acf
acf-image-aspect-ratio-crop
Image Aspect Ratio Crop field for Advanced Custom Fields
Stars: ✭ 100 (+614.29%)
Mutual labels:  acf, advanced-custom-fields
acf-field-group-composer
Configuration builder for advanced custom fields field groups
Stars: ✭ 37 (+164.29%)
Mutual labels:  acf, advanced-custom-fields
acf-flexible-content-preview
Transforms ACF's flexible content field's layout list into a modal with image previews.
Stars: ✭ 21 (+50%)
Mutual labels:  wordpress-plugin, acf
Fewbricks
Write code to create ACF field groups, fields and re-usable modules.
Stars: ✭ 100 (+614.29%)
Mutual labels:  wordpress-plugin, acf
acf-conditional-logic-advanced
Advanced Custom Fields - Conditional Logic Advanced
Stars: ✭ 31 (+121.43%)
Mutual labels:  acf, advanced-custom-fields
flexible-templates
Allows saving templates of the "Flexible Content" field, for easy and fast use of them on other pages.
Stars: ✭ 36 (+157.14%)
Mutual labels:  wordpress-plugin, acf
likecoin-wordpress
The WordPress plugin to integrate LikeCoin - Decentralized Publishing Infrastructure.
Stars: ✭ 19 (+35.71%)
Mutual labels:  wordpress-plugin
bulk-delete
Bulk Delete is a WordPress Plugin that allows you to delete posts, pages and users in bulk based on different conditions and filters.
Stars: ✭ 31 (+121.43%)
Mutual labels:  wordpress-plugin
wp-webauthn
🔒 WP-WebAuthn allows you to safely login to your WordPress site without password.
Stars: ✭ 85 (+507.14%)
Mutual labels:  wordpress-plugin

Advanced Custom Fields: Typography Field

A Typography Add-on for the Advanced Custom Fields Plugin.

  • Requires at least: WP 3.5.0
  • Tested up to: WP 6.0
  • Stable: 3.2.3
  • Latest: 3.2.3

Description

Typography field type for "Advanced Custom Fields" plugin that lets you add different text properties e.g. Font Size, Font Family, Font Color etc.

Supported Subfields

  • Font Size
  • Font Family
  • Font Weight
  • Font Style
  • Font Variant
  • Font Stretch
  • Line Height
  • Letter Spacing
  • Text Align
  • Text Color
  • Text Decoration
  • Text Transform

Other Features

  • Supports Google Fonts. The selected Google Fonts are automatically enqueued on front-end of posts/pages. Google Fonts also work with ACF Options.
  • Supports Gutenberg Blocks created with ACF.
  • Option to show/hide each subfield individually
  • Option to make each subfield required individually
  • Color Picker for Text Color subfield

Screenshots

Typography Field Screenshot Typography Field Screenshot Typography Field Screenshot

Documentation

// Returns the value of a specific property
get_typography_field( $selector, $property, [$post_id], [$format_value] );

// Displays the value of a specific property
the_typography_field( $selector, $property, [$post_id], [$format_value] );

// Returns the value of a specific property from a sub field.
get_typography_sub_field( $selector, $property, [$format_value] );

// Displays the value of a specific property from a sub field.
the_typography_sub_field( $selector, $property, [$format_value] );

Shortcode

[acf_typography field="field-name" property="font_size" post_id="123" format_value="1"]

Compatibility

This ACF field type is compatible with:

  • Free and paid versions of the ACF plugin

Installation

  • Download the plugin from WordPress Repository or use the latest release from this repository.
  • Google API Key is required for Google Fonts. Please add one by going to WordPress Admin Dashboard > Settings > ACF Typography Settings

Changelog

See changelog on CHANGELOG.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].