I am trying to: Load multiple fields and post data into pages like this one:
Link to a page where the issue can be seen: hidden link
I expected to see: Content like this that is located on our live site: hidden link
Instead, I got:
I can provide the code from the Content Template that is being used. Some of the fields are being displayed correctly throughout the page. It looks as though maybe the code structure for how [wpv-conditional] statements has changed somewhere in these versions but I do not see it mentioned in the changelog
In the Content Templates the one that shows this page is "01a - Workshop Template"
Hello. Thank you for contacting the Toolset support.
Unfortunately, the wp-admin access details you shared with us is not working at this end.
Can you please send us working wp-admin access details so I can dive into the admin area and check what's going wrong there.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
As you can see there are two single quotes added besides the raw word.
You have added around five hundred conditional statements to the content template you are using:
=> hidden link
It was really hard to find the solution but I'm happy at the end that the issue is fixed and everything working normal now.
Can you please confirm:
=> hidden link
If you need to make changes - as its really hard to find where the issue is as you added hundreads of conditional statements, here are the changes you need to make:
- I've added the [/wpv-conditional] on line #86
- At line #271 I've changed the [types field='networking-event-host' output='raw''][/types] to [types field='networking-event-host' output='raw'][/types]
- At line #287 I've changed the [types field='networking-event-about' output='raw''][/types] to [types field='networking-event-about' output='raw'][/types]
Hm Thats odd because this code did not change but it must have been a mistake that the system ignored before the update. It was only a problem after performing the update.
Thank you for the assistance. I didn't catch that right away.