Hi,
I placed the files exactly in the folder structure you mentioned in your last post. Unfortunately, the changes I make to these files don’t apply to the website—it seems like they’re being ignored.
My current structure for editing the header.php file of the Compact layout is:
{active-theme-dir}/download-manager/wpdm-archive-page/Compact/header.php
Regarding the custom fields issue:
I created a new custom field group named “Download Details” containing two custom fields. Now, I want to display the saved values of these two fields inside the card layout of each download.
To achieve this, I used the shortcode [acf_group_DownlodsDetails] inside my link template (FFBD_Default). However, on the frontend, the output is only a table showing the labels without the corresponding values, like this:
<tr>
<td>Zielgruppe</td>
<td></td>
</tr>
Can you please help me understand why this is happening?