Hello.
After Updating OpenImmo & Toolset.
You can see on this page: hidden link
Due to the tab "Bilder" there are only the Titles of the images shown, but not the images itself.
Can you please help me to get it work again?
Thanks and kind regards
André
Code of the Toolset Loop:
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<div class="flex-obj-bilder">
<wpv-loop>
<div class="kachel-obj-bilder">
[wpv-post-body output="raw"]
[wpv-post-title]
</div>
</wpv-loop>
</div>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]Entschuldigung, es sind aktuell noch keine Bilder vorhanden.[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]
Hello and thank you for contacting Toolset support.
I believe you need the view_template argument on the wpv-post-body shortcode. Use the following instead:
[wpv-post-body view_template="None" output="raw"]
Read more about the shortcode here https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-153372
If this does not help, we should exclude any possible compatibility issues. Please check if this issue appears when:
- Only Toolset plugins are activated. It will tell us if there is an interaction issue with another plugin.
- The theme is set to a WordPress default like Twenty-Twenty. It will tell us if there is an interaction issue with your theme.
If the problem disappears, start activating one at a time to track where the incompatibility is produced.
If that does not help, I'll need to log into your website and check this closely. I might also need to take a copy of your website for local debugging, let me know if that's fine with you?
Your next reply will be private to let you share credentials safely. ** Make a database backup before sharing credentials. **
Hello. I tried with the suggestions you made. Only Toolset & OpenImmo activated and Theme Tweny-Twenty. Same output there.
hidden link
Thank you, I confirm that the credentials are working for me. However, I must confess that I do not understand the issue very well. Because I am not familiar with the OpenImmo plugins, and I need to know what view is involved.
Can you please explain the issue, and provide as many details as possible, in small steps:
- I created xxx in xxx.
- I added xxx in xxx.
- I go to xxx
- I do xxx
- I expect to have xxx
- Instead, i get xxx
Can you also explain where the images should come from? Because I checked the page, and I can't see any attached images to it hidden link
And the view is configured to pull the attached images to the page hidden link
If you can reproduce the issue minimally in this test site, it will help us very much to quickly get to the bottom of it hidden link
Hello. Thank you.
Yes of cause.
The images should come by OpenImmo Import I think.
As you can see, ImmoDetails were imported by this plugin.
So there should be images due to the tab "Bilder" to the property.
This has been the case before the plugins Toolset & OpenImmo were updated.
Kind regards,
André
Di you think, that only the Titles of the images were displayed because the images are not available?
hidden link
All this titles should be images of the property you know?
hidden link
So but when I see the HTML Code, there are no images or src, only this ones.
I am not so deep and I am unsure whether this problem comes from Toolset, OpenImmo or the Template.
hidden link
Kind regards
André
But when I look the Backend Media e.g.
hidden link is available from the 23th 08 2021.
So I think the images were imported from OpenImmo, but they should be visible in the"Bilder" tab due to each property.
hidden link?
Thank you for these details, but I still do not see what images should be displayed on that page. The view is configured to display the images attached to the post. But, on the backend, I don't see any image assigned to the post as you can see here hidden link
I also don't see any fields that should hold the images. I assume, then, that the link between the post and the images is done by OpenImmo during the import. But, I can't figure it out.
Would you allow me to take a copy of your website and analyze it further in my local development setup?
Thank you Jamal. Yes I can see your point. To the Post no images are attached and there is no field for that.
Yes of cause you can take a copy.
I took the copy and worked on it locally for a bit. I had to deactivate some plugins(GravityForms, Seed Pro), and edit the theme in order to make the site work.
I started by using a default theme and I did not get the issue. So, I reverted back to the existing theme, and the issue was not reproducible too. Then I realized that I have updated the shortcode to:
[wpv-post-body view_template="None"]
And that fixed the issue on your website too.
Please check from your side and let me know if the issue is fixed, or if something else is still missing.
Great news, great Support!
Thank you Jamal!
My issue is resolved now. Thank you!