trouble reproducing examples
-
After having trouble getting Airpress to perform as expected, I decided to step through your examples as given, but with no luck. I then went to a new installation with only Airpress loaded — and I am still having the same issues.
For instance, after configuring Virtual Fields and defining the ‘Burgers’ post as shown in your screenshots, any attempt to display that post results in the entry_title being displayed, but after the entry_content div is opened, nothing else is written. Debug shows only this:
200 1 0.53 Cuisines?filterByFormula=OR({Name} = “Burgers”)
200 4 0.39 Restaurants?filterByFormula=AND(OR(…one of 4 ids…),OR(…one of 4 ids…))If I rename the ‘Restaurants’ field in the Cuisines table to ‘RestaurantName’ and change the first line of the post to
. [apr_populate field=”RestaurantName” relatedTo=”Restaurants”]
then the post page finishes correctly, but no Airtable data are displayed.
Changing the next line of the post to read
. [apr field=”RestaurantName|Name” glue=”, “]
gives me the comma-separated list of restaurant names as anticipated, but nothing from within the loop.
Changing the loop field name to ‘RestaurantName’ again hangs WordPress as in the first instance, but changing it to ‘RestaurantName|Name’ *does* cause it to loop 4 times — as long as I don’t include any {{field names}} within the loop. Any attempt I make to access field names within the loop causes the page to hang after the entry-content div is opened.
In all of these cases, the only thing written to the logfile are the two lines shown above.
I have to assume there’s something incredibly basic I’m overlooking, here — but, try as I may, I’m still overlooking it.
Thanks!
- The topic ‘trouble reproducing examples’ is closed to new replies.