---
title: "Troubleshooting - Advanced Custom Fields - Tassos Docs"
description: ""
url: "https://www.tassos.gr/docs/advanced-custom-fields/troubleshoot"
date: "2026-04-06T02:23:53+00:00"
language: "en-GB"
---

# Troubleshooting

##  [  Why Do I See Dots Before My Custom Fields?  ](https://www.tassos.gr/docs/advanced-custom-fields/troubleshoot/why-do-i-see-dots-before-my-custom-fields)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Documentation",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Advanced Custom Fields",
            "item": "https://www.tassos.gr/docs/advanced-custom-fields"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Troubleshooting",
            "item": "https://www.tassos.gr/docs/advanced-custom-fields/troubleshoot"
        }
    ]
}
```
