Tagged: acf, custom fields, Custom Post Type, masonry
Hi,
We created a custom post type with ACF in this website. Never had this problem but for some reason the ACF group is loaded in the masonry of blog posts. There is 1 blog category “general news” (“algemeen” in dutch). This is selected in the masonry element. But still the ACF group is being loaded.
What can we do to fix this?
Kind regards!
Hey bonsaimedia,
Sorry for the late reply. Could you try updating the theme to the latest version (4.8.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
If not, then please post admin WordPress login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
Hi Rikard, did you had a chance to look into this?
Hi,
Sorry for the delay. Would you mind posting the FTP details so that we could check the issue the properly? For the meantime, please use this css code to hide the acf-field-group items in the masonry element.
.type-acf-field-group {
display: none !important;
}
Best regards,
Ismael