Hi Kristen,
Thank you for sharing these details.
I've checked the first 5 posts which are shown through the view and noticed that they have the exact same data values for the fields which are shown in the view. This is why they're showing identical on the front-end too:
hidden link
hidden link
hidden link
hidden link
hidden link
Please check the "Company", "Address", "Zip", "City" and the "ProfileText" fields for these posts and you'll see the same content.
Was any import or manual update of the database was performed recently, which resulted in this identical data?
Note: I also noted that the shortcode "wpv-post-featured-image" is also used incorrectly in the view, which will not show the featured image, even if set.
( ref: https://toolset.com/documentation/user-guides/views-shortcodes/#vf-153425 )
[wpv-post-featured-image size="custom" width="100%"]
When the "size" attribute is set to "custom", you'll need to specify both the "width" and "height" in pixels.
( https://toolset.com/documentation/user-guides/views-shortcodes/#vf-153425 )
[wpv-post-featured-image size="custom" width="300" height="200"]
regards,
Waqar
Hi Waqar.
Thank you. I can see what you mean.
It has happened, when I used Toolset to create some custom fields instead os Advanced Custom Fields that WP All Import uses.
I think I stick to Advanced Custom Fields for importing these data then 🙂
About the image I will check up on the correct syntax.
When I'm back on track again I will work with the checkboxes again. You will here from me then.
Kind regards.
Kristen
Hi Kristen,
Thanks for the update and feel free to reach us anytime.
You're welcome to post any related question/update, in this ticket.
For a new question/concern, please open a new ticket.
regards,
Waqar
My issue is resolved now. Thank you!