ACF Checkbox + CCS conditional

ACF Checkbox (CCS if)
[if field=my_test_checkbox value=Avocado] This is Avocado
[/if] [if field=my_test_checkbox value=Banana] This is Banana
[/if] [if field=my_test_checkbox value=Orange] This is Orange [/if]

ACF Checkbox (CCS switch)
[switch field=my_test_checkbox] [when Avocado]This is Avocado
[/when] [when Banana]This is Banana
[/when] [when Orange]This is Orange[/when] [/switch]

Ordered List and CSS Columns

  1. Here's the text, here's the text
  2. Here's the text, here's the text
  3. Here's the text, here's the text
  4. Here's the text, here's the text
  5. Here's the text, here's the text
  6. Here's the text, here's the text
  7. Here's the text, here's the text
  8. Here's the text, here's the text

BB List module + CSS Columns

  1. Here's the title

    Here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text

  2. Here's the title

    Here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text

  3. Here's the title

    Here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text

  4. Here's the title

    Here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text

  5. Here's the title

    Here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text

  6. Here's the title

    Here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text

  7. Here's the title

    Here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text

  8. Here's the title

    Here's the text, here's the text, here's the text, here's the text, here's the text, here's the text, here's the text

WooCommerce orders products

[loop type=shop_order status=any]

Order

[field id] / [field _billing_first_name] [field _billing_last_name]

[for items] [each item_id] [/for] [array item debug=true]

[field item_id]

[/array] [related_products]
[/loop]

ACF Gallery

ACF Gallery (CCS)

[acf_gallery my_test_gallery] [field image size=thumbnail] [/acf_gallery]

[acf_gallery my_test_gallery]
    [field image size=thumbnail]
[/acf_gallery]

ACF Gallery first image (CCS)

[attached field=my_test_gallery count=1] [field image size=thumbnail] [/attached]

[attached field=my_test_gallery count=1]
    [field image size=thumbnail]
[/acf_gallery]

ACF Select

Default (CCS)

[field my_test_select]

[field my_test_select]

Label (CCS)

[field my_test_select out=label]

[field my_test_select out=label]

Value (CCS)

[field my_test_select out=value]

[field my_test_select out=value]

Posts module: filter by same author as current post

Current post author: Avanti

[loop child=this] parent slug in the loop: [field slug]
[set parent_slug][field slug][/set] [/loop] [pass vars] Parent slug passed in var: {PARENT_SLUG}
[if pass='{PARENT_SLUG}' empty=false] Has parent! [else] No parent… [/if] [/pass]

[field my_test_text]

Test article 11

Test
Read More
THEMER: IN 'GRID'
CCS: [if category=grid] IN 'GRID' [else] NOT IN 'GRID' [/if]

Page CF: [content type=page name=test-page-16 field= my_test_text]

Test article 10

Test, Test Child
Read More
THEMER: IN 'GRID'
CCS: [if category=grid] IN 'GRID' [else] NOT IN 'GRID' [/if]

Page CF: [content type=page name=test-page-16 field= my_test_text]

Test article 9

Non classé FR
Read More
THEMER: IN 'GRID'
CCS: [if category=grid] IN 'GRID' [else] NOT IN 'GRID' [/if]

Page CF: [content type=page name=test-page-16 field= my_test_text]

Test article 8

Grid
Read More
THEMER: IN 'GRID'
CCS: [if category=grid] IN 'GRID' [else] NOT IN 'GRID' [/if]

Page CF: [content type=page name=test-page-16 field= my_test_text]

Test article 7

Grid, Test
Read More
THEMER: IN 'GRID'
CCS: [if category=grid] IN 'GRID' [else] NOT IN 'GRID' [/if]

Page CF: [content type=page name=test-page-16 field= my_test_text]

Test article 6

Grid, Test
Read More
THEMER: IN 'GRID'
CCS: [if category=grid] IN 'GRID' [else] NOT IN 'GRID' [/if]

Page CF: [content type=page name=test-page-16 field= my_test_text]

Test article 5

Grid, Test
Read More
THEMER: IN 'GRID'
CCS: [if category=grid] IN 'GRID' [else] NOT IN 'GRID' [/if]

