Forum Replies Created
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?
I made it exactly like in your documentation. Unfortunately the changes don’t take effect and the files are not loaded!?
I have the following structure:
active-theme/download-manager/wpdm-archive-page/Compact/views/header.php
The changes i made inside the header.php don’t show any changes on the front end.
Did you really mean “download-manager/wpdm-arhive-page/” or should it be “wpdm-archive-page”?
Hi, that’s the right direction.
I want to edit the Template Files -> i created the following file structure:
active-template/download-manager/wpdm-archive-page/Compact/views/header.php
When i make some changes to the header.php it doesn’t apply to the header i am using in my shortcode: [wpdm_archive_compact template=”default” order_by=”post_title” order=”ASC” items_per_page=”12″ cols=2]
Any Ideas?