Page CF: [content type=page name=test-page-16 field= my_test_text]

Test article 4

Grid, Test
Read More
THEMER: IN 'GRID'
CCS: [if category=grid] IN 'GRID' [else] NOT IN 'GRID' [/if]

Page CF: [content type=page name=test-page-16 field= my_test_text]

Test article 3

Grid, Test
Read More
THEMER: IN 'GRID'
CCS: [if category=grid] IN 'GRID' [else] NOT IN 'GRID' [/if]

Page CF: [content type=page name=test-page-16 field= my_test_text]

CSS framed image

Banc ajouré Alt text
Banc ajouré Alt text

Conditional ACF Image (isset)

ACF Image is populated

Conditional WP Date: Is this Post older than…?

CCS


Current Date on page load
[today format='Y-m-d H:i:s']

Post last modified
[field modified date_format='Y-m-d H:i:s']

Post created
[field date date_format='Y-m-d H:i:s']


This Post last modification is [if field=modified before='60 second ago'] MORE [else] LESS [/if] than 60 seconds old
This Post creation is [if field=date before='1 year ago'] MORE [else] LESS [/if] than a year old
This Post creation: [if field=date value=past-time] PAST TIME [else] FUTURE TIME [/if]

PHP Shortcode


[script-6000da6d50c4b]

Conditional ACF Date

[fl_year format="m-d-Y"]
03-19-2024

Accordion modules with image labels

ACF RGBA field

Heading colored by ACF RGBA Color Picker
(CCS)

Heading colored by ACF RGBA Color Picker
(Themer Field Connection and Easy ACF Connect for Themer plugin)

BB shortcode to fetch CSS stored in ACF Options page

Test article 1

Par Avanti | 11 février 2010

Test article 2

Par beaver-builder | 3 août 2019

Test article 3

Par Avanti | 3 août 2019

Test article 4

Par Avanti | 3 août 2019

Test article 5

Par Avanti | 3 août 2019

Test article 6

Par Avanti | 3 août 2019

Test article 7

Par Avanti | 3 août 2019

Test article 8

Par Avanti | 3 août 2019

Test article 9

Par Avanti | 3 août 2019

Test article 10

Par Avanti | 3 août 2019

Animate On Scroll

  • njocqdohciqdhciqchd njocqdohciqdhci qchdnjocqdoh ciqdhciqchdnjo cqdohciqdhci qchdnjocqdohciqdhciqchdn jocqdohciq dhciqchdnjocqdohciq dhciqchdnjocqdohciqdhciqchd njocqdohciqdhciqchd njocqdohciqdhci qchdnjocqdoh ciqdhciqchdnjo cqdohciqdhci qchdnjocqdohciqdhciqchdn jocqdohciq dhciqchdnjocqdohciq dhciqchdnjocqd ohciqdhciqchdnj ocqdohciqdhciqchd njocqdohciqdhci qchdnjocqdoh ciqdhciqchdnjo cqdohciqdhci qchdnjocqdohciq dhciqchdn jocqdohciq dhciqchdnjocqdohciq dhciqchdnjocqdohciqdhciqchd
  • njocqdohciqdhciqchd njocqdohciqdhci qchdnjocqdoh ciqdhciqchdnjo cqdohciqdhci qchdnjocqdohciqdhciqchdn jocqdohciq dhciqchdnjocqdohciq dhciqchdnjocqdohciqdhciqchd njocqdohciqdhciqchd njocqdohciqdhci qchdnjocqdoh ciqdhciqchdnjo cqdohciqdhci qchdnjocqdohciqdhciqchdn jocqdohciq dhciqchdnjocqdohciq dhciqchdnjocqd ohciqdhciqchdnj ocqdohciqdhciqchd njocqdohciqdhci qchdnjocqdoh ciqdhciqchdnjo cqdohciqdhci qchdnjocqdohciq dhciqchdn jocqdohciq dhciqchdnjocqdohciq dhciqchdnjocqdohciqdhciqchd

Load + initialize AOS (Animate On Scroll)

https://michalsnik.github.io/aos/

Tips for pure CSS diagonal layouts

BB Photo opening in lightbox

Tamaris d'été (caption)

PP Offcanvas Content